上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 35 下一页

2017年12月16日

PHP 获取header 的自定义参数值

摘要: php 阅读全文

posted @ 2017-12-16 16:32 ziyi_ang 阅读(1516) 评论(0) 推荐(1) 编辑

2017年12月7日

PHP+jQuery+Ajax多图片上传

摘要: http://www.sucaihuo.com/js/3.html 阅读全文

posted @ 2017-12-07 22:28 ziyi_ang 阅读(44) 评论(0) 推荐(0) 编辑

mysql常用高级命令执行

摘要: mysql 复制表结构及数据到另一张表: create table user_function_1207 select * from user_function; 阅读全文

posted @ 2017-12-07 09:28 ziyi_ang 阅读(103) 评论(0) 推荐(0) 编辑

2017年12月2日

thinkphp5 分页

摘要: http://www.thinkphp.cn/code/3000.html http://www.thinkphp.cn/topic/43247.html 阅读全文

posted @ 2017-12-02 22:08 ziyi_ang 阅读(55) 评论(0) 推荐(0) 编辑

2017年11月27日

存储过程 游标

摘要: begin declare l_judge_id int default 0; declare l_cnt int default 0; declare done int default 0; declare l_cursor cursor for select judge_id from judge_court_dict ORDER BY judge_id asc; declare cont... 阅读全文

posted @ 2017-11-27 13:46 ziyi_ang 阅读(90) 评论(0) 推荐(0) 编辑

2017年11月14日

influxdb+grafana搭建业务监控平台前篇

摘要: influxdb官网: https://docs.influxdata.com/influxdb/v1.2/tools/api_client_libraries/ 参考: http://blog.csdn.net/u010185262/article/details/53118711 http:// 阅读全文

posted @ 2017-11-14 22:53 ziyi_ang 阅读(140) 评论(0) 推荐(0) 编辑

SSH 使用密钥登录并禁止口令登录

摘要: 转自:https://www.cnblogs.com/elesos/p/6266871.html 小结:修改下sshd配置文件,把公钥传上去就好了 先生成公钥和私钥,默认在/root/.ssh/目录,可以先看一下有没有这个目录。 生成公钥后,以后其它服务器也都可以复用这个公钥 最好生成时输入密码!! 阅读全文

posted @ 2017-11-14 16:28 ziyi_ang 阅读(1000) 评论(0) 推荐(0) 编辑

2017年11月12日

linux中sphinx及coreseek及mmseg3的安装

摘要: 1,在root目录下,下载sphinx安装包sphinx-2.2.11.tar.gz 2、解压安装包 tar zxvf sphinx-2.2.11-beta.tar.gz 3、检查当前系统是否满足安装sphinx 和指定安装目录 cd sphinx-2.2.11-release ./configur 阅读全文

posted @ 2017-11-12 13:13 ziyi_ang 阅读(258) 评论(0) 推荐(0) 编辑

2017年8月28日

PHP微信支付开发之扫描支付(模式二)后如何回调

摘要: 转自:http://www.cnblogs.com/itxiongwei/p/5531053.html 强烈推荐 阅读全文

posted @ 2017-08-28 22:34 ziyi_ang 阅读(66) 评论(0) 推荐(0) 编辑

2017年8月21日

composer安装

摘要: 主要参考百度这个即可: http://jingyan.baidu.com/article/ca2d939d164df6eb6c31ceb6.html 其中命令可以参考这个: http://www.cnblogs.com/bean-sprout/p/6377085.html 直接下载的文档: http 阅读全文

posted @ 2017-08-21 21:39 ziyi_ang 阅读(82) 评论(0) 推荐(0) 编辑

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 35 下一页

导航