会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
忧郁的小学生
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
29
下一页
2018年5月10日
nginx下配置php5和php7
摘要: 下面这里是对于lnmp的配置 lnmp的vhost php7的配置如下: Vhost里面引用
阅读全文
posted @ 2018-05-10 20:17 尘梦
阅读(5223)
评论(0)
推荐(0)
2018年5月7日
nginx vhost配置
摘要: server { listen 80; server_name crsdemo.my; index index.html index.htm index.php default.html default.htm default.php; root /home/xss/www7/crs/public/admin; rewrite_log...
阅读全文
posted @ 2018-05-07 17:19 尘梦
阅读(1045)
评论(0)
推荐(0)
2018年4月19日
被3整除
摘要: 输入描述: 输入包括两个整数l和r(1 end) { Console.WriteLine("第一个数必须小于第二个数"); return "0"; } for (int i = start; i <= end; i+...
阅读全文
posted @ 2018-04-19 22:26 尘梦
阅读(598)
评论(0)
推荐(0)
牛客网之网易面试题
摘要: 输入描述: 每个输入包含一个测试用例。每个测试用例的第一行包含两个正整数,分别表示工作的数量N(N map = new Dictionary(); int t1 = 0, t2 = 0; int[] a = new int[n]; //n的值 int[] b = new int[m]; //存储m的值 ...
阅读全文
posted @ 2018-04-19 22:04 尘梦
阅读(764)
评论(0)
推荐(0)
2018年4月16日
Thinkphp3.2 cms之分类管理
摘要: 四、分类管理
阅读全文
posted @ 2018-04-16 21:02 尘梦
阅读(403)
评论(0)
推荐(0)
Thinkphp3.2 cms之权限管理
摘要: 五、权限管理
阅读全文
posted @ 2018-04-16 21:02 尘梦
阅读(262)
评论(0)
推荐(0)
Thinkphp3.2 cms之登陆模块
摘要: display(); } /** * 登录验证 */ public function Check_Login(){ //验证码检测 $names=$_POST['Captcha']; if($this->check_verify($names)==false){ $data['e...
阅读全文
posted @ 2018-04-16 21:01 尘梦
阅读(377)
评论(0)
推荐(0)
Thinkphp3.2 cms之文章模块
摘要: 二、文章模块
阅读全文
posted @ 2018-04-16 21:00 尘梦
阅读(350)
评论(0)
推荐(0)
Thinkphp3.2 cms之角色开发
摘要: 一、角色管理开发
阅读全文
posted @ 2018-04-16 20:59 尘梦
阅读(370)
评论(0)
推荐(0)
2018年3月20日
PHP修改css文件中的背景图片并下载到本地
摘要: 扒网站当中一般css中的图片扒不下来,这个脚本就是用来下载这些图片到本地的 流程 1、获取css文件路径 2、打开文件逐行读取判断是否包含需要的图片 2.1 包含则 -进行截取直接获取到相对路径 2.1.1 根据curl来文件流,fopne打开文件,fwrite写入文件 2.2不包含则跳出
阅读全文
posted @ 2018-03-20 00:45 尘梦
阅读(851)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
29
下一页
公告