10 2016 档案

摘要:1、用临时文件php,以数组形式储存。保存在php文件的数组,通过写入文件的方式,部分代码如下: 2、保存在数据库上,相当于临时存储,待成为正常后,设置其正确的关联项 阅读全文
posted @ 2016-10-25 10:30 cogitoergosum 阅读(149) 评论(0) 推荐(0) 编辑
摘要:1、在window与linux下的多语言切换有些区别,主要putenv的设置区别。 参考链接:http://www.cnblogs.com/sink_cup/archive/2013/11/20/ubuntu-php-gettext-error.html http://www.cnblogs.com 阅读全文
posted @ 2016-10-20 10:01 cogitoergosum 阅读(1361) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/famousdt/article/details/6921622 数据库第一范式(1NF): 列的原子性,列无法再分割 数据库第二范式(2NF): 必须有主键, 非主键列都必须依赖于主键而非主键的一部分 数据库第三范式(3NF): 在符合2NF的基础上,非主 阅读全文
posted @ 2016-10-16 15:27 cogitoergosum 阅读(119) 评论(0) 推荐(0) 编辑
摘要:ngnix 支持 CI框架1、修改config.php 参考网址:https://www.chenyudong.com/archives/codeigniter-in-nginx-and-url-rewrite.html 2、 ci小样例 http://www.mamicode.com/info-d 阅读全文
posted @ 2016-10-15 21:53 cogitoergosum 阅读(351) 评论(0) 推荐(0) 编辑
摘要:1、Vundle.vim 安装 https://github.com/VundleVim/Vundle.vim 2、插件安装 https://github.com/yangyangwithgnu/use_vim_as_ide 3、插件学习 https://codingstyle.cn/topics/ 阅读全文
posted @ 2016-10-15 18:06 cogitoergosum 阅读(193) 评论(0) 推荐(0) 编辑
摘要:1、redis 支持“生产者与消费者模式”、“订阅模式” 2、实时数据, 用数据类型、时间戳、数据内容,以二进制形式存取 3、查询时间、查询间隔时间、查询更新时间 阅读全文
posted @ 2016-10-10 09:25 cogitoergosum 阅读(91) 评论(0) 推荐(0) 编辑
摘要:1、没有重载的函数,实现重载函数只能通过func_get_args()这种方式进行转化 2、每个变量只能单独命名为控制权限(private、protected、public) 3、php反射类带参数 4、成员变量只能以$this->m_nHsetAppendCount这种方式, 常量 self::m 阅读全文
posted @ 2016-10-09 09:17 cogitoergosum 阅读(164) 评论(0) 推荐(0) 编辑
摘要:分析插件jquery.countdown.js 3、defaults = { attrName : 'data-diff', tmpl : '<span class="hour">%{h}</span>小时<span class="minute">%{m}</span>分钟<span class=" 阅读全文
posted @ 2016-10-07 17:05 cogitoergosum 阅读(3986) 评论(0) 推荐(0) 编辑
摘要:1、cmake安装 2、codeblock 16.01 3、Google Test 1.7.0 4、PATH路径添加(重启电脑,保证设置的PATH路径生效) 5、python安装 6、编译安装: http://www.cnblogs.com/TenosDoIt/p/3412721.html 错误: 阅读全文
posted @ 2016-10-01 16:40 cogitoergosum 阅读(1053) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示