上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 35 下一页

2018年5月14日

hadoop 整理

摘要: jdk安装:https://www.linuxidc.com/Linux/2016-09/134941.htm java下载:http://www.oracle.com/technetwork/java/javase/downloads/index.html hadoophttps://blog.c 阅读全文

posted @ 2018-05-14 16:34 ziyi_ang 阅读(78) 评论(0) 推荐(0)

2018年5月6日

thinkPHP 5 nginx 部署时,只跳转首页问题

摘要: 转自:https://blog.csdn.net/qq_18353611/article/details/79428270 阅读全文

posted @ 2018-05-06 09:05 ziyi_ang 阅读(263) 评论(0) 推荐(0)

2018年5月4日

linux shell脚本如果不存在创建文件夹

摘要: date_str=`date +%Y%m%d` dir=/root/crontab/log function run_mkcurrent_dir(){ my_dir="$dir/$date_str" if [ ! -d "$my_dir" ]; then echo "创建文件夹" mkdir $my_dir else echo "文件夹已存在" ... 阅读全文

posted @ 2018-05-04 11:21 ziyi_ang 阅读(13718) 评论(1) 推荐(0)

2018年4月28日

在Mysql中巧用update和join、count()更新统计字段

摘要: 转自:http://blog.sina.com.cn/s/blog_5f66526e0100lef5.html 假设有表main_user(id,user,name,pass,total_message),其中total_message字段为关联表main_r_user_message(id,mes 阅读全文

posted @ 2018-04-28 09:45 ziyi_ang 阅读(1582) 评论(0) 推荐(0)

2018年4月20日

PHP二维数组按照指定的字段排序的函数

摘要: http://www.thinkphp.cn/code/2044.html 阅读全文

posted @ 2018-04-20 17:51 ziyi_ang 阅读(942) 评论(0) 推荐(0)

2018年4月19日

实用存储过程

摘要: 方式一: 方式二:使用游标存储过程 随机抽查SQL: 阅读全文

posted @ 2018-04-19 10:28 ziyi_ang 阅读(143) 评论(0) 推荐(0)

2018年4月14日

最快得到MYSQL两个表的差集

摘要: http://www.dewen.net.cn/q/15423 Mysql里不外乎就是 子查询 和 连接 两种方式. 设第一个表为table1, 第二个为table2, table1包含table2. sql为: 高性能mysql里有类似的例子, 见 "When a correlated subqu 阅读全文

posted @ 2018-04-14 10:44 ziyi_ang 阅读(6096) 评论(0) 推荐(0)

2018年4月12日

MySQL中出现Access denied for user '**'@'localhost' (using password: YES)

摘要: https://blog.csdn.net/love_taylor/article/details/77198850 第一:当出现Access denied for user 'root'@'localhost' (using password: YES)解决方案: 1、打开MySQL目录下的my. 阅读全文

posted @ 2018-04-12 22:19 ziyi_ang 阅读(27504) 评论(0) 推荐(0)

2018年4月9日

PHP安装XHProf扩展与测试

摘要: https://jingyan.baidu.com/article/a24b33cd7ee1d519ff002b6d.html 阅读全文

posted @ 2018-04-09 16:49 ziyi_ang 阅读(113) 评论(0) 推荐(0)

nginx allow 多个ip & ipv4的网段表示方法解析

摘要: https://blog.csdn.net/senlin1202/article/details/50974115 单看nginx模块名ngx_http_access_module,很多人一定很陌生,但是deny和allow相比没一个人不知道的,实际上deny和allow指令属于ngx_http_a 阅读全文

posted @ 2018-04-09 14:22 ziyi_ang 阅读(1844) 评论(0) 推荐(0)

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 35 下一页

导航