前幾天在做序號驗證時需要對註冊表的讀寫存取權限,用.net 來實現設定註冊表的、檔案系統的讀寫權限,非常麻煩,我試了很多次都不成功,最後找到一個命令列的小工具,在程式裡面調用該工具,傳入相應的命令參數,問題解決。SetACL is a set of routines for managing Windows permissions (ACLs) from the command line, from scripts and from programs. These routines can
一直很好奇,為什麼單選框取名叫radio button,查了一下,維基百科是這樣說的:A radio button or option button is a type of graphical user interface element that allows the user to choose only one of a predefined set of options (that's opposite to tick boxes). They were named after
在微軟的ADO.NET team blog中,LINQ to SQL and Entity Framework的專案經理發表的一篇部落格中寫道:Since the release of LINQ to SQL and the Entity Framework, many questions have been raised about the future plans for the technologies and how they will relate to each
Configuration Section Designer是什嗎?A Visual Studio add-in that allows you to graphically design .NET Configuration Sections and automatically generates all the required code and a schema definition (XSD) for them. 官方首頁:http://csd.codeplex.com/
原文出處:http://feeds.feedburner.com/~r/Dev102feed/~3/312937810/In this post I do not intend to make a list of the best programmers web sites, but to share with you some you might not know: CodeFetch - Search for source code in programming books. Their
無意中發現了這部電影,說真的我還蠻喜歡,劇情雖然有點老套,不得不說每個細節都處理得很到位,標題的MV、音樂以及Alex的自嘲和妙語連珠的冷幽默。 Alex和蘇菲去蘇菲的姐姐家吃晚餐,飯後,走出姐姐的家門,蘇菲說:今晚實在太有趣了。Alex:的確,除了那些馬鈴薯片,我在想絕緣材料可能就是這個味道。 蘇菲第一次試唱《way back into love》的時候聲音很小,Alex說Just a little bit louder, cause this song is
subsonic的InlineQuery非常好用,用於執行參數的Sql語句,防止被注入,其運行機制類似我之前寫的《借用.net framework的string.Fromat(...),實現一個執行參數化SQL的方法》,都是先提前sql語句中的參數名,再根據參數名和傳入的值動態構造Command.貼一個官方的使用InlineQuery的樣本:Code highlighting produced by Actipro CodeHighlighter (freeware)http:/
1.Extended Threading: Do More with the Same Thread讓一個線程完成更多的任務。作者自己寫了一個類,攔截System.Threading.Thread,試圖讓你在不同的線程執行同一個方法成為可能,如果你想執行多次,你不必每次都建立一個新線程來執行該方法,優勢在於提高效能並且便於使用,畢竟建立線程的代價還是比較昂貴的。作者完成了一個Demo,用自己實現的方案分別對普通線程,線程池實現方式的效能作了比較。Download demo project - 8
“工欲善其事,必先利其器。”,最近瀏覽國外的一些blog而整理搜集的工具集,我將會不週期性更新。如果你覺得有用就試試吧。大部分來自於我整理的一些感興趣的並覺得不錯的blog文章:My interested stuff系列,大家有興趣的話可以看看。SSMS Tools Pack 一個SQL Server Management的小外掛程式,我一直都在用,感覺還不錯。具體功能如下: Uppercase/Lowercase keywords.Run one script on