上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 35 下一页

2018年10月23日

shell 下载并解压

摘要: 下载cd /mnt/aaa forward_days=7 date_start_str=`date -d "$forward_days days ago" +%Y%m%d` date_end_str=`date +%Y%m%d` echo "当前获取日期范围为:"$date_start_str-$date_end_str /alidata/server/php/bin/php /v... 阅读全文

posted @ 2018-10-23 15:01 ziyi_ang 阅读(880) 评论(0) 推荐(0) 编辑

shell脚本检查mysql主从是否同步

摘要: #!/bin/bash #下面这行目的在于检测mysql端口是否开启,如果没有开启,那说明mysql服务都没有开启,直接就能判断主从没有开启 port=`netstat -anl|grep 3312 |sed -n '1p' |awk '{print $4}'|awk -F: '{ print $2}'` #array是一个数组是用来存储Slave_IO_Running和Slave_SQ... 阅读全文

posted @ 2018-10-23 14:56 ziyi_ang 阅读(225) 评论(0) 推荐(0) 编辑

2018年10月20日

PHP框架推荐

摘要: https://www.fastadmin.net/ 阅读全文

posted @ 2018-10-20 06:53 ziyi_ang 阅读(57) 评论(0) 推荐(0) 编辑

2018年10月17日

array_merge和+区别php

摘要: https://blog.csdn.net/qq_21034239/article/details/53940797 阅读全文

posted @ 2018-10-17 10:00 ziyi_ang 阅读(69) 评论(0) 推荐(0) 编辑

2018年10月13日

【转】有用的php关于转义的函数

摘要: 努力和遗憾,那个更痛苦? htmlspecialchars 将与、单双引号、大于和小于号化成HTML格式 &转成&amp;"转成&quot;' 转成&#039;<转成&lt;>转成&gt; htmlentities() 所有字符都转成HTML格式 除上面htmlspecialchars字符外,还包括 阅读全文

posted @ 2018-10-13 17:16 ziyi_ang 阅读(134) 评论(0) 推荐(0) 编辑

2018年10月7日

snatch

摘要: 抓取官网 使用代理(https://www.cnblogs.com/burningc/p/8794584.html): 代理ip使用网站:http://www.89ip.cn/index_13.html 阅读全文

posted @ 2018-10-07 17:11 ziyi_ang 阅读(1008) 评论(0) 推荐(0) 编辑

2018年9月29日

topjui

摘要: http://demo.topjui.com/ 阅读全文

posted @ 2018-09-29 15:46 ziyi_ang 阅读(142) 评论(0) 推荐(0) 编辑

2018年9月16日

使用OneinStack搭建网站LNMP环境,并配置WAF防火墙防CC攻击

摘要: https://www.moerats.com/archives/611/ 阅读全文

posted @ 2018-09-16 09:44 ziyi_ang 阅读(218) 评论(0) 推荐(0) 编辑

2018年9月15日

fastadmin

摘要: https://www.fastadmin.net/wxapp.html 阅读全文

posted @ 2018-09-15 22:16 ziyi_ang 阅读(61) 评论(0) 推荐(0) 编辑

2018年9月11日

css定义格式中逗号,空格,冒号,点号的含义

摘要: css定义格式中逗号,空格,冒号,点号的含义 css定义格式中逗号,空格,冒号,点号的含义 比如: 一:#a,b{…………} 二:#a b{…………} 三:#a:b{…………} 四:#a.b{…………} 这是四个分别代表着什么含义呢? 比如: 一:#a,b{…………} 二:#a b{…………} 三: 阅读全文

posted @ 2018-09-11 20:50 ziyi_ang 阅读(796) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 35 下一页

导航