人生七劃
顯示具有
C#
標籤的文章。
顯示所有文章
顯示具有
C#
標籤的文章。
顯示所有文章
2018年11月18日 星期日
【c#】long = null 無 (long?)null
›
【c#】long = null 無 (long?)null class long? id = null 會發生錯誤 見鬼了 ? 問號不是 無 嗎?怎麼錯誤 原來 null 針對 數字有特別分 ,需要額外轉型別才能 定義 long? 會是 無 class l...
2018年7月22日 星期日
【C# Windows Form】 Properties 設定(使用者 User、應用程式 Application)
›
【C# Windows Form】 Properties 設定(使用者 User、應用程式 Application) 兩者差別 (使用者 User 應用程式 Application) User Get Set 讀.寫 Applcation Get 唯讀 另外 ...
2018年7月18日 星期三
【C# app.config】 手動抓 xml
›
看完整個 階層...你就瘋了.. Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); ...
2018年2月1日 星期四
【C# NameValueCollection】 針對NameValueCollection 做 LINQ
›
public static Dictionary ParseQueryString(string queryString) { System.Collections.Specialized.NameValueColle...
2018年1月24日 星期三
【asp.net C#】在HttpClient的DefaultRequestHeaders上設置Cookie Header
›
可參考: http://stackoverflow.com/questions/12373738/how-do-i-set-a-cookie-on-httpclients-httprequestmessage/13287224#13287224 https://d-fens...
2018年1月17日 星期三
【轉編譯】html javaScript 使用到 encodeURIComponent
›
【轉編譯】html java 使用到 encodeURIComponent 範例如下: javascript 原值: http://tw.yahoo.com/ var a =encodeURIComponent('http://tw.yahoo.com/...
2017年9月25日 星期一
【Entity Framework】IQueryable VS IEnumerable 用法 或 差別 (ASP NET, Entity Framework,C#)
›
IQueryable 每次直接撈 DB 資料庫 , 花費 DB 暫存記憶體 IEnumerable 第一次撈 DB 資料庫,花費 DB 暫存記憶體,以及暫存記體在(Web.IIS 程序)上 再撈第二次,直接勞取「暫存記體在(Web.IIS 程序)上」,不再撈 DB ...
2017年8月16日 星期三
【瀏覽器】Chrome 瀏覽器 版本 記錄
›
Chrome 49 XP 最後版 Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0 .2623.112 Safari/537.36 圖示如下: ...
2017年6月19日 星期一
【Windows API】C# UNC 網路磁碟機 或 網路資料夾 mount 路磁碟機代號
›
Windows API UNC 網路磁碟機 或 網路資料夾 今天的教學不使用 net command 指令 教程課程: Netapi32.dll 其中三種 函式 1.NetUserAdd([MarshalAs(UnmanagedType.LPWStr)] st...
2016年9月6日 星期二
【ASP NET.MVC, C# 】 Class to Json returun String to html 解析 String to obj
›
【ASP NET.MVC, C# 】Class to Json returun String to html 解析 String to obj Action return Json(save_result, "text/html", JsonReques...
2016年6月21日 星期二
【Asp.net C#】 byte 轉換 Base64String 、byte 內含中文處理方式
›
Convert.ToBase64String 方法 (Byte[]) https://msdn.microsoft.com/zh-tw/library/dhx0d524(v=vs.110).aspx Convert.FromBase64String 方法 (String)...
2016年5月26日 星期四
【ASP.NET】 多執行緒 connection
›
web.config MultipleActiveResultSets = true
›
首頁
查看網路版