随笔分类 - Visual Studio Code
摘要:1 2 3 4 5 Debug 6 Win32 7 8 9 Release 10 Win32 11 12 13 Debug 14 x64 15 16 17 Release 18...
阅读全文
摘要:要以 \n 结束 示例: 1 ((<OutputFile>..*</OutputFile>)[\S\s])[\S\s] 2 <OutputFile>$(MSBuildStartupDirectory)\Build\$(Configuration)\$(MSBuildProjectName)$(Tar
阅读全文
摘要:.NET/C# 开源资源收集 Roslyn C# 开源编译器 iSpy免费的开源视频监控平台 https://github.com/ispysoftware/iSpy .NET Framework 工具 NET Framework 类库 若要浏览.NET Framework 源代码,请参阅 Refe
阅读全文
摘要:当两行的数据一样时,要删除一行的解决办法。 vs 2015解决方案 项目文件编辑时的正则表达式,查找换行的表达式。 第一个</OutDir> 是开始点,第二个是结束点。 网上找了半天没找到,只能自己研究了(endv.cn)。 网上查找的时间比自己研究的时间还要多,有的时候也会无语。 参考百度百科 h
阅读全文
摘要:搭建QQ聊天通信的程序:(1)基于 networkcomms.net 创建一个WPF聊天客户端服务器应用程序 原文地址(英文):http://www.networkcomms.net/creating-a-wpf-chat-client-server-application/ 注意:本教程是相当广泛
阅读全文
摘要:Visual Studio Code Visual Studio Code for Windows Code editing redefined and optimized for building and debugging modern web and cloud applications. V
阅读全文