Golang三方库收集-不定期更新

收集的一些三方库,不定期更新 网络请求库 非常好用,比 python 的 requests 还要好用 https://github.com/imroc/req rpc 库 可以用来构建自己的 微服务;好的地方是,比较自由,不像现成的微服务框架 https://github.com/smallnest/rpcx web 框架 iris https://github.com/kataras/

Jetbrains Idea 2019.3.5 不能识别GOROOT SDK版本的解决办法

Jetbrains Idea 2019.3.5 不能识别 GOROOT SDK 版本的解决办法 本子太老了,安装新的 Idea 太卡,而且由于大家懂得的原因,越来越难, 2019.3 够用而且 还算轻量,就打算继续使用,但是碰到了 GOROOT 无法识别的问题! 解决方法: 进入 go sdk 的 src/runtime/internal/sys 目录 编辑 zversion.go 文件

log4j的配置文件收集

#将等级为DEBUG的日志信息输出到console和file这两个目的地,console和file的定义在下面的代码 log4j.rootLogger=DEBUG,console,file #控制台输出的相关设置 log4j.appender.console = org.apache.log4j.ConsoleAppender log4j.appender.console.Target = Sy

常用搜索引擎网页收录提交入口

360搜索引擎登录入口: http://info.so.360.cn/site_submit.html 百度搜索网站登录口: http://www.baidu.com/search/url_submit.html 百度单个网页提交入口: http://zhanzhang.baidu.com/sitesubmit Google网站登录口: https://www.google.com/webmast

免费代理IP网站收集整理

免费代理IP网站收集 快代理: https://www.kuaidaili.com/free/inha/1/ 蝶鸟 https://www.dieniao.com/FreeProxy.html 66IP http://www.66ip.cn/ 云代理 http://www.ip3366.net/ 小二免费 http://www.xiaoerdaili

Mac item2常用快捷键

Mac item2常用快捷键 标签 新建标签:command + t 关闭标签:command + w 切换标签:command + 数字 command + 左右方向键 切换全屏:command + enter 查找:command + f 分屏 垂直分屏:command + d 水平分屏:command + shift + d 切换屏幕:command + option +

自用docker环境分享

因为我这里环境是PHP+Nginx+Pgsql 所以如果大家有需要的可以自己研究下更改下配置 直接上配置文件 docker-compose.yml version: '3.1' services: db: image: "postgres:latest" ports: - "5432:5432" volume

一大波正则验证来袭请接收

逛网站,碰巧遇到表单验证常用的东西给大家分享下! GITHUB 2.4K项目 any-rule 书到用时方恨少,一大波JS开发工具函数来了 灵活运用JS开发技巧 在线演示 火车车次 /^[GCDZTSPKXLY1-9]\d{1,4}$/ 手机机身码(IMEI) /^\d{15,17}$/ 必须带端口号的网址(或ip) /^((ht|f)tps?:\/\/)?[\w-]+(\.[\w-]+