上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页
摘要: http://www.nginx.cn/doc/ LNMP :https://lnmp.org/faq/lnmp-vhost-add-howto.html 配置详解 配置详解2 阅读全文
posted @ 2017-05-19 13:32 FinnYY 阅读(290) 评论(0) 推荐(0) 编辑
摘要: htmlspecialchars_decode 阅读全文
posted @ 2017-03-05 21:25 FinnYY 阅读(260) 评论(0) 推荐(0) 编辑
摘要: MySql函数大全:http://www.cnblogs.com/xuyulin/p/5468102.html 阅读全文
posted @ 2017-02-24 15:53 FinnYY 阅读(317) 评论(0) 推荐(0) 编辑
摘要: /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf 阅读全文
posted @ 2016-12-27 10:34 FinnYY 阅读(24852) 评论(1) 推荐(1) 编辑
摘要: //多维变一维 function arr_foreach ($arr) { static $tmp=array(); if (!is_array ($arr)) { return false; } foreach ($arr as $val ) { if (is_array ($val)) { ar 阅读全文
posted @ 2016-12-22 15:23 FinnYY 阅读(177) 评论(0) 推荐(0) 编辑
摘要: http://echarts.baidu.com/echarts2/doc/example.html <!DOCTYPE html><html><head> <title></title> <script type="text/javascript" src="jquery-1.9.1.min.js 阅读全文
posted @ 2016-12-21 15:50 FinnYY 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 启动SVN : svnserve -d -r svn 查看进程: ps -ef | grep svmserve 安装软件包: sudo apt-get install subversion 之后选择SVN服务文件及配置文件的放置位置。我放在了/srv下的svn目录。 cd /srv sudo mkd 阅读全文
posted @ 2016-12-21 14:51 FinnYY 阅读(160) 评论(0) 推荐(0) 编辑
摘要: function get_rand($proArr) { $result = ''; //概率数组的总概率精度 $proSum = array_sum($proArr); //概率数组循环 foreach ($proArr as $key => $proCur) { $randNum = mt... 阅读全文
posted @ 2016-12-08 19:20 FinnYY 阅读(776) 评论(0) 推荐(0) 编辑
摘要: $arr = array_merge($ru['arr'],$chu['arr']);$sort = array('direction' => 'SORT_DESC','field'=> 'ctimes' ); //direction排序顺序标志 SORT_DESC 降序;SORT_ASC 升序 / 阅读全文
posted @ 2016-11-23 11:59 FinnYY 阅读(441) 评论(0) 推荐(0) 编辑
摘要: /*判断身份证号*/var cardno = $('input[name=cardno]').val();var isIDCard1=/^[1-9]\d{7}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}$|^[1-9]\d{5}[1-9]\d{3}((0\d)| 阅读全文
posted @ 2016-11-22 11:56 FinnYY 阅读(136) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 18 下一页