上一页 1 ··· 114 115 116 117 118 119 120 121 122 ··· 125 下一页
摘要: varchar 最长26000多,实际使用最好不要超过255,会占内存 可以考虑text 阅读全文
posted @ 2017-11-21 21:14 盘思动 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 在项目地址下面输入:git remote -v 即可查看到地址啦。 阅读全文
posted @ 2017-11-21 18:35 盘思动 阅读(5512) 评论(0) 推荐(0) 编辑
摘要: example : git remote add origin http://IP/lion.git 阅读全文
posted @ 2017-11-21 18:23 盘思动 阅读(331) 评论(0) 推荐(0) 编辑
摘要: ``` find . -name "klibc" 在当前文件内查找文件 klibc find . -name "*libc*" 在当前文件内查找文件 (模糊查询) ``` 阅读全文
posted @ 2017-11-18 15:56 盘思动 阅读(173) 评论(0) 推荐(0) 编辑
摘要: Array ( [a] => red [b] => green [c] => blue ) 阅读全文
posted @ 2017-11-16 16:34 盘思动 阅读(184) 评论(0) 推荐(0) 编辑
摘要: git 删除本地分支 git branch -D branch_name 阅读全文
posted @ 2017-11-14 20:08 盘思动 阅读(151) 评论(0) 推荐(0) 编辑
摘要: history |grep mysql-----git history匹配出mysql操作的命令 !626 到mysql命令安装处链接mysql /usr/local/mysql/bin/mysql -uroot -h 123456 -p 阅读全文
posted @ 2017-11-14 19:48 盘思动 阅读(275) 评论(0) 推荐(0) 编辑
摘要: SELECT COUNT(DISTINCT Customer) AS NumberOfCustomers FROM Orders 阅读全文
posted @ 2017-11-13 16:49 盘思动 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Array ( [0] => 111 [1] => 111 [2] => 111 [3] => 111 [4] => 111 [5] => 111 [6] => 111 [7] => 111 [8] => 111 ) Array ( [0] => 111 ) Array ( [0] => 111 ... 阅读全文
posted @ 2017-11-08 15:40 盘思动 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: 1. MYSQL rename table table1 to table2; 阅读全文
posted @ 2017-11-08 09:40 盘思动 阅读(497) 评论(0) 推荐(0) 编辑
上一页 1 ··· 114 115 116 117 118 119 120 121 122 ··· 125 下一页