06 2010 档案

摘要:[代码] 阅读全文
posted @ 2010-06-30 09:23 庚武 阅读(197) 评论(0) 推荐(0) 编辑
摘要:http://apps.open-libraries.comStart UML下载地址:http://www.onlinedown.net/softdown/88543_2.htm 阅读全文
posted @ 2010-06-28 11:24 庚武 阅读(165) 评论(0) 推荐(0) 编辑
摘要:[代码] 阅读全文
posted @ 2010-06-27 18:43 庚武 阅读(590) 评论(0) 推荐(0) 编辑
摘要:注意 如何从System.Attribute类中继承 以及如何使用构造函数和属性来定义attribute参数 可以在VB类中使用该attribute 方法如下 <Author("Julian")> Public Class Fred ... End Class 在C++中 可以使用attribute的 attribute 来创建一个托管类或者结构 以代表一个自定义attribute ... 阅读全文
posted @ 2010-06-27 18:12 庚武 阅读(1212) 评论(0) 推荐(0) 编辑
摘要:被伤过的心还可以爱谁 阅读全文
posted @ 2010-06-26 11:49 庚武 阅读(212) 评论(3) 推荐(0) 编辑
摘要:[代码] 阅读全文
posted @ 2010-06-26 11:33 庚武 阅读(289) 评论(0) 推荐(0) 编辑
摘要:我多想抱着你哭高进 阅读全文
posted @ 2010-06-26 11:16 庚武 阅读(116) 评论(0) 推荐(0) 编辑
摘要:代码//msdn的例子代码 阅读全文
posted @ 2010-06-21 21:59 庚武 阅读(460) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2010-06-21 16:48 庚武 阅读(1) 评论(0) 推荐(0) 编辑
摘要:*****************************************************************下载源码:http://code.msdn.microsoft.com*****************************************************************非官方中小项目源码:http://www.codeproject.co... 阅读全文
posted @ 2010-06-16 03:51 庚武 阅读(259) 评论(0) 推荐(0) 编辑
摘要:代码 阅读全文
posted @ 2010-06-16 01:30 庚武 阅读(866) 评论(0) 推荐(0) 编辑
摘要:代码CLUSTERED | NONCLUSTERED 指定为 PRIMARY KEY 或 UNIQUE 约束创建聚集或非聚集索引。PRIMARY KEY 约束默认为 CLUSTERED;UNIQUE 约束默认为 NONCLUSTERED。 如果表中已存在聚集约束或索引,那么在 ALTER TABLE 中就不能指定 CLUSTERED。如果表中已存在聚集约束或索引,PRIMARY KEY 约束默认为... 阅读全文
posted @ 2010-06-15 16:16 庚武 阅读(1876) 评论(0) 推荐(0) 编辑
摘要:代码代码 阅读全文
posted @ 2010-06-14 17:45 庚武 阅读(312) 评论(0) 推荐(0) 编辑
摘要:// TODO: 这行代码将数据加载到表“dataSet2.Son”中。您可以根据需要移动或移除它。 this.sonTableAdapter.Fill(this.dataSet2.Son); // TODO: 这行代码将数据加载到表“dataSet2.Parent”中。您可以根据需要移动或移除它。 this.parentTableAdapter.F... 阅读全文
posted @ 2010-06-10 14:48 庚武 阅读(880) 评论(0) 推荐(0) 编辑
摘要:代码using System.Diagnostics;我们在学习函数调用时,都知道每个函数都拥有自己的栈空间。一个函数被调用时,就创建一个新的栈空间。那么通过函数的嵌套调用最后就形成了一个函数调用堆栈。在c#中,使用StackTrace记录这个堆栈。你可以在程序运行过程中使用StackTrace得到当前堆栈的信息。 try { Process.Start("regsvr.bat"); } catc... 阅读全文
posted @ 2010-06-09 11:03 庚武 阅读(283) 评论(0) 推荐(0) 编辑
摘要:http://zedgraph.org/wiki/index.php?title=Main_PageAre you looking for a way to draw in .Net? Here's yet another charting class library with a high degree of configurability that is also easy to use. Z... 阅读全文
posted @ 2010-06-07 11:34 庚武 阅读(388) 评论(0) 推荐(0) 编辑
摘要:代码 void InitListView() { int x = 20; int y = 200; this.listViewEx.BeginUpdate(); this.listViewEx.Clear(); DateTime d1 = DateTime.Now; for (int i = 0; i < x; i++) { this.listViewEx.Columns.Add(i.T... 阅读全文
posted @ 2010-06-04 18:09 庚武 阅读(220) 评论(0) 推荐(0) 编辑
摘要:代码 阅读全文
posted @ 2010-06-04 17:23 庚武 阅读(257) 评论(0) 推荐(0) 编辑
摘要:代码<asp:ListView ID="_groupListView" runat="server" DataKeyNames="movie_id" DataSourceID="_moviesDataSource" GroupItemCount="4" > <GroupTemplate> <tr> <asp:PlaceHolder runat="ser... 阅读全文
posted @ 2010-06-04 17:08 庚武 阅读(791) 评论(0) 推荐(0) 编辑
摘要:代码PUSH 模式: public partial class TestPush : System.Web.UI.Page { MyCrystalReportPush crpush = new MyCrystalReportPush(); protected void Page_Load(object sender, EventArgs e) { //DataSet1 ds1 = new Data... 阅读全文
posted @ 2010-06-02 23:20 庚武 阅读(401) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示