上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页
摘要: 自 PHP 5.3.0 起,有两种方式定义常量,使用 const 关键字或者 define() 函数: 1 2 const FOO = 'BAR'; define('FOO', 'BAR'); 1 2 const FOO = 'BAR'; define('FOO', 'BAR'); 1 2 1 2 阅读全文
posted @ 2016-12-02 10:25 的士特啰嗦司机 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 常用压缩文件格式就那么几种,解压命令总结在此: 1 2 3 4 5 6 7 8 tar xzf filename.tar.gz tar xjf filename.tar.bz2 tar xzf filename.tgz tar xf filename.tar xz -d filename.tar.x 阅读全文
posted @ 2016-12-02 10:22 的士特啰嗦司机 阅读(1508) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-02 10:12 的士特啰嗦司机 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 最近网站出现 User 数据库名称 has already more than 'max_user_connections' active connections 的报错,网站瘫痪。有必要研究下这个问题。 max_user_connections 是 MySQL 用户连接数的最大值设置,整段语句的意 阅读全文
posted @ 2016-11-29 09:57 的士特啰嗦司机 阅读(1075) 评论(0) 推荐(0) 编辑
摘要: linux 初始化系统配置(centos6) (2013-04-03 13:19:15) 转载▼ linux 初始化系统配置(centos6) 转载▼ 分类: linux 这篇博文是从别处转来的,原文地址http://zhoualine.iteye.com/blog/1587086 linux 初始 阅读全文
posted @ 2016-11-21 10:23 的士特啰嗦司机 阅读(381) 评论(0) 推荐(0) 编辑
摘要: php中很多还不懂php中0,"",null和false之间的区别,这些区别有时会影响到数据判断的正确性和安全性,给程序的测试运行造成很多麻烦。先看一个例子: <? $str1 = null; $str2 = false; echo $str1==$str2 ? ‘相等’ : ‘不相等’; $str 阅读全文
posted @ 2016-11-14 11:23 的士特啰嗦司机 阅读(238) 评论(0) 推荐(0) 编辑
摘要: php支付宝在线支付接口开发教程 php支付宝在线支付接口开发教程 这篇文章主要为大家详细介绍了php支付宝在线支付接口开发教程,具有一定的参考价值,感兴趣的小伙伴们可以参考一下 这篇文章主要为大家详细介绍了php支付宝在线支付接口开发教程,具有一定的参考价值,感兴趣的小伙伴们可以参考一下 1.什么 阅读全文
posted @ 2016-11-13 20:09 的士特啰嗦司机 阅读(694) 评论(0) 推荐(0) 编辑
摘要: chrome浏览器 F12 console Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B137 Safari/ 阅读全文
posted @ 2016-11-07 19:15 的士特啰嗦司机 阅读(1544) 评论(0) 推荐(0) 编辑
摘要: The command of install ctags is :sudo apt-get install exuberant-ctags. It is ok in usual module, but sometimes it will fail 在有些情况下,我们是没有权限在我们的电脑上面安装ct 阅读全文
posted @ 2016-11-07 14:06 的士特啰嗦司机 阅读(401) 评论(0) 推荐(0) 编辑
摘要: https://github.com/giggsey/libphonenumber-for-php http://giggsey.com/libphonenumber/ 也有其他版本 js java 等 阅读全文
posted @ 2016-10-14 20:17 的士特啰嗦司机 阅读(3093) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页