Programming 笔记

工作中遇到的问题就记载这里

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2005年11月30日

摘要: #If...Then...#Else Directives Conditionally compiles selected blocks of Visual Basic code.#If expression Then statements [ #ElseIf expression Then [ statements ] ... #ElseIf expression Then ... 阅读全文
posted @ 2005-11-30 05:26 IT 笔记 阅读(847) 评论(0) 推荐(0) 编辑

摘要: Option Strict on Visual Basic .NET generally allows implicit conversions of any data type to any other data type. Data loss can occur when the value of one data type is converted to a data type with ... 阅读全文
posted @ 2005-11-30 05:06 IT 笔记 阅读(2288) 评论(2) 推荐(1) 编辑