会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhiming99
博客园
首页
新随笔
联系
管理
订阅
1
2
3
下一页
[置顶]
Entity framework 绑定到Datagridview的添加删除修改
摘要: Entity framework 绑定到Datagridview的添加删除修改
阅读全文
posted @ 2017-06-08 08:12 zhiming99
阅读(1049)
评论(0)
推荐(0)
2021年6月15日
wpf 设置自定义纸张不起作用
摘要: LocalPrintServer localPrintServer = new LocalPrintServer(); var pqs = localPrintServer.GetPrintQueues(); var xpspq = pqs.FirstOrDefault(p => p.Name ==
阅读全文
posted @ 2021-06-15 16:52 zhiming99
阅读(148)
评论(0)
推荐(0)
2020年12月31日
mysql json 查询
摘要: select * from 72craft_system.logdetails where LogFROM ='同步店铺数据'and JSON_CONTAINS(JSON_EXTRACT(jsonstr, "$.cp_retailer_store") ,JSON_OBJECT("store_no",
阅读全文
posted @ 2020-12-31 15:04 zhiming99
阅读(164)
评论(0)
推荐(0)
2020年12月17日
为了解决 clickonce 发布时出现 的发布者不受信任,用了自建证书但是... ...
摘要: 问题: 为了解决 clickonce 发布时出现 的发布者不受信任,用了自建证书但是,代码到了同事的机器上编译错误: 无法导入以下密钥文件: highrock.pfx。该密钥文件可能受密码保护。若要更正此问题,请尝试再次导入证书,或手动将证书安装到具有以下密钥容器名称的强名称 CSP: VS_KEY
阅读全文
posted @ 2020-12-17 14:27 zhiming99
阅读(241)
评论(0)
推荐(0)
2020年4月2日
解决 git 同步时 Everything up-to-date
摘要: git branch newbranchgit checkout newbranchgit add .git commit -agit checkout mastergit merge newbranchgit push -u origin mastergit branch -D newbranch
阅读全文
posted @ 2020-04-02 10:36 zhiming99
阅读(302)
评论(0)
推荐(0)
2020年1月17日
vs2019 git Authentication failed for xxx
摘要: 以前 vs2019 之后经常 push 失败, 加了url 认证后 可以push 今天克隆也出现 认证失败.尝试半天后,这句解决: git config --system --unset credential.helper
阅读全文
posted @ 2020-01-17 12:11 zhiming99
阅读(576)
评论(0)
推荐(0)
2019年6月3日
vs2015发布项目到虚拟主机组策略阻止csc.exe程序问题
摘要: 虚拟主机没有权限执行exe文件, 用nuget 移除 Microsoft.CodeDom.Providers.DotNetCompilerPlatform ,OK
阅读全文
posted @ 2019-06-03 12:21 zhiming99
阅读(235)
评论(0)
推荐(0)
2019年5月23日
x86 与x64 判断
摘要: var nativeBinaryPath = IntPtr.Size > 4 ? Path.Combine(rootApplicationPath, @"SqlServerTypes\x64\") : Path.Combine(rootApplicationPath, @"SqlServerType
阅读全文
posted @ 2019-05-23 09:00 zhiming99
阅读(343)
评论(0)
推荐(0)
vs2017 使用 reportviewer
摘要: 报表设计器 : RDLC 设计 下载 :https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftRdlcReportDesignerforVisualStudio-18001 控件:https://docs.mi
阅读全文
posted @ 2019-05-23 08:47 zhiming99
阅读(702)
评论(0)
推荐(0)
2017年9月5日
var,dynamic的用法
摘要: private void Form1_Load(object sender, EventArgs e) { var dt = Getuser() as IEnumerable; //此处声明为数组,才可以用以下的方法 string str = dt.First().userchar; //虽然没有智...
阅读全文
posted @ 2017-09-05 09:21 zhiming99
阅读(133)
评论(0)
推荐(0)
2017年8月29日
水晶报表报无法在资源中找到报表,请重新创建项目 错误
摘要: 水晶报表报无法在资源中找到报表,请重新创建项目 错误 原因:曾经改过项目的命名空间 解决方法:修改报表的这个方法 Public Overrides Property FullResourceName() As String Get Return "成品入库.CrystalReport1.rpt" E
阅读全文
posted @ 2017-08-29 11:56 zhiming99
阅读(233)
评论(0)
推荐(0)
1
2
3
下一页