上一页 1 2 3 4 5 6 7 8 ··· 31 下一页
摘要: ESLint这是VSCode ESLint扩展,将ESLint JavaScript集成到VS Code中。 首先简单说一下使用流程:1.安装ESLlint库(在项目本地或全局安装,看具体项目需要)2.创建.eslintrc配置文件(手动创建或者复制其它已有配置文件均可,看具体项目需求)3.根据文档 阅读全文
posted @ 2020-05-19 18:05 彪悍的代码不需要注释 阅读(1940) 评论(7) 推荐(0) 编辑
摘要: public static Dictionary<string, string> GetDefaultAddressInfos() { Dictionary<string, string> pairs = new Dictionary<string, string>(); var ip = from 阅读全文
posted @ 2020-05-14 09:10 彪悍的代码不需要注释 阅读(320) 评论(0) 推荐(0) 编辑
摘要: VSCode切换中文: 打开“vscode”。按快捷键“Ctrl+Shift+P”。在“vscode”顶部会出现一个搜索框。输入“configure language”,然后回车。“vscode”里面就会打开一个语言配置文件。 Auto Close Tag 自动闭合HTML标签 Auto Impor 阅读全文
posted @ 2020-04-21 17:19 彪悍的代码不需要注释 阅读(926) 评论(5) 推荐(0) 编辑
摘要: .NET Core 开源 后端管理系统 阅读全文
posted @ 2020-04-08 13:03 彪悍的代码不需要注释 阅读(958) 评论(8) 推荐(0) 编辑
摘要: 1. 凭证(客户端)模式 AllowedGrantTypes = GrantTypes.ClientCredentials 应用场景:客户端/服务与服务之间的交互访问资源,token代表客户端的请求,而不是用户,携带客户端注册时候的贫据进行认证,获取token,使用过程:会向token endpoi 阅读全文
posted @ 2020-03-18 09:32 彪悍的代码不需要注释 阅读(1361) 评论(1) 推荐(0) 编辑
摘要: SELECT 表名 = Case When A.colorder=1 Then D.name Else '' End, 表说明 = Case When A.colorder=1 Then isnull(F.value,'') Else '' End, 字段序号 = A.colorder, 字段名 = 阅读全文
posted @ 2020-03-06 12:10 彪悍的代码不需要注释 阅读(547) 评论(0) 推荐(0) 编辑
摘要: 服务器安装core环境的过程中,core 的sdk runtime 等都安装好后,运行程序发现出现异常 例如: 解决方案: Windows 通用 C 运行库(Universal C Runtime)是通过Windows Update更新安装到系统的,更新的编号为KB2999226(10.0.1024 阅读全文
posted @ 2020-02-18 11:04 彪悍的代码不需要注释 阅读(11488) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-01-02 12:02 彪悍的代码不需要注释 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 1. windows server 2012 添加AD域 : https://www.cnblogs.com/chenjiangfeng/p/9706483.html 2. 配置成功后重启AD域服务器,查看IP4地址,添加AD域用户信息 3.本地电脑增加:配置AD域服务器的IP4地址到本地的IP4 阅读全文
posted @ 2019-12-11 13:34 彪悍的代码不需要注释 阅读(873) 评论(0) 推荐(0) 编辑
摘要: 1. 基于注册表启动exe程序 1. 桌面新建注册表执行文件:protocal.reg 2. 任意文本编辑器打开该文件 红色部分自定义写,绿色部分的是你要打开的EXE程序路径,记住双斜杠 3. <a href="UACDL://hello">启动项目</a> html文件加上这句话,步骤1中所命名的 阅读全文
posted @ 2019-11-28 15:06 彪悍的代码不需要注释 阅读(1250) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 31 下一页
39
0