打赏
摘要: beego解决跨域问题 参考链接 https://www.cnblogs.com/dannyyao/p/8047319.html 【喜欢打赏】 小主,辛苦啦!文章棒棒哒,赏杯咖啡吧... 【喜欢打赏】 阅读全文
posted @ 2020-02-03 22:03 苍山落暮 阅读(3182) 评论(0) 推荐(0) 编辑
摘要: 解决无线和有线 不在同一网段的问题 https://www.7down.com/article/31933.html https://service.tp link.com.cn/detail_article_451.html https://jingyan.baidu.com/article/ac 阅读全文
posted @ 2020-02-03 22:00 苍山落暮 阅读(1077) 评论(0) 推荐(0) 编辑
摘要: 免密登录(A免密登录B) ssh keygen t rsa //A公钥生成 ssh copy id userb@10.124.84.20 //公钥拷贝 A B 相关链接 https://www.cnblogs.com/lingyejun/p/7367596.html https://www.cnbl 阅读全文
posted @ 2020-02-03 21:59 苍山落暮 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 快速生成大文件 命令一: 命令二: 阅读全文
posted @ 2020-02-03 21:47 苍山落暮 阅读(1304) 评论(0) 推荐(0) 编辑
摘要: linux Virtual下载 (1.)官网下载virtualbox https://www.virtualbox.org/wiki/Linux_Downloads (2.)启动失败,安装相关依赖 阅读全文
posted @ 2020-02-03 21:45 苍山落暮 阅读(226) 评论(0) 推荐(0) 编辑
摘要: go 源码阅读 https://juejin.im/post/5d661014f265da03f04cdddc https://zhuanlan.zhihu.com/p/59087366 https://reading.developerlearning.cn/reading/ https://do 阅读全文
posted @ 2020-02-03 21:44 苍山落暮 阅读(132) 评论(0) 推荐(0) 编辑
摘要: ubuntu mysql 安装 (1.)下载镜像源配置 (2.)更新镜像源 (3.)安装mysql (4.)问题解决 (5.) Ubuntu 18.04 上安装和使用 MySQL Workbench 相关链接 https://dev.mysql.com/doc/mysql apt repo quic 阅读全文
posted @ 2020-02-03 21:42 苍山落暮 阅读(140) 评论(0) 推荐(0) 编辑
摘要: dlv安装和使用 $ git clone https://github.com/go-delve/delve.git $GOPATH/src/github.com/go-delve/delve 或者 go get github.com/derekparker/delve/cmd/dlv $ cd $ 阅读全文
posted @ 2020-02-03 21:38 苍山落暮 阅读(2225) 评论(0) 推荐(0) 编辑
摘要: RSS订阅 (1.)打开Chrome网上商店,并按装feeder插件 (2.)安装完成后会自动提示注册一个账号,按照提示注册完成登录即可。 (3.)完成插件安装之后,在浏览博客或者其他网站时,点击RSS订阅图标,就可以正常订阅成功。 (4.)当有文章更新的时候,就会在浏览器右上角提示,打开后就可以看 阅读全文
posted @ 2020-02-03 21:37 苍山落暮 阅读(148) 评论(0) 推荐(0) 编辑
摘要: xshell 日志滚屏设置 xshell有两个快捷方式,一个可以锁定当前屏幕,一个可以解锁当前屏幕 Ctrl+S:锁定当前屏幕 Ctrl+Q:解锁当前屏幕 阅读全文
posted @ 2020-02-03 21:35 苍山落暮 阅读(1097) 评论(0) 推荐(0) 编辑