2019年9月1日

【转载】Visual Studio(VS) F12 查看DLL源代码

摘要: https://www.cnblogs.com/zhaoqingqing/p/6751757.html esharper官网:https://www.jetbrains.com/resharper/ 1、安装好Visual Studio,和Resharper(默认会勾选安装Dot peek) 2、打 阅读全文

posted @ 2019-09-01 17:57 白马酒凉 阅读(3088) 评论(0) 推荐(0)

.Net Core

摘要: web dotnet new mvc dotnet run .net console mkdir apptest1 cd apptest1 dotnet new console dotnet add package Figgle dotnet publish -r win10-x64 /p:Publ 阅读全文

posted @ 2019-09-01 17:54 白马酒凉 阅读(130) 评论(0) 推荐(0)

wget递归下载网站资源

摘要: wget -r -p -np -k http://archive.openwrt.org/barrier_breaker/14.07/ramips/mt7620a/packages/ 在下载https站点时: ERROR: certificate common name `*.c.ssl.fastl 阅读全文

posted @ 2019-09-01 02:02 白马酒凉 阅读(459) 评论(0) 推荐(0)

导航