原创 No 83 · 以上下翻轉方式顯示圖像

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u

原创 No 108 · android 中常用的Intent(摘)

//調用瀏覽器 Uri uri = Uri.parse(""); Intent it = new Intent(Intent.ACTION_VIEW,uri); startActivity(it); //顯示某個座標在地圖上 Ur

原创 No 80 · 以四周擴散方式顯示圖像

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u

原创 No 76 · 以不同翻轉方式顯示圖像

 using System; using System.Collections.Generic; using System.ComponentMod

原创 No 71 · 以馬賽克效果顯示圖像

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u

原创 No 75 · 以不同分辨率顯示圖像

 using System; using System.Collections.Generic; using System.ComponentMod

原创 No 78 · 以扭曲效果顯示圖像

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u

原创 No 106 · android handler

     android  handler每隔 3秒 調用一次 System.out.println("updateTread");  java

原创 No 79 · 以分塊效果顯示圖像

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u

原创 No 85 · 以左右翻轉方式顯示圖像

 using System; using System.Collections.Generic; using System.ComponentMod

原创 No 74 · 以不同的透明度顯示圖像

 using System; using System.Collections.Generic; using System.ComponentMod

原创 No 77 · 以油畫效果顯示圖像

 using System; using System.Collections.Generic; using System.ComponentMod

原创 No 105 · Web項目打包(自動創建iis和自動附加數據庫)

  1、  發佈項目。 2、  新建—》項目---》類庫  取名:SetupClassLibrary 右擊類庫—添加—安裝程序類 MyInstall

原创 No 107 · android gridview

  /** * 綁定gridview */ public void bindGrid(){ //生成動態數組,並且轉入數據

原创 No 84 · 以上下對接方式顯示圖像

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u