Mono旨在讓Linux、Solaris、Mac OS X、Windows、Unix等各種不同的作業系統平台都能夠運行.NET應用程式,是一個由Novell支援的開源項目。作為.NET中的“異類”,它得到了非常廣泛的關注。Mono的出現同樣讓微軟公司少受了很多“獨斷”、“專橫”的責備,功勞不可謂不高啊!這是Linux和MacOS X下Mono的IDE:MonoDevelop的:
1. The Engine opens a domain, locates the Spider that handles that domain, and asks the spider for the first URLsto crawl.2. The Engine gets the first URLs to crawl from the Spider and schedules them in the Scheduler, as Requests.3. The Engine asks
setup { package_data = ['', ['*.txt']]} 不起作用,打包為原始碼的時候並沒有把package下的txt檔案放進去。找到setuptools的官方文檔,有這麼一段話:This tells setuptools to install any data files it finds in your packages. The data files must be under CVS or Subversion control, or else they
在gridpanel中加入以下代碼: viewConfig : { layout : function() { if (!this.mainBody) { return; // not rendered } var g = this.grid; var c = g.getGridEl(); var csize = c.getSize(true);
uploadForm 上傳返回json時報錯,extjs不識別返回的json字串,google以後,找到一個討論帖:http://www.sencha.com/forum/showthread.php?120201-Submitting-a-form-seems-to-be-mis-interpreting-the-response-type&"try not setting the response to application/json. All "AJAX" file
Conceptual Class:1、 建立conceptual class 比 association 更重要conceptual class 定義了情境的角色,只有存在合適的角色,才會存在良好的association,conceptual class 在model中起到核心的作用。2、 利用 conceptual class catalog 發現conceptual class因為概念在現實生活中是普遍存在的,常見事物的存在模式能告訴你需要什麼class。3、