会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
贫民窟里的程序高手
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2014年8月11日
验证DataGridView单元格的值
摘要: private void gridPurchaseOrderDetail_CellValidating(object sender, DataGridViewCellValidatingEventArgs e) { if (gridPurchaseOrderDet...
阅读全文
posted @ 2014-08-11 16:32 贫民窟里的程序高手
阅读(271)
评论(0)
推荐(0)
批处理判断是否有.net环境
摘要: @echo offset checked=0if exist "%windir%\Microsoft.NET\Framework\v1.0*" set checked=1if exist "%windir%\Microsoft.NET\Framework\v1.1*" set checked=1if...
阅读全文
posted @ 2014-08-11 10:26 贫民窟里的程序高手
阅读(498)
评论(0)
推荐(0)
Winform判断是否已启动
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.Diagnostics;using System.Net...
阅读全文
posted @ 2014-08-11 10:25 贫民窟里的程序高手
阅读(254)
评论(0)
推荐(0)