会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
York
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
26
下一页
2020年5月13日
WPF打印二维码和条形码
摘要: 使用ZXing.net生成二维码和一维码图片,再使用PrintDocument打印图片 具体代码: private string GenerateBarCodeImage(string barCode, int width, int height, BarcodeFormat format) { B
阅读全文
posted @ 2020-05-13 16:44 用友U8二次开发
阅读(1188)
评论(0)
推荐(0)
2020年5月9日
.NET FRAMEWORK4 WPFAdornerLayer.GetAdornerLayer 为空的解决办法
摘要: var adornerLayer = AdornerLayer.GetAdornerLayer(element); 找不到装饰器adornerLayer 手动添加装饰器 <AdornerDecorator Margin="0"> <TextBox Width="200" Height="30" Te
阅读全文
posted @ 2020-05-09 13:02 用友U8二次开发
阅读(431)
评论(0)
推荐(0)
2020年5月7日
mysql配置
摘要: my.ini文件配置内容 [client] # 设置mysql客户端默认字符集 default-character-set=utf8 [mysqld] # 设置3306端口 port = 3306 # 设置mysql的安装目录 basedir=D:\mysql # 设置 mysql数据库的数据的存放
阅读全文
posted @ 2020-05-07 14:44 用友U8二次开发
阅读(168)
评论(0)
推荐(0)
2019年9月24日
TreeListView排序不对
摘要: winForm控件TreeListView按照一定顺序后添加项,后发觉排序顺序自己变了,解决办法:
阅读全文
posted @ 2019-09-24 19:59 用友U8二次开发
阅读(561)
评论(0)
推荐(0)
2019年9月5日
webapi返回不带引号的字符串,解决自动加双引号的问题
摘要: 返回自定义的 HttpResponseMessage
阅读全文
posted @ 2019-09-05 17:06 用友U8二次开发
阅读(1197)
评论(0)
推荐(0)
2019年6月27日
DataTable转List
摘要: using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Reflection; using System.Text; namespace Utils { public class ModelConvertHelper where T : new(...
阅读全文
posted @ 2019-06-27 15:37 用友U8二次开发
阅读(193)
评论(0)
推荐(0)
2019年6月10日
Queryable查询扩展
摘要: /// /// 查询扩展 /// /// public static class QueryableExtensions { /// /// Linq If 条件判断语句 IfWhere(条件,p=>xxx) /// /// /// IQuerya...
阅读全文
posted @ 2019-06-10 11:02 用友U8二次开发
阅读(1640)
评论(0)
推荐(0)
2019年5月31日
WinForm 无焦点获取键盘输入
摘要: 使用方法:
阅读全文
posted @ 2019-05-31 16:18 用友U8二次开发
阅读(2572)
评论(1)
推荐(2)
2019年5月29日
Asp.net Report动态生成
摘要: rdlc报表实质上是一个xml文件,如果要实现动态报表,就需要动态生成rdlc文件,实质上就是读写xml文件:
阅读全文
posted @ 2019-05-29 10:09 用友U8二次开发
阅读(605)
评论(0)
推荐(0)
2019年4月26日
Select2控件不能自适应的解决办法
摘要: $.fn.select2.defaults.set('width', '100%');
阅读全文
posted @ 2019-04-26 16:01 用友U8二次开发
阅读(891)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
26
下一页
公告