摘要: 1 public static class Tool 2 { 3 /// <summary> 4 /// 获取随机字母 5 /// </summary> 6 /// <param name="length"></param> 7 /// <returns></returns> 8 public st 阅读全文
posted @ 2020-08-20 09:49 春夏秋冬的千山万水 阅读(105) 评论(0) 推荐(0)
摘要: 1 { 2 "prettier.eslintIntegration": true, 3 "vetur.validation.template": false, 4 "editor.codeActionsOnSave": { 5 "source.fixAll.eslint": true 6 }, 7 阅读全文
posted @ 2020-08-14 14:50 春夏秋冬的千山万水 阅读(832) 评论(0) 推荐(0)
摘要: git initgit config user.name Jinggit config user.email jing@6666git clone http://git-xxx.com/xx/xxx.git--切换分支git checkout -b 分支名称 阅读全文
posted @ 2020-08-14 14:36 春夏秋冬的千山万水 阅读(75) 评论(0) 推荐(0)
摘要: --insert into B(Name,PersonalId,Education,IsDel) select Name, PersonId as PersonalId, ( case ltrim(rtrim(A.Education)) when '中专' then '中学' when '大专' t 阅读全文
posted @ 2020-08-14 14:27 春夏秋冬的千山万水 阅读(422) 评论(0) 推荐(0)
摘要: 1、创建WebAPI项目解决方案2、使用nuget引入Swashbuckle包 引入Swashbuckle包后App_Start文件夹下会多出一个SwaggerConfig文件 3、添加接口注释 项目属性->生成,勾选生成xml文档文件(有些太古老的WebSite项目不支持注释功能,因为根本没有生成 阅读全文
posted @ 2020-08-14 13:55 春夏秋冬的千山万水 阅读(439) 评论(0) 推荐(0)