摘要:
public class HelloWorld { public static void main(String[] args) { String[] intArray=new String[88]; //單維數組 int i; for(i=0; i<88; i++) { intArray[i]="
閱讀全文
posted @ 2021-05-16 02:48
Xanthus博客
閱讀(74)
推薦(0)
2021年5月30日
摘要:
public class HelloWorld { String color="黑色"; void gtMes() { System.out.println("定義類"); } //static語句塊用于初始化static成員變量,是最先運行的語句塊 static{ System.out.print
閱讀全文
posted @ 2021-05-30 23:55
Xanthus博客
閱讀(90)
推薦(0)
2021年5月16日
posted @ 2021-05-16 02:22
Xanthus博客
閱讀(32)
推薦(0)
posted @ 2021-05-16 02:13
Xanthus博客
閱讀(242)
推薦(0)
摘要:
1 class HellWorld{ 2 public static void main(String[] args) 3 { 4 System.out.println("你好世界"); 5 } 6 7 }
閱讀全文
posted @ 2021-05-16 01:12
Xanthus博客
閱讀(42)
推薦(0)
2020年3月15日
摘要:
確保服務已經開啟 連接SQL Server數據庫,第一次連接默認為用Windows身份登錄,因此登錄名和密碼是不需要的,連接成功后, 可以看到最上面服務器顯示的是我們的電腦名稱 接下來,鼠標右鍵點擊服務器即圖中藍色部分,選擇屬性 在彈出的服務器屬性對話框中,在左側的選擇頁中選擇安全性,之后, 在右側
閱讀全文
posted @ 2020-03-15 16:21
Xanthus博客
閱讀(1256)
推薦(0)
2019年9月20日
摘要:
U層: UFIDA.U9.UI.PDHelper.PDContext.Current.OrgIDPDContext.Current.OrgRef.CodeColumn
閱讀全文
posted @ 2019-09-20 14:10
Xanthus博客
閱讀(354)
推薦(0)
2019年8月17日
摘要:
UFSoft.UBF.UI.AtlasHelper.RegisterAtlasStartupScript(part.Page, part.Page.GetType(), "JavaScriptExecQueue", "alert('地球即將毀滅,進入倒計時:5,4,3,2,1…嘣!嘣!嘣!');",
閱讀全文
posted @ 2019-08-17 09:23
Xanthus博客
閱讀(637)
推薦(0)
2019年8月2日
摘要:
this.Action.NavigateAction.Refresh(null, true);//刷新當前頁
閱讀全文
posted @ 2019-08-02 09:20
Xanthus博客
閱讀(466)
推薦(0)
2019年7月24日
摘要:
打開UBF,新建項目-》實體項目 輸入名稱后,點擊確定,第二步:修改名稱以在后期作為文件夾區分 第三步:創建實體 第四步:添加U9基礎對象引用 拖動到解決方案的Reference 第五步:右鍵構造
閱讀全文
posted @ 2019-07-24 10:58
Xanthus博客
閱讀(641)
推薦(0)