自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Coperator

C/C++ operator

  • 博客(9)
  • 资源 (3)
  • 收藏
  • 关注

原创 年/月/日 时:分:秒 --> 年月日时分秒

Public Function stringToDate(ByVal strDate As String) As String         Dim yyyyMMdd As String = ""         Dim hh24miss As String = ""         Try             yyyyMMdd = strDate.Substring(0, 4) &

2013-03-29 16:09:27 1116

原创 / 例子

Private Sub div_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles div.Click         Dim i1 As Integer         Dim i2 As Integer         Dim i3 As Integer         Dim i4 As

2013-03-20 11:14:50 592

原创 & + 例子

Private Sub and_add_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles and_add.Click         Dim s1 As String = "and"         Dim s2 As String = "add"         Dim s3 As Strin

2013-03-20 11:13:57 710

原创 Date.compare例子

Private Sub Date_Compare_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Date_Compare.Click         Dim date1 As Date = Date.FromOADate(2013 / 3 / 19)         Dim date2 As

2013-03-20 11:13:09 935

原创 PadLeft例子

Private Sub PadRight_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PadRight.Click         Dim sAE As String = ""         Dim sAG As String = ""         Dim testAE As Str

2013-03-18 17:07:34 1052

原创 DateSerial例子

Private Sub DateSerial_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DateSerialTest.Click         Dim testDate As Date = New Date         Dim strDate As String = "2013032

2013-03-18 16:35:10 1773

原创 Is Nothing 例子

Private Sub IsNothing_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles IsNothing.Click         Dim sl As SortedList = New SortedList         Dim slNull As SortedList = New S

2013-03-18 15:50:25 946

原创 ToUpper例子

Private Sub ToUpper_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToUpper.Click         Dim nickName As String = "Coperator"         Dim testToUpper As String = ""

2013-03-14 15:21:39 618

原创 StartWith例子

Private Sub StartWith_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles StartWith.Click         Dim nickName As String = "Coperator"         Dim charLower As String = "c"

2013-03-14 15:07:29 787

js获得Gridview中选中checkbox行的信息

js获得Gridview中选中checkbox行的信息,当你选择GridView中某一行或某几行前面的checkbox时可以得到当前行的所有信息或部分信息。

2014-06-17

VC开发中用到的iphlpapi 相关文件

VC网络开发过程会用的iphlpapi.h iphlpapi.dll iphlpapi.lib iptypes.h ipexport.h 文件.我在VC6.0用过可用

2013-09-01

oracle笔记

学习Oracle的必备文档Oracle官方文档 Objectives After completing this lesson,you should be able to do the following: Expain the course objectives Identify the Oracle product line Describe the basic cconcepts of a relational database List the core database administrator tasks Course Objectives In this course

2011-12-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除