一個好習慣是很必要的。吾日三省吾身,到了晚上,應該想想今天幹了什麼事,有什麼可以改進的地方,什麼地方做得還不夠。但是一思考就控制不住要寫一些東西。由於最近在看The art of UNIX programming,所以貼一些認為很有道理的片段上來。This is the Unix philosophy. Write programs that do one thing and do it well.Write programs to work together. Write programs
The first application was parsing 110GB of log data spread over 11,000 text files in over 300 directories and importing it into a SQL database. The whole application is 90 lines long (including comments!) and finished the task of parsing the source
考慮到隱私問題,決定把部落格(Windows Live Space)中一些敏感的文(在特定的Category中)大量刪除。這篇文就敘述一下如何利用MetaWeblog API和F#來進行這樣的操作。 Windows Live Space的API是標準的MetaWeblog API,支援getPost, newPost,
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll)RadUpload是用戶端和伺服器端的一部分。在用戶端執行完全在瀏覽器中使用Silverlight的平台。在伺服器端需要處理的伺服器進行處理的檔案提交到用戶端。檢查線上視頻教程有關如何安裝
本機發布的WebService,同區域網路卻無法訪問,webservice顯示測試表單只能用於來自本機電腦的請求,經查詢資料發現時webconfig沒有啟用相應的訪問,只要在<system.web>節點裡添加如下代碼。即可解決這個問題: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><webServices>
公司項目的前台是jsp,調用後台.net的WebService,其中使用關於MyEdipse的XFire解析WSDL檔案組建代理程式,其中出來了莫名奇妙的詭異問題,網上也沒找到很好的解決辦法,下面的思路是我實驗出來的,如果有那不對,歡迎提意見。錯誤1: WebService方法代碼:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1