随笔分类 -  PHP

摘要:代码 阅读全文
posted @ 2018-12-23 16:01 尘梦 阅读(1346) 评论(0) 推荐(0) 编辑
摘要:我这么写是非常不好的 ,这些都可以写在lirbraries里面 (ci就是这么干的) 我这里是自己用 大概一个模型 没那么多讲究 现在core/CodeIgniter.php 文件 后在配置文件里面 填写 然后在core/下面创建一个CI_Newfile类 具体代码为: 目前我只实现了model创建 阅读全文
posted @ 2018-12-20 16:32 尘梦 阅读(610) 评论(0) 推荐(0) 编辑
摘要:ci 执行流程 index.php 文件 加载codeigniter文件 codeigniter部分里面加载的: 加载配置文件constants 加载全局公共函数core/Common.php 文件 全局变量获取变量 判断是否composer加载程序(个人感觉 还是单个加载的方便) 使用刚才加载的c 阅读全文
posted @ 2018-12-20 14:41 尘梦 阅读(421) 评论(0) 推荐(0) 编辑
摘要:```php /** * 测试guzzle * * @return void */ public function index() { $client = new GuzzleHttp\Client(); //12306抓取票价 $request = new Request('get', '... 阅读全文
posted @ 2018-11-26 17:51 尘梦 阅读(199) 评论(0) 推荐(0) 编辑
摘要:```go package main import ( "fmt" _"flag" _ "os" _ "io/ioutil" _"strings" _ "path" "log" _ "baliance.com/gooxml/document" "database/sql" _ "github.com/go-sql-driver/mysql" "time" "githu 阅读全文
posted @ 2018-11-06 15:14 尘梦 阅读(250) 评论(0) 推荐(0) 编辑
摘要:php导出excel 10万数据(此代码主要测试用) 在工作当中要对一些基本信息和其他信息导出 起初信息比较小无所谓。。。。 但当信息超出65535的时候 发现点问题了 超出了 而且 反应速度很慢 实现思路: 分页导出 伪代码: 1、获取总数据,并确定显示多少条数据(我这里显示2万) 2、循环页数 阅读全文
posted @ 2018-09-14 14:44 尘梦 阅读(2737) 评论(0) 推荐(0) 编辑
摘要:代码冗余比较严重 测试版本 阅读全文
posted @ 2018-09-14 14:30 尘梦 阅读(928) 评论(0) 推荐(0) 编辑
摘要:ci框架 验证字段 需要 生成类似为: array('field' => 'admin_id','label' => '账号ID','rules' => 'integer'), array('field' => 'admin_account','label' => '账号','rules' => ' 阅读全文
posted @ 2018-07-18 15:10 尘梦 阅读(916) 评论(0) 推荐(0) 编辑
摘要:工作需要 需要更新 所有表的注释 不影响原结构之上进行更新 model 阅读全文
posted @ 2018-07-18 14:23 尘梦 阅读(391) 评论(0) 推荐(0) 编辑
摘要:折腾一大堆 看报错信息 正在选中未选择的软件包 wine-qqintl:i386。(正在读取数据库 ... 系统当前共安装有 185429 个文件和目录。)正准备解包 wine-qqintl_0.1.3-2_i386.deb ...正在解包 wine-qqintl:i386 (0.1.3-2) .. 阅读全文
posted @ 2018-07-07 16:27 尘梦 阅读(383) 评论(0) 推荐(0) 编辑
摘要: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 尘梦 阅读(1022) 评论(0) 推荐(0) 编辑
摘要:输入描述: 输入包括两个整数l和r(1 end) { Console.WriteLine("第一个数必须小于第二个数"); return "0"; } for (int i = start; i <= end; i+... 阅读全文
posted @ 2018-04-19 22:26 尘梦 阅读(578) 评论(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 尘梦 阅读(740) 评论(0) 推荐(0) 编辑
摘要:四、分类管理 阅读全文
posted @ 2018-04-16 21:02 尘梦 阅读(386) 评论(0) 推荐(0) 编辑
摘要:五、权限管理 阅读全文
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 尘梦 阅读(353) 评论(0) 推荐(0) 编辑
摘要:二、文章模块 阅读全文
posted @ 2018-04-16 21:00 尘梦 阅读(334) 评论(0) 推荐(0) 编辑
摘要:一、角色管理开发 阅读全文
posted @ 2018-04-16 20:59 尘梦 阅读(347) 评论(0) 推荐(0) 编辑
摘要:策略模式:封装算法,选择所用具体实现的置业由客户对象承担。 将算法具体类,然后互相替换,不影响客户。 阅读全文
posted @ 2017-11-20 21:44 尘梦 阅读(197) 评论(0) 推荐(0) 编辑