上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 28 下一页
摘要: 五、权限管理 阅读全文
posted @ 2018-04-16 21:02 尘梦 阅读(226) 评论(0) 推荐(0) 编辑
摘要: display(); } /** * 登录验证 */ public function Check_Login(){ //验证码检测 $names=$_POST['Captcha']; if($this->check_verify($names)==false){ $data['e... 阅读全文
posted @ 2018-04-16 21:01 尘梦 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 二、文章模块 阅读全文
posted @ 2018-04-16 21:00 尘梦 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 一、角色管理开发 阅读全文
posted @ 2018-04-16 20:59 尘梦 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 扒网站当中一般css中的图片扒不下来,这个脚本就是用来下载这些图片到本地的 流程 1、获取css文件路径 2、打开文件逐行读取判断是否包含需要的图片 2.1 包含则 -进行截取直接获取到相对路径 2.1.1 根据curl来文件流,fopne打开文件,fwrite写入文件 2.2不包含则跳出 阅读全文
posted @ 2018-03-20 00:45 尘梦 阅读(837) 评论(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 尘梦 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 普通二维码有下面的微信的logo 所以截取 分了三部: 第一:将文件流转换为image 第二:将image截取 第三:将image转换为文件流 生成100个编码总共用时40s(着实有点多,转换哪里太浪费了) 阅读全文
posted @ 2017-12-06 17:46 尘梦 阅读(1547) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Web; using LitJson; public class CodeTest : IHttpHandler { public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; ... 阅读全文
posted @ 2017-11-30 15:33 尘梦 阅读(8249) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Web; using System.Net; using System.Text; using System.IO; using System.Collections.Generic; using LitJson; using System.Web.Script.Serialization; public class ce : IHtt... 阅读全文
posted @ 2017-11-30 15:32 尘梦 阅读(3964) 评论(0) 推荐(0) 编辑
摘要: 策略模式:封装算法,选择所用具体实现的置业由客户对象承担。 将算法具体类,然后互相替换,不影响客户。 阅读全文
posted @ 2017-11-20 21:44 尘梦 阅读(197) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 28 下一页