上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: Open up a Terminal again, cd into learning folder and run: composer require "laravel-doctrine/orm:1.1.*" Likewise, install uuid-doctrine: composer req 阅读全文
posted @ 2017-11-28 20:15 程序猿的笔记 阅读(661) 评论(0) 推荐(0) 编辑
摘要: shutdown -s -t 30 指定在30秒之后自动关闭计算机。 + L 返回登录页面 netstat 最近访问IP Regedit 打开注册表 阅读全文
posted @ 2017-11-27 21:23 程序猿的笔记 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 执行如下命令安装epel yum -y install epel-release 执行如下命令安装epel yum -y install epel-release 更换rpm源,请根据自己的centos版本选择相应的rpm源进行安装 Centos 5.X: rpm -Uvh http://mirro 阅读全文
posted @ 2017-09-28 16:22 程序猿的笔记 阅读(917) 评论(0) 推荐(0) 编辑
摘要: with h_asign_id as ( select asign_id from assign_h h left join assignment a on a.id = h.asign_id where 1=1 group by h.asign_id) select h.asign_id from 阅读全文
posted @ 2017-09-12 17:41 程序猿的笔记 阅读(2030) 评论(0) 推荐(0) 编辑
摘要: function Pinyin($_String, $_Code='UTF8'){ //GBK页面可改为gb2312,其他随意填写为UTF8 $_DataKey = "a|ai|an|ang|ao|ba|bai|ban|bang|bao|bei|ben|beng|bi|bian|biao|bie|b 阅读全文
posted @ 2017-07-10 19:54 程序猿的笔记 阅读(517) 评论(1) 推荐(1) 编辑
摘要: 转载 http://blog.csdn.net/looksun/article/details/51445205 如一张表的数据如下: 需要根据gz列的值进行升序排序,但值为0的排在最后面,即最终结果如下图: 具体 实现方法如下: 1.Order BY表达式 SELECT nian ,gz from 阅读全文
posted @ 2017-07-10 16:19 程序猿的笔记 阅读(1372) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-06-06 21:35 程序猿的笔记 阅读(14) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-05-25 10:29 程序猿的笔记 阅读(5) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-05-22 11:03 程序猿的笔记 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://blog.callmewhy.com/2014/07/12/restful-services-with-codeigniter/ http://www.php230.com/1412042281.html 阅读全文
posted @ 2017-05-19 10:23 程序猿的笔记 阅读(1506) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页