会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
0x0c,0x0d
Write The CODE,Change The World!
首页
新随笔
联系
管理
上一页
1
···
31
32
33
34
35
36
37
38
39
···
48
下一页
2020年2月13日
c# webapi swagger Area 多级层次分组 添加header参数
摘要: 1. nuget 安装Swashbuckle 2. 安装完成后会在App_Start中生成SwaggerConfig.cs 3. 项目右键属性生成xml文件 4. 在SwaggerConfig中的Register中进行配置 同时添加自定义方法对swagger的分组模式进行调整 调整的方式为扩展类,代
阅读全文
posted @ 2020-02-13 20:29 Hey,Coder!
阅读(3185)
评论(1)
推荐(1)
2020年2月2日
IIS优化
摘要: 1. 应用程序池 进程模型 最大工作进程数 2. 设置最小工作线程:C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config)进行了如下修改。注意都是针对单个CPU的,系统会自动乘以逻辑CPU的数量 在配置节点中调整下面的
阅读全文
posted @ 2020-02-02 13:34 Hey,Coder!
阅读(326)
评论(0)
推荐(0)
2020年1月17日
cefsharp wpf 支持mp3、mp4、H.264 播放视频 .netframework4.5.2
摘要: cefsharp wpf 支持H.264 播放视频
阅读全文
posted @ 2020-01-17 14:42 Hey,Coder!
阅读(10773)
评论(3)
推荐(1)
2020年1月15日
gulp js 代码混淆
摘要: 使用gulp对项目文件进行压缩、打包
阅读全文
posted @ 2020-01-15 14:39 Hey,Coder!
阅读(240)
评论(0)
推荐(0)
2020年1月7日
msbuild
摘要: vs2019 vsbuild路径C:\VS2019Community\MSBuild\Current\Bin\MSBuild 编译解决方案 release
阅读全文
posted @ 2020-01-07 15:32 Hey,Coder!
阅读(273)
评论(0)
推荐(0)
2019年12月27日
inno setup 安装程序
摘要: 推荐使用Inno Setup Dependency Installer安装需要的依赖 github 如果遇到报毒,可以添加Compression=lzma 翻译文件 - http://www.jrsoftware.org/files/istrans/ 保存成Chinese.isl存储在inno se
阅读全文
posted @ 2019-12-27 20:32 Hey,Coder!
阅读(718)
评论(0)
推荐(0)
2019年12月19日
DES
摘要: ``` public static class DESEncryptionUtility { public static DESCryptoServiceProvider keyProvider = new DESCryptoServiceProvider(); //默认密钥向量 public static byte[] Encryption2Byte(string input,byte[] ke
阅读全文
posted @ 2019-12-19 12:22 Hey,Coder!
阅读(655)
评论(0)
推荐(0)
AES
摘要: public static class AESEncryptionUtility { /// <summary> /// AES加密 /// </summary> public static string AESEncrypt(string value, string _aeskey = null)
阅读全文
posted @ 2019-12-19 12:21 Hey,Coder!
阅读(1091)
评论(0)
推荐(0)
2019年12月12日
cefsharp wpf wpf加载svg
摘要: wpf加载svg 在同一个页面中打开链接 wpf与js互相调用、传值
阅读全文
posted @ 2019-12-12 20:59 Hey,Coder!
阅读(2019)
评论(0)
推荐(0)
2019年11月19日
AutoMapUtility
摘要: 实体属性自动映射,支持对象间属性值复制和List复制 安装 Install-Package AutoMapUtility -Version 1.0.2 https://github.com/leoparddne/AutoMapUtility //定义实体,可通过Description指定映射的属性
阅读全文
posted @ 2019-11-19 11:15 Hey,Coder!
阅读(157)
评论(0)
推荐(0)
上一页
1
···
31
32
33
34
35
36
37
38
39
···
48
下一页
公告