
.NET(C#
xeonfeng
这个作者很懒,什么都没留下…
展开
-
DevExpress XtraGrid DATA BINDING METHODS
1 Two Important Proptery This property is used when the DataSource property refers to a dataset containing several data tables. The DataMember property should specify the desired tables name in原创 2006-05-06 15:33:00 · 3552 阅读 · 0 评论 -
BINDING A GRID THROUGH 3 WAYS
The image below illustrates all the data binding methods will be mentioned :FRIST Using .NET Data Providers Three objects must be created to supply a grid control with database data. First, a con原创 2006-05-06 18:05:00 · 1648 阅读 · 0 评论 -
常用正则表达式
"^/d+$" //非负整数(正整数 + 0) "^[0-9]*[1-9][0-9]*$" //正整数 "^((-/d+)|(0+))$" //非正整数(负整数 + 0) "^-[0-9]*[1-9][0-9]*$" //负整数 "^-?/d+$" //整数 "^/d+(/./d+)?$" //非负浮点数(正浮点数 + 0) "^(([0-9]+/.[0-9]*[1-9][0-转载 2006-08-21 11:00:00 · 993 阅读 · 0 评论 -
SQL Server 2008 功能初探
微软的SQL Server 2008来了……今天终于有机会down完sql2008的庞大身躯,在安装完成后,感受到了一些SQL Server 2008新的功能,具体如下:更丰富的右键菜单,包括数据分区功能:(左侧为sql2005,右为2008)存储过程的调试:智能输入提示:更多的功能正在体验中。。。。。。原创 2008-11-28 11:03:00 · 611 阅读 · 0 评论 -
测试,并需求相应控件
原创 2012-03-31 14:36:47 · 468 阅读 · 0 评论 -
发现json相关信息[暂存]
POST /services/search/getResults HTTP/1.1x-requested-with: XMLHttpRequestAccept-Language: zh-cnReferer: http://www.hub.sciverse.com/action/search/results?st=henan%20university#eventName=pagina原创 2012-04-25 22:56:36 · 954 阅读 · 0 评论