上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 29 下一页
摘要: 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 尘梦 阅读(1036) 评论(0) 推荐(0)
摘要: 输入描述: 输入包括两个整数l和r(1 end) { Console.WriteLine("第一个数必须小于第二个数"); return "0"; } for (int i = start; i <= end; i+... 阅读全文
posted @ 2018-04-19 22:26 尘梦 阅读(589) 评论(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 尘梦 阅读(754) 评论(0) 推荐(0)
摘要: 四、分类管理 阅读全文
posted @ 2018-04-16 21:02 尘梦 阅读(400) 评论(0) 推荐(0)
摘要: 五、权限管理 阅读全文
posted @ 2018-04-16 21:02 尘梦 阅读(248) 评论(0) 推荐(0)
摘要: display(); } /** * 登录验证 */ public function Check_Login(){ //验证码检测 $names=$_POST['Captcha']; if($this->check_verify($names)==false){ $data['e... 阅读全文
posted @ 2018-04-16 21:01 尘梦 阅读(367) 评论(0) 推荐(0)
摘要: 二、文章模块 阅读全文
posted @ 2018-04-16 21:00 尘梦 阅读(343) 评论(0) 推荐(0)
摘要: 一、角色管理开发 阅读全文
posted @ 2018-04-16 20:59 尘梦 阅读(353) 评论(0) 推荐(0)
摘要: 扒网站当中一般css中的图片扒不下来,这个脚本就是用来下载这些图片到本地的 流程 1、获取css文件路径 2、打开文件逐行读取判断是否包含需要的图片 2.1 包含则 -进行截取直接获取到相对路径 2.1.1 根据curl来文件流,fopne打开文件,fwrite写入文件 2.2不包含则跳出 阅读全文
posted @ 2018-03-20 00:45 尘梦 阅读(850) 评论(0) 推荐(0)
摘要: //s用户表 create table userinfo( id int(18) primaryk key auto_increment, username varchar(50) not null ); //角色表 create table roleinfo( id int primary key auto_increment, name varchar(50) not null... 阅读全文
posted @ 2017-12-22 14:36 尘梦 阅读(160) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 29 下一页