上一页 1 ··· 107 108 109 110 111 112 113 114 115 ··· 133 下一页
摘要: https://packagist.org/packages/phpoffice/phpword 阅读全文
posted @ 2018-10-10 16:06 盘思动 阅读(128) 评论(0) 推荐(0)
摘要: [ 2018-10-10T10:51:49+08:00 ] 218.93.209.11 GET new.worldsipo.com/admin.php[ error ] [2]scandir() has been disabled for security reasons[/home/wwwroot 阅读全文
posted @ 2018-10-10 11:02 盘思动 阅读(1467) 评论(0) 推荐(0)
摘要: server { listen 80; server_name local.*****.com; index index.html index.htm index.php; root /home/wwwroot/******/public; #error_page 404 /404.html; in 阅读全文
posted @ 2018-09-26 14:26 盘思动 阅读(276) 评论(0) 推荐(0)
摘要: 1、(方法一)ls -lht会列出当前目录下每个文件的大小,同时也会给出当前目录下所有文件大小总和 【查看谬个文件的大小,】 2、(方法二)du -sh *也会列出当前文件夹下所有文件对应的大小 【把*替换为具体的文件名,会给出具体文件的大小】 阅读全文
posted @ 2018-09-20 20:05 盘思动 阅读(34278) 评论(0) 推荐(2)
摘要: https://www.cnblogs.com/zhensg123/p/8954175.html 博客文章少了个Expection.php 文件; common.php 阅读全文
posted @ 2018-09-17 16:44 盘思动 阅读(1932) 评论(0) 推荐(0)
摘要: https://www.daixiaorui.com/ 阅读全文
posted @ 2018-09-17 09:47 盘思动 阅读(136) 评论(0) 推荐(0)
摘要: $insertId = Db::name('user_address')->insertGetId($data);会插入数据,返回插入的 id //$flag = Db::name('user_address')->insert($data);插入数据,如果成功返回1; 阅读全文
posted @ 2018-09-13 10:29 盘思动 阅读(695) 评论(0) 推荐(0)
摘要: $insertId = Db::name('user_address')->insertGetId($data); //add=>insert, insert 返回值不再是插入的id;if ($_REQUEST['is_default'] == '1'){ Db::name('user_addres 阅读全文
posted @ 2018-09-12 17:43 盘思动 阅读(7297) 评论(0) 推荐(0)
摘要: 「花与剑: https://blog.csdn.net/wbbott/article/details/53107009」————————— 阅读全文
posted @ 2018-09-12 15:29 盘思动 阅读(219) 评论(0) 推荐(0)
摘要: $(".good_info").on('click',function () { var id = $(this).data('id'); var string='http://qr.liantu.com/api.php?text=https://5hao.sheep.squmo.com/wx.ph 阅读全文
posted @ 2018-09-11 18:02 盘思动 阅读(503) 评论(0) 推荐(0)
上一页 1 ··· 107 108 109 110 111 112 113 114 115 ··· 133 下一页