Easter79 Easter79
2年前
sqlalchemy连接 MySQL(转)
fromsqlalchemyimportcreate_engine,Table,Column,Integer,String,MetaData,ForeignKeyenginecreate_engine("mysqlpymysql://root:a5230411@localhost:3306/test",echoTrue)
Wesley13 Wesley13
2年前
mysql 备份脚本
!/bin/bashauto backup mysql every database;date 2014.07.07author firxiaomysql_configHOST"localhost"        mysql主机IPUSER"xxxx"     
Wesley13 Wesley13
2年前
JDBC完美连接方法
jdbc:mysql://localhost:3306:test这句里面分如下解析:jdbc:mysql://是指JDBC连接方式;localhost:是指你的本机地址;3306SQL数据库的端口号;test就是你要连接的数据库的地址。结果集(ResultSet)是数据中查询结果返回的
Wesley13 Wesley13
2年前
ubuntu系统自启制作
oeasy@localhost:/etc/systemd/system$lsbluetooth.target.wantsdbusorg.freedesktop.nmdispatcher.serviceface\_upgrade.servicegraphical.target.wantsmultiuser.target.wantssocke
Stella981 Stella981
2年前
FTP服务器之pure
1.    Mysql的连接       root@localhost~mysqlurootpxxxxxx(yourmysqlpassword)2.    建立mysql认证数据库mysqlcreatedatabasepureftpd;mysqlgrantprivilegesallon
Stella981 Stella981
2年前
SpringBoot2 学习 集成Druid配置
Mavenspring.datasource.druid.webstatfilter.principalsessionnamesession_name测试http://localhost:9081/mixmall/druid/index.html————————————————版权
Stella981 Stella981
2年前
Kafka生产者各种启动参数说明
首先是启动一个生产者finalStringkafkazk"localhost:9092";Stringtopic"testAPI";PropertiespropertiesnewProperties(){{put(ProducerConfig.
Stella981 Stella981
2年前
OpenStack Train版 简单部署流程(2)
cindercontrollernode1.条件设置1.创库授权CREATEDATABASEcinder;GRANTALLPRIVILEGESONcinder.TO'cinder'@'localhost'IDENTIFIEDBY'CINDER_DBPASS';
Stella981 Stella981
2年前
C# 动态调取 soap 接口
调用示例  stringurl"http://localhost:8080/server/PatientService.asmx";HashtablehtnewHashtable();ht.Add("start_time",starttime);XmlDocumentxxWebServiceCalle
Easter79 Easter79
2年前
SpringBoot2 学习 集成Druid配置
Mavenspring.datasource.druid.webstatfilter.principalsessionnamesession_name测试http://localhost:9081/mixmall/druid/index.html————————————————版权