Fork me on GitHub

08 2019 档案

摘要:http://how2j.cn/ 阅读全文
posted @ 2019-08-28 13:15 迁梦余光 阅读(130) 评论(0) 推荐(0)
摘要:配置的几种方式: https://www.cnblogs.com/humin/p/10330983.html Linux下配置sdk: https://dotnet.microsoft.com/download/linux-package-manager/ubuntu16-04/sdk-2.2.10 阅读全文
posted @ 2019-08-22 17:32 迁梦余光 阅读(142) 评论(0) 推荐(0)
摘要:Linux配置代理IP: vim /etc/profile http_proxy=http://username:password@ip:port/ https_proxy=http://username:password@ip:port/ export http_proxy export http 阅读全文
posted @ 2019-08-15 20:14 迁梦余光 阅读(2908) 评论(0) 推荐(0)
摘要:OAuth2协议: http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html Bearer Token、MAC Token区别: https://blog.csdn.net/weixin_39973810/article/details/846735 阅读全文
posted @ 2019-08-01 19:25 迁梦余光 阅读(271) 评论(0) 推荐(0)