2019年5月5日
摘要:
http://www.php.cn/manual/view/1499.html
阅读全文
posted @ 2019-05-05 09:23
bandbandme
阅读(1181)
推荐(0)
2019年4月16日
摘要:
创建表格等 https://blog.csdn.net/pengone/article/details/47724423 设置样式等 http://www.thinkphp.cn/topic/53674.html
阅读全文
posted @ 2019-04-16 11:02
bandbandme
阅读(565)
推荐(0)
2019年3月29日
摘要:
转载链接: https://www.cnblogs.com/woider/p/6443854.html 写的很好
阅读全文
posted @ 2019-03-29 16:44
bandbandme
阅读(111)
推荐(0)
摘要:
svn copy -r 73 svn://xxx/branches/test/main/aBeauty.inc.php ./main/aBeauty.inc.php svn merge -r 72:73 --ignore-ancestry svn://xxx/branches/test/main/a
阅读全文
posted @ 2019-03-29 13:58
bandbandme
阅读(483)
推荐(0)
2019年3月25日
摘要:
ci 命令行模式访问 linux php /usr/local/var/xxx/index.php bing testone windows C:\wamp64\bin\php\php5.6.25\php-win.exe C:\wamp64\www\xxx\index.php bing teston
阅读全文
posted @ 2019-03-25 18:15
bandbandme
阅读(126)
推荐(0)
摘要:
// utf8 function mb_unserialize($serial_str) { $serial_str= preg_replace('!s:(\d+):"(.*?)";!se', "'s:'.strlen('$2').':\"$2\";'", $serial_str ); $serial_str= str_replace("\r", "", $serial_...
阅读全文
posted @ 2019-03-25 10:36
bandbandme
阅读(380)
推荐(0)
2019年1月18日
摘要:
/** * 验证手机号码格式 * @param string $phone 手机号 * @return boolean */ function is_phone($phone) { $chars = "/^13[0-9]{1}[0-9]{8}$|15[0-9]{1}[0-9]{8}$|18[0-9]{1}[0-9]{8}$|17[0-9]{1}[0-9]{8}$/"; i...
阅读全文
posted @ 2019-01-18 14:01
bandbandme
阅读(176)
推荐(0)
2019年1月4日
posted @ 2019-01-04 17:57
bandbandme
阅读(163)
推荐(0)
2018年12月28日
摘要:
对比参考: https://www.cnblogs.com/onephp/p/6108344.html 配置文件: 触发脚本 观察者
阅读全文
posted @ 2018-12-28 17:03
bandbandme
阅读(144)
推荐(0)
摘要:
拖拽 html: <link rel="stylesheet" href="http://wwwcdn.kimiss.net/public/bootstrap/css/bootstrap.min.css"><link rel="stylesheet" href="http://wwwcdn.kimi
阅读全文
posted @ 2018-12-28 14:18
bandbandme
阅读(150)
推荐(0)