会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
14
下一页
2021年9月17日
SQL Server性能优化工具Profiler的简单使用
摘要: 收藏,首见于 https://mp.weixin.qq.com/s/uUx_v2rVEWXNxyqJg5QGTg。
阅读全文
posted @ 2021-09-17 23:01 .L
阅读(60)
评论(0)
推荐(0)
2020年11月18日
关于.net core https支持的整理
摘要: 参考: https://blog.walterlv.com/post/add-https-support-for-asp-dotnet https://www.cnblogs.com/yaopengfei/p/12057979.html https://blog.walterlv.com/post/
阅读全文
posted @ 2020-11-18 10:31 .L
阅读(1695)
评论(0)
推荐(0)
2020年6月1日
数据库动态字段 个人设计的思考
摘要: 最近项目 个人对数据库动态字段 拓展的解决办法 在表2中拓展字段默认10个; 表1中添加时候判断只能<=10个; 表1中添加扩展信息跟表2中拓展字段进行关联。用Datable来进行动态展示存储转换。 1公司基本信息配置表 comapanyId 名称 默认值 关联字段 001 性别 男 Column1
阅读全文
posted @ 2020-06-01 11:24 .L
阅读(1928)
评论(0)
推荐(0)
2020年5月26日
解决PowerDesigner中table的code长度限制和column的code长度限制
摘要: 1修改 tools -> Model Options ->Naming Convention -> Table 中 code的长度限制 2修改 tools -> Model Options ->Naming Convention -> Column中 code的长度限制
阅读全文
posted @ 2020-05-26 17:22 .L
阅读(1650)
评论(0)
推荐(0)
2020年2月26日
Git内网服务器搭建
摘要: 转载于:https://segmentfault.com/a/1190000021033896?utm_source=tag-newest 另可参考: https://www.liaoxuefeng.com/wiki/896043488029600 其他: https://www.cnblogs.c
阅读全文
posted @ 2020-02-26 15:42 .L
阅读(2413)
评论(0)
推荐(0)
2019年12月19日
解决.net core读取appSetting.json文件中文字符乱码
摘要: 如上所诉 vs菜单栏中 :工具 =>自定义 => 命令 =>添加命令 =>文件 =>找到高级保存选项点击 然后关闭,这时在visual studio界面就会有高级保存选项。 进入appsettings.json 然后点高级保存选项 选择 utf-8 with sign保存就可以了。 还可以:用not
阅读全文
posted @ 2019-12-19 18:07 .L
阅读(1968)
评论(0)
推荐(0)
2019年12月16日
excel 转换成pdf 总结
摘要: excl 转换成pdf 1.freespire 只能转换前三页 // 使用此组件 只能转换前3页 //需要引用 如下命名空间 //using Spire.Doc; //Document doc = new Document(); //doc.LoadFromFile(filePath); //doc
阅读全文
posted @ 2019-12-16 17:45 .L
阅读(256)
评论(0)
推荐(0)
.net生成荣誉证书
摘要: 参考:https://blog.csdn.net/ljk126wy/article/details/84299373 采用生成pdf 方式 效果如下: 用adobe acrobat 制作一个模板 创建相关的动态表单 定义变量 用iTextSharp pdf 模板生成 部分代码如下: iTextSha
阅读全文
posted @ 2019-12-16 17:41 .L
阅读(589)
评论(0)
推荐(0)
2019年12月12日
Adobe Acrobat DC 安装
摘要: Adobe Acrobat DC 制作pdf模板 下载:http://www.downza.cn/soft/20562.html 安装出错解决: 可以将C:\Program Files (x86)\Common Files\Adobe\ 文件夹删除掉
阅读全文
posted @ 2019-12-12 10:10 .L
阅读(470)
评论(0)
推荐(0)
2019年12月9日
swagger生成错误问题 汇总解决
摘要: Unable to render this definition The provided definition does not specify a valid version field. Please indicate a valid Swagger or OpenAPI version fi
阅读全文
posted @ 2019-12-09 11:41 .L
阅读(14936)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
14
下一页
公告