会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
WeiYongZhi
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2018年12月19日
不能将 Column“xxx”设置为 null。请改用 DBNull。
摘要: 将null 改为DBNull.Value
阅读全文
posted @ 2018-12-19 11:50 WeiYongZhi
阅读(3415)
评论(0)
推荐(0)
2018年12月18日
SqlBulkCopy插入时:来自数据源的 String 类型的给定值不能转换为指定目标列的类型 int。 ---> System.FormatException: 将参数值从 String 转换到 Int32 失败。 ---> System.FormatException: 输入字符串的格式不正确。
摘要: 偶尔间看到的 记录下:https://bbs.csdn.net/topics/390430064
阅读全文
posted @ 2018-12-18 19:47 WeiYongZhi
阅读(1221)
评论(0)
推荐(0)
2018年12月10日
winfrom 遍历文本框
摘要: //winform中Control是所有组件的基类 //循环文本框 缺点 文本框的名字要有规律 for (int i = 1; i <= 5; i++) { Control[] coltxtSpeed = this.Controls.Find("txtbox" + i.ToString(), fal
阅读全文
posted @ 2018-12-10 15:32 WeiYongZhi
阅读(475)
评论(0)
推荐(0)
2018年12月3日
获取bin目录
摘要: System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase;//获取bin\Debug\目录System.AppDomain.CurrentDomain.BaseDirectory;//获取bin\Debug\目录System.En
阅读全文
posted @ 2018-12-03 10:13 WeiYongZhi
阅读(498)
评论(0)
推荐(0)
2018年11月29日
C# 执行bat批处理文件
摘要: bat里写的 作者:ChineseMoonGod 来源:博客园 原文:https://www.cnblogs.com/ChineseMoonGod/p/6023767.html
阅读全文
posted @ 2018-11-29 17:08 WeiYongZhi
阅读(259)
评论(0)
推荐(0)
Windows服务BAT命令-安装、卸载、启动、停止
摘要: %~dp0:脚本所在目录 注: 所有安装卸载脚本需放在服务同目录下,监听脚本任意 所有脚本都是bat脚本,需用管理员权限执行 监听脚本可以用windows自带的任务计划设置每几分钟或小时运行一次 就可以达到监听的目的 注意安装卸载路径 %SystemRoot%\Microsoft.NET\Frame
阅读全文
posted @ 2018-11-29 14:45 WeiYongZhi
阅读(968)
评论(0)
推荐(0)
上一页
1
2
3
4
公告