今天遇到了這個錯誤。Parser Error Message: It is an error to use a section registered allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being
1.Go through. One user account goes through every operator, if it's ok, then do the stress test.2.Concurrent. Many user-accounts go through every operator, if it's ok, then do the next step.3.Random. Many accounts go through every operator randomly.
想想這五個月。技術不清楚有沒有增長。但是認識了一群smart guys,非常不錯的人。 漸漸混熟了兩個組的人,一個是本組。一個是Mac組。人生無定,不知道自己去留。最後一天合影留念。去彤城飽飽吃了一頓。思維混亂,只想著回家,同時還惦記著ATC三點的水果。吃的很胖,不知道增重多少斤。桌上留了一堆零散的東西,準備讓mentor自己整理。看看燈山的桌子,比自己的還亂。心裡有了點點平衡。又來了一個intern,不過是Dev intern,或許很快他就會和我一樣。昨天和mentor one
1. The world we live only belongs to the emeny. We must live carefully. That's why things are, you cannot change the nature. But change is nature, even some part we can influence. So we must have brave heart, straight forword and say luck to
今天發布網站一直不順。應用中含有Webservices的調用,本地發布成功,但是異地發布卻是失敗的。後來排除WebService的Url不匹配問題。結果程式還是報一下異常。[SecurityException: Request for the permission of type '。。。'解決方案是:在web.config檔案中加入<trust level="Full" />解決。異地發布時,如果沒有單獨的ErrorPage,就要添加<customErrors mode="
二分法是思想精髓就是如果左下標和右下標得到的中間下標所在的值等於所要尋找的值,演算法結束;如果中間的值小於目標值,則說明目標值可能在中間值和右下標所在的區間內,就將中間下標當成左下標,繼續搜尋。如果中間值大於目標值,則把中間下標當成右下標,繼續搜尋。這是近期在網上用google搜尋“二分法演算法”找到的二分法演算法。結果發現各種各樣的缺陷。public int erfen() //二分法尋找 { int iindex=0; //相當於指標的東西 int istart=0; // int