会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FinnYY
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
18
下一页
2017年5月19日
nginx中文文档
摘要: http://www.nginx.cn/doc/ LNMP :https://lnmp.org/faq/lnmp-vhost-add-howto.html 配置详解 配置详解2
阅读全文
posted @ 2017-05-19 13:32 FinnYY
阅读(307)
评论(0)
推荐(0)
2017年3月5日
解析富文本框
摘要: htmlspecialchars_decode
阅读全文
posted @ 2017-03-05 21:25 FinnYY
阅读(271)
评论(0)
推荐(0)
2017年2月24日
URL列表
摘要: MySql函数大全:http://www.cnblogs.com/xuyulin/p/5468102.html
阅读全文
posted @ 2017-02-24 15:53 FinnYY
阅读(325)
评论(0)
推荐(0)
2016年12月27日
nginx指定配置文件启动
摘要: /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
阅读全文
posted @ 2016-12-27 10:34 FinnYY
阅读(24982)
评论(1)
推荐(1)
2016年12月22日
多维数组变一维数组
摘要: //多维变一维 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
阅读(185)
评论(0)
推荐(0)
2016年12月21日
图形化
摘要: 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
阅读(253)
评论(0)
推荐(0)
SVN篇
摘要: 启动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
阅读(174)
评论(0)
推荐(0)
2016年12月8日
抽奖概率计算
摘要: function get_rand($proArr) { $result = ''; //概率数组的总概率精度 $proSum = array_sum($proArr); //概率数组循环 foreach ($proArr as $key => $proCur) { $randNum = mt...
阅读全文
posted @ 2016-12-08 19:20 FinnYY
阅读(792)
评论(0)
推荐(0)
2016年11月23日
二维数组排序
摘要: $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
阅读(451)
评论(0)
推荐(0)
2016年11月22日
正则验证
摘要: /*判断身份证号*/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
阅读(145)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
18
下一页
公告