上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace DelegateAndEvent{ public c... 阅读全文
posted @ 2015-01-08 14:56 龍☆ 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 1.Dispose方法中,应该使用GC.SuppressFinalize防止GC调用Finalize方法,因为显示调用Dispose比较好。2.Disposed字段保证了两次调用Dispose方法不会抛出异常。3.同时实现Finalize方式和Dispose方式,一方面Dispose方法可以克服Fi... 阅读全文
posted @ 2014-12-02 10:56 龍☆ 阅读(342) 评论(0) 推荐(0) 编辑
摘要: http://support2.microsoft.com/kb/310130/zh-cn此分步指导文章描述如何使用 ODBC .NET 托管提供程序和 Visual C# .Net 调用参数化 SQL Server 存储过程。尽管使用 ODBC .NET 提供程序执行参数化存储过程与使用 SQL ... 阅读全文
posted @ 2014-10-21 11:19 龍☆ 阅读(832) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-09-26 15:43 龍☆ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 在Windows Form程序中使用带下划线的快捷键只需要进行设置:就能够工作。 阅读全文
posted @ 2014-07-29 17:36 龍☆ 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 'set the control can display the focus status Protected Overrides Sub OnGotFocus(ByVal e As System.EventArgs) MyBase.OnGotFocus(e) M... 阅读全文
posted @ 2014-07-22 11:03 龍☆ 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 脚本如下: @echo off @setlocal enableextensions @cd /d "%~dp0" set InstallPath=C:\DBoxService\Server set UtilToolPath=C:\Windows\Microsoft.NET\Framework\v2 阅读全文
posted @ 2014-07-10 18:58 龍☆ 阅读(1273) 评论(0) 推荐(0) 编辑
摘要: 解决方式:The advices for crystal report database connection settings:1, Using ApplyLogOnInfo method instead of SetDatabaseLogon method. The code example a... 阅读全文
posted @ 2014-06-19 11:15 龍☆ 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 数据集:报表结果:前面需要空缺的列都按照flag为1时进行隐藏:每个字段都可以根据一定的条件,设置显示的string或者是是否显示,或者重复的不显示。Format object-->Report右键:Sections Expertà可以设置report的各个部分是否显示,也可以根据条件设置是否显示:... 阅读全文
posted @ 2014-06-19 11:06 龍☆ 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 未用SQL CTE and case when:ALTER PROCEDURE [dbo].[usp_rptDropboxBatchSummary1] @DataSource varchar(10)='ALL', @BatchNum varchar(8)='ALL'... 阅读全文
posted @ 2014-06-19 10:29 龍☆ 阅读(1793) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页