贫民窟里的程序高手

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2014年8月11日

摘要: private void gridPurchaseOrderDetail_CellValidating(object sender, DataGridViewCellValidatingEventArgs e) { if (gridPurchaseOrderDet... 阅读全文
posted @ 2014-08-11 16:32 贫民窟里的程序高手 阅读(271) 评论(0) 推荐(0)

摘要: @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)

摘要: 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)