04 2014 档案

摘要:. net start mysql --启动mysql. mysql -u 用户名 -p 密码 --登陆. show databases --显示数据库.use databaseName --使用当前数据库.alter tableName add colName colType,addcolName... 阅读全文
posted @ 2014-04-16 12:01 mr.g. 阅读(131) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-04-16 11:14 mr.g. 阅读(129) 评论(0) 推荐(0)
摘要:server端packagetest.bwl;importjava.io.DataInputStream;importjava.io.DataOutputStream;importjava.io.IOException;importjava.net.ServerSocket;importjava.n... 阅读全文
posted @ 2014-04-16 11:04 mr.g. 阅读(262) 评论(0) 推荐(0)
摘要:1.查询用户拥有的表的表名 select a.table_name from information_schema.tables a;2.查询用户拥有的某个数据库的表 select a.table_name from information_schema.tables a where a.tab... 阅读全文
posted @ 2014-04-16 09:43 mr.g. 阅读(136) 评论(0) 推荐(0)
摘要:LOADDATALOW_PRIORITYLOCALINFILE'C:\\Users\\Administrator\\Desktop\\ligaowei.csv'INTOTABLEAUTO_BRANDFIELDSTERMINATEDBY','OPTIONALLYENCLOSEDBY'"'lineste... 阅读全文
posted @ 2014-04-15 13:30 mr.g. 阅读(718) 评论(0) 推荐(0)
摘要:初学安卓, 阅读全文
posted @ 2014-04-02 11:11 mr.g. 阅读(125) 评论(0) 推荐(0)