登錄站點

用戶名

密碼

Michelangelo的日誌

Michelangelo的主頁 » TA的所有日誌
按照發佈時間排序
  • 3
    分享

    FindMax

    Michelangelo 2017-04-19 00:58
       Private Sub FindMax()         Dim vals As Integer() = {1, 4, 100, -100, 200, 4, 6}         Dim largest As Integer = Integer. MinValue         Dim smallest As Integer =
    1311 次閱讀|沒有評論
  • 3
    Imports System.IO Public Class Form1     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click         Dim read As IO.StreamReader = New IO.StreamReader("D:\複製 -可蘭經\mkq001.htm",
    154591 次閱讀|沒有評論
  • 3
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click         Dim x As New System.Text.StringBuilder '不用imports System.Text         For i As Integer = 0 T
    977 次閱讀|沒有評論
  • 3
    If SaveFD . ShowDialog () = DialogResult . OK Then Dim sb As New System . Text . StringBuilder () For Each o As Object In ListBox1 . Items sb . AppendLine ( o ) Next Syste
    269 次閱讀|沒有評論
  • 3
       Dim S As String     Function split_before(ByVal before)         Dim mystr As String = TextBox1.Text         Dim cut_at As String = """" & " frameborder"   
    407 次閱讀|沒有評論
  • 2
    Windows快捷鍵 一、常見用法: F1           顯示當前程式或者windows的幫助內容。 F2           當你選中一個文件的話,這意味著“重命名” F3           當你在桌面上的時候是打開“查找:所有文件” 對話方塊 F10或ALT        啟動當前程式的功能表欄 windows鍵或CTRL+ESC  
    45749 次閱讀|沒有評論
  • 2
    Option Explicit On Public Class Form1     Public Function IsInArray(ByVal FindValue As Object, ByVal arrSearch As Object) As Boolean         On Error GoTo LocalError         If Not IsArray(arrSearch) Then Exit Func
    239 次閱讀|沒有評論
  • 5
    分享

    日語學習1

    Michelangelo 2016-09-25 21:30
    第1講 第2講 第3講 第4講
    308 次閱讀|沒有評論
  • 4
    分享

    Classes

    Michelangelo 2016-09-25 21:08
    Classes . Programs are complex. A class is one part of a program. It is self-contained.  When we modify a class, other parts of the program are not affected. An example. This program introduces an Example Class. In the Class, we have a Private field of type Integer.  
    133603 次閱讀|沒有評論
  • 4
    分享

    函數用法

    Michelangelo 2016-09-25 21:04
    123 VB 函數說明 VB 函數用法 絕對值 Abs(number) 傳回陣列範本 Array(arglist) 算字元的 ASCII 碼 Asc( string) 轉 Boolean 型態值 CBool( expression ) 轉 Byte 型態值 CByte( e
    268 次閱讀|沒有評論