上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 78 下一页
摘要: 《Excel函数大全》Excel函数大全数据库和清单管理函数DAVERAGE返回选定数据库项的平均值DCOUNT计算数据库中包含数字的单元格的个数DCOUNTA计算数据库中非空单元格的个数DGET从数据库中提取满足指定条件的单个记录DMAX返回选定数据库项中的最大值DMIN返回选定数据库项中的最小值... 阅读全文
posted @ 2015-03-09 10:00 qqhfeng16 阅读(277) 评论(0) 推荐(0)
摘要: Env:Client: WinForm(Net Framework 2.0)Server:Web Service(Net Framework 4.0)Problem:Client use proxy to invoke a simple method in web services, this me... 阅读全文
posted @ 2015-03-05 13:26 qqhfeng16 阅读(796) 评论(0) 推荐(0)
摘要: 最近在项目中用到了有关SQL Server管理任务方面的编程实现,有了一些自己的心得体会,想在此跟大家分享一下,在工作中用到了SMO/SQL CLR/SSIS等方面的知识,在国内这方面的文章并不多见,有也是一些零星的应用,特别是SSIS部分国内外的文章大都是讲解如何拖拽控件的,在开发过程中周公除了... 阅读全文
posted @ 2015-02-10 16:21 qqhfeng16 阅读(601) 评论(0) 推荐(0)
摘要: SQL Server Database Backup and Restore in C#Syed Noman Ali Shah, 7 Feb 2015 CPOL 3.82 (6 votes) 123453.82/5 - 6 votesμ 3.82, σa 2.09 [?] Rate: Ad... 阅读全文
posted @ 2015-02-10 16:04 qqhfeng16 阅读(572) 评论(0) 推荐(0)
摘要: This tip will give complete knowledge of how to change master page, render controls and accessing its eventhandlers @ runtime.Download source - 32.9 K... 阅读全文
posted @ 2015-02-10 16:03 qqhfeng16 阅读(185) 评论(0) 推荐(0)
摘要: 一、打开vitualstudio2010,新建一个网站,然后添加新项,新建一个login.aspx和index.aspx页面。再添加新项,选择全局应用程序类,该页面为Global.asax。 第一步:打开Global.asax页面,在Application_start()方法下写入以下代码: App... 阅读全文
posted @ 2015-01-31 11:21 qqhfeng16 阅读(429) 评论(0) 推荐(0)
摘要: C#使用printDocument1.Print打印时不显示正在打印对话框有两种方法第一种,使用PrintController PrintController printController = new StandardPrintController(); printDocument1.Prin... 阅读全文
posted @ 2015-01-31 09:53 qqhfeng16 阅读(637) 评论(0) 推荐(0)
摘要: this.dataGridView1.AutoSizeRowsMode = DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders; //自动调动datagridview的行高度this.dataGridView1.AutoSizeColumnsMode... 阅读全文
posted @ 2015-01-27 11:25 qqhfeng16 阅读(340) 评论(0) 推荐(0)
摘要: // 计算实际节拍时间,本班运行时间×60÷实际产量 double d运行时间 = double.Parse( this.textBox49.Text); double d实际产量 = double.Parse(this.textBox4.... 阅读全文
posted @ 2015-01-26 22:43 qqhfeng16 阅读(1615) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/zouxy09/article/details/8775360http://blog.csdn.net/zouxy09/article/details/8768561(计算机视觉的一些测试数据集和源码站点 ) 阅读全文
posted @ 2015-01-26 16:23 qqhfeng16 阅读(208) 评论(0) 推荐(0)
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 78 下一页