01 2021 档案

摘要:1、vim .zshrc 写入:alias setproxy="export ALL_PROXY=socks5://127.0.0.1:1086"alias unsetproxy="unset ALL_PROXY"2、执行 setproxy3、brew install imagemagick4、查看 阅读全文
posted @ 2021-01-31 14:20 没事就更 阅读(228) 评论(0) 推荐(0)
摘要:http://patorjk.com/software/taag/#p=display&f=Graffiti&t=Type%20Something%20 阅读全文
posted @ 2021-01-25 17:39 没事就更 阅读(129) 评论(0) 推荐(0)
摘要:省-市-区-乡镇-行政代码 项目中需要用到4级地区代码划分,网上到了一个但是发现数据不完整,就自己写了个爬虫到中国统计局的网上爬了一份完整的。测试过是完整的数据。更新到2016年。 https://gitee.com/QiMaDaZhang/Sheng-Shi-Qu-XiangZhen-XingZh 阅读全文
posted @ 2021-01-25 15:11 没事就更 阅读(295) 评论(0) 推荐(0)
摘要:1、为方便执行 vim ~/.zshrc 写入 export PATH=/Applications/MAMP/bin/php/php7.3.8/bin:$PATH 保存 2、执行 source ~/.zshrc 3、执行 brew install fswatch , 安装fswatch 4、php 阅读全文
posted @ 2021-01-12 19:24 没事就更 阅读(2174) 评论(0) 推荐(0)
摘要:$wifi_regions = array_unique($wifi_regions, SORT_REGULAR); 阅读全文
posted @ 2021-01-12 12:37 没事就更 阅读(720) 评论(0) 推荐(0)
摘要:MySQL手册中find_in_set函数的语法解释: FIND_IN_SET(str,strlist) str 要查询的字符串 strlist 字段名 参数以”,”分隔 如 (1,2,6,8,10,22) 查询字段(strlist)中包含(str)的结果,返回结果为null或记录 假如字符串str 阅读全文
posted @ 2021-01-05 10:57 没事就更 阅读(4450) 评论(0) 推荐(0)