
C#
linyiquan
这个作者很懒,什么都没留下…
展开
-
Sublime Text 3 配置C#编译环境
一、新建构建系统保存为:C#VS2015.sublime-build二、编辑C#VS2015.sublime-build内容,如下:{ "file_regex": "^(...*?):([0-9]*):?([0-9]*)", "selector" : "source.cs", "cmd" : "mcs $file_name",原创 2018-07-26 13:39:37 · 4046 阅读 · 0 评论 -
EditPlus 配置C#编译环境
一、选择菜单 Tools、Preferences二、各项参数一C#2012 csc编译D:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe $(FileName)$(FileDir)三、各项参数二C#2012 run运行$(FileNameNoExt)..$(FileDir)四、各项参数三C#...原创 2018-07-26 13:48:41 · 726 阅读 · 0 评论 -
Visual Studio Code 单文件 C# VS2012 VS2015 C#编译环境
一、配置任务菜单 : 任务/配置任务会建立一个tasks.json二、编辑tasks.json内容// See https://go.microsoft.com/fwlink/?LinkId=733558// for the documentation about the tasks.json format"version": "2.0.0","tasks": [...原创 2018-07-27 22:07:31 · 1025 阅读 · 0 评论 -
SharpDevelop V5.1.0.5216 运行出错(win7 sp1) 解决方案
SharpDevelop V5.1.0.5216 运行出错Exception thrown:System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseExcep...原创 2018-08-16 10:51:11 · 1078 阅读 · 0 评论 -
Northwind中文版Access2000、MSSQL版也适用LinqPad学习
链接:https://download.youkuaiyun.com/download/linyiquan/10662705学习数据库、C#的LINQ编程很好的数据库资源。内容包括:分别为Access2000版-》MS SQL2000版本的,高版本的也可以使用。网上搜索到的在使用LinqPad中进行连接时会出现错误,连接不上,这个版本的NorthwindSQL.mdb经过处理,可以在Lin...原创 2018-09-12 18:52:32 · 783 阅读 · 0 评论 -
Visual Studio Code 添加VS 2017的开发人员命令提示符---C#编译环境
一、文件\首选项\设置二、三、添加下面两行到 用户设置"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe","terminal.integrated.shellArgs.windows": ["/K", "C:\\Program Files (x86)\\Microsoft Visual ...原创 2018-09-10 06:02:08 · 10961 阅读 · 1 评论