#Region ;**** 由 AccAu3Wrapper_GUI 创建指令 ****#AutoIt3Wrapper_Icon=C:\Users\helpdesk07\Desktop\autoit脚本\fuwuqi.ico#AutoIt3Wrapper_OutFile_x64=成品脚本\jiayuv...
分类:
其他好文 时间:
2016-01-06 13:45:45
阅读次数:
373
#region 读取大文件的文本 使用streamReader using (StreamReader sr = new StreamReader(ofd.FileName, Encoding.Default)) { ...
分类:
Web程序 时间:
2016-01-04 22:27:46
阅读次数:
199
以下为工作中遇到的,备注一下先需要几个辅助类 1 #region GripBounds 2 3 using System.Drawing; 4 internal struct GripBounds 5 { 6 private const int GripSize = 6; 7...
分类:
Windows程序 时间:
2016-01-04 18:13:19
阅读次数:
1018
示例如图://设置treeviw默认为第一个菜单打开if (ASPxTreeView1.SelectedNode == null)ASPxTreeView1.SelectedNode = ASPxTreeView1.Nodes[0];前端控件代码:后天代码://数据绑定(重点)#region 建立树...
分类:
Web程序 时间:
2015-12-27 16:10:06
阅读次数:
249
#region 绑定类型(商品类型、仓库名称) public void DataType_Bind(int _peoid) { DataTable dt_goodsname = new DataTable(); dt_goodsname = stockbll.GetL...
分类:
Web程序 时间:
2015-12-27 15:59:29
阅读次数:
191
1、Ring的基本概念Ring是swfit中最重要的组件。用于记录存储对象与物理位置之间的映射关系,当用户须要对Account、Container、Object操作时,就须要查询相应的Ring文件(Account、Container、Object都有自己相应的Ring),Ring 使用Region(...
分类:
编程语言 时间:
2015-12-26 18:45:17
阅读次数:
867
1249. Ancient NecropolisTime limit: 5.0 secondMemory limit: 4 MBAerophotography data provide a bitmap picture of a hard-to-reach region. According to ...
分类:
其他好文 时间:
2015-12-26 11:28:01
阅读次数:
172
#region 函数:GetSubString() 作用:获取字符串中指定位置开始的指定长度的字符串,支持汉字英文混合 汉字为2字节计数 /// /// 获取字符串中指定位置开始的指定长度的字符串,支持汉字英文混合 汉字为2字节计数 /// ...
分类:
其他好文 时间:
2015-12-25 10:07:57
阅读次数:
133
select table_name.column_name,........from table_name1,table_name,.....1.等值连接2.不等值连接3.外连接4.自连接s_emps_depts_region需求一: 查询所有员工的名字,和所有部门的名字 select last_n...
分类:
其他好文 时间:
2015-12-23 10:38:45
阅读次数:
104
1.集合想要支持foreach方式遍历,需要返回一个迭代器(IEnumerator),foreach会自动调用迭代器的状态迁移(MoveNext()、Curent、Reset())#region Assembly mscorlib.dll, v4.0.0.0// C:\Program Files (...
分类:
编程语言 时间:
2015-12-22 19:20:33
阅读次数:
255