摘要:
public static Dictionary<string, string> GetDefaultAddressInfos() { Dictionary<string, string> pairs = new Dictionary<string, string>(); var ip = from 阅读全文
摘要:
VSCode切换中文: 打开“vscode”。按快捷键“Ctrl+Shift+P”。在“vscode”顶部会出现一个搜索框。输入“configure language”,然后回车。“vscode”里面就会打开一个语言配置文件。 Auto Close Tag 自动闭合HTML标签 Auto Impor 阅读全文
摘要:
SELECT 表名 = Case When A.colorder=1 Then D.name Else '' End, 表说明 = Case When A.colorder=1 Then isnull(F.value,'') Else '' End, 字段序号 = A.colorder, 字段名 = 阅读全文
摘要:
服务器安装core环境的过程中,core 的sdk runtime 等都安装好后,运行程序发现出现异常 例如: 解决方案: Windows 通用 C 运行库(Universal C Runtime)是通过Windows Update更新安装到系统的,更新的编号为KB2999226(10.0.1024 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Text; namespace DL.Proxy { public interface Person { string GiveTask(string args); } } using System; using System.Collections.Generic; usin 阅读全文