原创 .net framework個版本之間的區別

  1.0--->1.1  安全方面的升級  自帶對ODBC Orcle的支持  支持Ipv6 1.1-->2.0  非.net應用程序可管理.ne

原创 對話框全接觸

  VS.net bate 2出來也很久了,感覺還可以。早一陣子,朋友讓我幫他寫兩個打印程序,當中用了不少的對話,在查資料的時候看到國外有一篇專門的

原创 聲音文件

   /// <summary>        ///  //sound響起的時間        /// </summary>        ///

原创 C# 對字符串的壓縮和解壓

  class ZipLib       {           public static string Zip(string value)   

原创 android模擬器大小設置

 最近在學android,但是啓動模擬器,發現模擬器比電腦屏幕還大,下面這個方法可以改變模擬器的大小 運行Configurations,在Target中,在additional emulator command line options下

原创 C#獲取Excel數據

  一:添加COM引用 根據本機安裝的office版本不同,導入的Library庫版本也不同。 office2010 => Microsoft

原创 自動打開瀏覽器

  System.Diagnostics.Process.Start("Iexplore.exe", "http://www.12306.cn");

原创 C#中ListView數據導出excel表

  from C#.net2.0--CDRapp--appMain.cs               private void cdrToExcel

原创 加密,解密

  using System; using System.Collections.Generic; using System.Linq; using

原创 導入,導出02

// // FileSelectionPanel.cs // // Copyright(c) 2011 Actia (China) Co., Ltd. All Rights Reserved. // // Owner: Vincent B

原创 android獲取應用apk圖片、應用名、包名

  /**      * 查詢手機內非系統應用      * @param context      * @return      */     public static List<PackageInfo> getAllApps(Con

原创 sha-2加密

   #region SHA-2用戶名和密碼安全代碼**************************         /// <summary>

原创 導入,導出01

  // // ImpExpSettPanel.cs // // Copyright(c) 2011 Actia (China) Co., Ltd.

原创 Format()

  int  a  =   12345678 ;     // 格式爲sring輸出//    Label1.Text = string.For

原创 android根據包名打開apk應用

 PackageManager pkmanager = GameAndroidActivity.this.getPackageManager();      Intent openInten = pkmanager.getLaunchIn