今天要對List排序,上網查了很多方法都感覺比較麻煩,現在終於找到了兩種比較簡便的方式,在此寫出來,防止忘記!同時供大家參考! using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ListSort{ class Program { static void Main(string[] args) {
tarzxvf qvfb-1.1.tar.gzcd qvfb-1.1./configure報錯:checking for Qt... configure: error: Qt (>= Qt 3.0.3) (headers and libraries) not found. Please check yourinstallation!For more details about this problem, look at the end of config.log. 出現的原因:
運行spring時發生以下錯誤:Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from file [F:/dream/workspace/cch/bean.xml]; nested exception is java.io.FileNotFoundException: bean.xml
No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpathhttp://zhangguyou2009.blog.163.com/blog/static/34691638200872285854795/如果在/sandh/web-inf/classes下面沒有ehcache.xml這個檔案,會報這個錯誤,No configuration found.
這兩天要做一個項目,需要配置resin3.0.17+apache2.0.58+oracle92+myeclipse4.0+eclipse3.1。由於oracle佔用的連接埠有好幾個,自己裝resin和apache時,老出現連接埠被占的錯誤。。現在將陸續對這兩天在配置過程中的一些問題進行總結。希望各位同路中人以後能少走一些彎路。。呵呵。。。 首先是遇到了這些問題以後,我想知道到底是那些程式佔用了這些視窗,用開始--》運行--》cmd--》netstat -a