随笔分类 - VB.Net
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> Public Property CurrentPage() As PageType Get If Not ViewState("CurrentPa...
阅读全文
摘要:VB.NET Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->' sortbyvalue.vb Imports System Imports System.Net Imports System.Text.RegularExpressions...
阅读全文
摘要:变弱类型为强类型 Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> Public Function IIf(Of T)(ByVal expression As Boolean, _ ByVal ...
阅读全文
摘要:1权限的话给EXE文件加上aspnet账号就没问题了。->失败 2网页测试Console是否通过 ->失败 3 ->失败 4.异步调用 异步WebService调用 http://www.cnblogs.com/jigee/archive/2007/01/11/617375.html C# 中启动进程的三种方法 http://www.cnblogs.com/xiongeee/archive/20...
阅读全文
摘要:Webform调用Winform,通过QueryString给Winform传值 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->Dim args As String() = WebCommandLineHelper.GetCommandLi...
阅读全文
摘要:启动EXE Dim info As System.Diagnostics.ProcessStartInfo info = New System.Diagnostics.ProcessStartInfo() info.FileName = EXE_NAME info.Arguments = arg1 &...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> Dim dt As DateTime = DateTime.Now '当前时间 Dim startWeek As DateTime = dt.AddDays(1 - Convert.To...
阅读全文
摘要:这个数据表提供了一个全面的Visual Studio 2008 IDE产品比较。 Visual Studio 2008 IDE产品包括以下11个版本 Visual Web Developer 2008 Express Edition Visual Basic 2008 Express Edition Visual C# 2008 Express Edition Visual C++ 2008 ...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->Module Module1 Public Enum BookType Ticket Trip Hotel End Enum ...
阅读全文
摘要:C#格式化数值结果表 字符 说明 示例 输出 ...
阅读全文
摘要:随着VBx对动态编程的更多支持计划,现在来讨论Visual Basic中已经存在的动态属性是个不错的时机。这一部分,我们讨论多重分派(Multiple Dispatch)。
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Imports SystemImports System.DataImports System.Data.CommonNamespace DataUtils Public Class DataRea...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Public Function ConvertDataReaderToDataSet(ByVal reader As _ SqlDataReader) As DataSet ...
阅读全文
摘要:Sql与Asp.Net数据类型对应
阅读全文
摘要:
阅读全文
摘要:1.使用ASCX(web user control)引入共同的页面构图 2.用web.config配置管理接口 3.使用PlaceHolder代替Response.Write向前端输出消息 4.设计一个类. 结构化地保存数据. 封装对session或者cookie的访问. 5.用forms验证或者windows验证代替session验证身份 6.只有在以页为程序单元的时,使用Response.R...
阅读全文
摘要:在安装目录下新建一个NDocGui.exe.config 文件设定如下内容 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->
阅读全文
摘要:Bindable 布尔型,为true时表示VS.NET将在数据绑定对话框中显示该控件 Browsable 布尔型,表示该控件是否在设计视图中显示? Category 当Properties按类别排序时,决定控件所属的种类。 DefaultValue 缺省值。 Description 在Properties面板中的描述框中显示的文本内容。 Code highlighting produced by...
阅读全文
摘要:ASCII = American Standard Code for Information Interchange Ascii 代码表 Ascii 0 {Nulo, Sem Som} Ascii 1 Ascii 2 Ascii 3 Ascii 4 Ascii 5 Ascii 6 Ascii 7 Ascii 8 {BackSpace} Ascii 9 {Tab} Ascii ...
阅读全文