jQuery1.2發布

        這段時間一直在研究和整理jQuery相關的外掛程式,感覺jQuery就像他們的口號“write less do more

求助-碩士畢業論文選題

   上個星期拿到碩士畢業論文的題目:基於Web2.0的多視圖技術研究與開發。查了幾天文獻,有些迷茫,主要在於對視圖的理解:   

各種資料庫對查詢欄位的簡單邏輯處理

        在具體應用中我們常用數值來標識各個狀態,如 0 表示'男',1 表示'女'等等,或者用boolean類型表示一個邏輯的是或者否狀態,為了讓終端使用者直觀的看到結果,顯然,對資料庫中的欄位值做簡單的判斷處理是個好的習慣。在Access、SqlServer和Oracle中分別可以做如下處理:        Access中用 select IIF([欄位]=0,'男',IIF([欄位]=1,'女')) as 別名 from

本機上的DOTNETNUKE無法使用,都是萬用字元惹的禍

Some days ago,i couldn't use dotnetnuke correctly in windows 2003. When i typed in IE localhost/dnn as normal way,it ran longer time and a error shows the message of  'The resource cannot be found'.Then i tried localhost/dnn/default.aspx again,this

for debugging on site,the web.config should be edited as follows

<system.web>        <customErrors mode="Off"/>    </system.web>this setting should be added into web.config so that the detailed error infos could be seen on the sites.“/”應用程式中的伺服器錯誤。 ------------------------------------------------

使用vs.net遇到的問題

1.vs.net cann't open application    in vs.net,there is a word (unavailable) beside the project item.To correct the problem,use the same name in IIS as descriped in solutionfile. For example,the virtual directory name should be

在web host 的DotNetNuke中添加串連時出現的錯誤及解決辦法

在web host 的DotNetNuke中添加串連時出現的錯誤及解決辦法 添加了:www.MyWebSite.com/news後,出現:DotNetNuke Configuration ErrorDomain Name "www.MyWebSite.com/news" Does Not Exist In The Database DotNetNuke supports multiple portals from a single database/codebase. It

在命令提示字元中使用antlr

在命令提示字元中使用antlr進入到有ANTLR源檔案所在檔案夾中,如類比計數器的源檔案calc.g在j:/temp/calc中1)在 j:> 時,鍵入 cd temp/calc 斷行符號2)j:\temp\calc> 下,鍵入 java antlr.Tool calc.g 斷行符號   會產生多個檔案3)編譯樣本中內建的Calc.java檔案,如鍵入:   javac Calc.java 斷行符號   會產生 Calc.class 檔案4)運行Calc.class 檔案,如鍵入: 

Solution to ‘DotNetNuke unavailable’ when using vs.net open DotNetNuke.sln

Want to display DotNetNuke in Visual Studio.NET 2003,got a error as below:"unable to open Project file from web server,maybe web component is absent  from visual studio.NET" In solution resource manager of vs.net,word of 'unavailable' is right

solution to DreamweaverCtrls.dll

解決辦法:將d:/home/ehua11/test/webtest下的DreamweaverCtrls.dll拷貝到web site的www\bin檔案夾下,注意在www檔案夾下要建立bin檔案夾。分析器錯誤資訊: 找不到檔案或程式集名稱“DreamweaverCtrls”,或找不到它的一個依賴項。源錯誤: 行 1:  <%@ Page Language="C#" ContentType="text/html" ResponseEncoding="gb2312" %>行 2: 

【原創】我眼中的自動化測試水平等級

大家經常會說道一個高手的概念。其實什麼人才是自動化測試的高手呢?做了幾年的自動化測試,說說自己的看法吧。主要我覺得可以分為三個層級吧: 1.入門級:以學習自動化測試載入器為主,學習的時間可能是幾天的,也有可能幾年的。但是共同點是沒有做過真正的自動化項目,沒有在實踐中運用自動化測試載入器。一般表現是到處詢問工具中的一些功能和函數,學習比較流行的自動化測試載入器。缺點是對自動化測試載入器很盲從,時而要吹噓工具怎麼怎麼好了。優點是比較上進,渴望學習交流。一心希望能夠進入流程規範,有自動化測試的公司。2

發邀請—線上RoR開發與部署環境www.heroku.com

祝各位五一節快樂!已找到開發和部署Rails應用的最佳環境www.heroku.com ,  這是為Rails開發人員提供的線上RoR開發與部署環境(程式員雜誌04期---高昂)。偶是很激動的,如需邀請的,請留下郵件地址。www.heroku.comRuby on Rails Platform-Build and deploy any Rails app-No setup or configuration-Full Ruby and Rails runtime environment-Edit

start django server

go to directory of Django in command line,such as G:\Documents and Setting\rss2008\google_appengine\lib\django>type:python setup.py installthis command will create folder named django in G:\python25\Lib\site-packages\ and filenamed

Migrating to Rails 2.0.2

Migrating to Rails 2.0.2Action View1)1.2new.rhtml---------<%= form_tag :action => 'create' %>  <%= render :partial => 'form' %>  <%= submit_tag 'Create' %><%= end_form_tag %><%= link_to 'Back', :action => 'index' %

DNN的空間佔用問題—learning from Boy119′s blog

1.Create a folder named:DNN under disc E,look like E:\DNN, and create sub-folders under DNN folder,they are Dotnetnuke folder--which   is source code folder and Deploy folder which has files for uploading to server.2. Copy Exclude.txt file to DNN

DNN–皮膚(skin),容器(container)篇

How to design skin for dnna) design container    <td colspan="4"><div runat="server" id="ContentPane"></div></td> because container should have a space for   content of container,so "ContentPane" ought to be writen as above

開始DNN 模組開發

首先弄一個空白模組,以便安裝到dotnetnuke中瞭解模組的運作情況. 1)開啟VS2003,在VB中建立web項目Blog.Player,屬性設定參考'部落格園 - 二十四畫生的Blog - 建立單獨的解決方案來開發DNN模組' 2)刪除Global.asax,web.config,style.css檔案,偶在後來安裝空白模組時,出現的3個出錯資訊與這些檔案有關 3)增加dotnetnuke.dll引用 4)增加兩個WEB控制項,分別為Player.ascx及EditPlayer.ascx,

Rossum’s Playhouse robot simulator (http://rossum.sourceforge.net/)

Interacting with the Demo's(http://rossum.sourceforge.net/) The illustration at the left shows the Floor Plan for the Trinity College Fire-Fighting Home Robot Contest. The Server (simulator) reads the floor plan at start up. By default, the Server

【原創】Bug追蹤過程中需要注意的問題

        很多朋友都問我,為什麼那麼喜歡研究bug報告,其實個人一直覺得bug報告高於一切,它是測試人員價值的終極體現。也許是工作的性質,我經常將香港的同事和深圳同事做比較,發現他們一個優點特別值得我們學習:做什麼事一般不會去衡量事情的最終利益,更多的是決定後考慮如何更好地把事情做好。        腳踏實地,希望我自己也能夠這樣努力下去。 ·盡量減少重現的步驟以達到用最少的步驟來重現問題;這對編程人員來說是很有協助發現問題根源的。

一個模板容器上的title的文字如何更改?

剛才試的方法:右上方的site ->Stylesheet Editor,在其中的/* GENERAL *//* style for module titles */.Head  

總頁數: 61357 1 .... 10363 10364 10365 10366 10367 .... 61357 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.