∪∩deniable Design

          個人JAVA版GAE(google app engine),struts2+jpa+jQuery開發(fā),互相交流 http://iunbug.appspot.com/

               摘要: 準(zhǔn)備:建表 用MySQL在名為STMS數(shù)據(jù)庫中建表person 在MyEclipse中建連接數(shù)據(jù)庫的連接名為MySQL_localhost,在Driver JARS中導(dǎo)入MySQL的驅(qū)動程序mysql-connector-java-5.1.6-bin.jar 一.新建名為MySQLHibernate的Web Project File—new—project—MyEcli...  閱讀全文

          posted @ 2008-08-30 16:58 ∪∩BUG 閱讀(4174) | 評論 (4)編輯 收藏

          我不喜歡太個性的主題,就是因為傷眼睛,朋友問我每天對著電腦怎么不近視?我的桌面看起來整潔,顏色很讓人舒服,自己電腦里有幾十G的資料目錄也很清晰,就像有人偶爾打開的我衣柜或抽屜會吃驚的發(fā)現(xiàn)衣服用具都整潔的疊放著(在大學(xué)里至少我認(rèn)識的同學(xué)朋友沒有一個是這樣子的).這些都是為了自己,一個好習(xí)慣受益終生,深有體會.

          好了,要想有如我Blog一樣的效果只要選擇KJC主題,然后在"通過CSS定制頁面"里粘貼以下CSS代碼就可以了.

           1#top
           2{
           3    background-color: #20375f;
           4    background-image: url( "http://www.aygfsteel.com/images/blogjava_net/tidelgl/33863/o_4HeaderBg.jpg" );
           5    background-position: right;
           6    height: 90px;
           7    vertical-align: middle;
           8}

           9#sub
          10{
          11    background-color: black;
          12    background-image: url( "http://www.aygfsteel.com/images/blogjava_net/tidelgl/33863/o_12HeaderBg.jpg" );
          13    color: #CCCCCC;
          14    font-size: 12px;
          15    padding: 4px;
          16}

          17
          18.posthead
          19{
          20    background-color: #eeeeee;
          21    background-image: url( "http://www.aygfsteel.com/images/blogjava_net/tidelgl/33863/o_icon-titledoc.png" );
          22    background-position: 5px center;
          23    background-repeat: no-repeat;
          24    border-bottom: 1px solid #CCCCCC;
          25    padding: 4 4 4 25;
          26    color: #444444;
          27    font-size: 9px;
          28}

          29
          30
          31body
          32{
          33    font-size: 13px;
          34    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
          35    background-color: #D9D6CB;
          36    padding-left:20px;
          37    padding-right:20px;
          38    padding-top:10px;
          39    background-image: url("http://www.aygfsteel.com/images/blogjava_net/tidelgl/33863/o_7forbg.gif");    
          40
          41}

          posted @ 2008-08-29 02:55 ∪∩BUG 閱讀(290) | 評論 (6)編輯 收藏

          想起開始學(xué)習(xí)Java時在CP上問了個問題,因為發(fā)錯了板塊引起了很多不喜歡Java的程序員的冷嘲熱諷,就在難堪時一個高級軟件工程師給了幾點忠告,今天查看自己的帖子時再好好讀了一遍,慚愧我還是學(xué)習(xí)了點皮毛就開始學(xué)習(xí)web development and J2EE,確實不理想.以下是他的原文.

          Nobody is laughing. You made a reasonable choice. Some advices according my experience and understandings:

          1. C++ experience is not very useful for learning Java, it will be good if you start learning curve from a scratch.
          2. Good initial book is “Thinking in Java” with author Bruce Eckel. You can find the book in the internet and it’s free.
          3. Don’t start in the very beginning with web development and J2EE. You need to learn Java end the Java specific OOP first. After that, you could move to enterprise Java, struts, hibernate etc.
          4. Use for your development environment IntelliJ IDEA this is the best Java IDE – several classes over the others. Unfortunately it is not free.
          5. There is a plenty of open source Java projects. Learn from them, use the others experience. 
          6. You will not need from 4 years. If you start to work on real projects, not only reading the books you will need from 1 year/I assume that you have some previous experience in programming/ for the Java and 6m to 1 year for J1EE. And this is a pessimistic forecast. 
          7. Don’t take very seriously this guidelines.

          Regards and successes.



          很容易看懂,這里就不翻譯了.

          posted @ 2008-08-27 16:54 ∪∩BUG 閱讀(1047) | 評論 (4)編輯 收藏

               摘要: 項目樹形圖 src/struts.xml  1<?xml version="1.0" encoding="UTF-8"?>  2<!DOCTYPE struts PUBLIC  3         "-...  閱讀全文

          posted @ 2008-08-26 02:23 ∪∩BUG 閱讀(961) | 評論 (1)編輯 收藏

               摘要: 項目樹形圖 WebRoot/WEB-INF/web.xml  1<?xml version="1.0" encoding="UTF-8"?>  2<web-app id="WebApp_ID" version="2.4"  3    xmlns="http...  閱讀全文

          posted @ 2008-08-25 01:45 ∪∩BUG 閱讀(1054) | 評論 (3)編輯 收藏

               摘要:   Struts 筆記 2008 08 23     為什么把國際化通稱I18n呢?   你數(shù)數(shù)國際化的單詞 internationalization有幾個字母?   20個!   那頭尾各是什么字母?   i和n!   20-2=?...  閱讀全文

          posted @ 2008-08-24 01:21 ∪∩BUG 閱讀(2583) | 評論 (4)編輯 收藏

               摘要: 編程術(shù)語英漢對照 abstract 抽象的 抽象的   abstraction 抽象體、抽象物、抽象性 抽象體、抽象物、抽象性   access 存取、取用 存取、訪問   access level 存取級別 訪問級別   access function 存取函式 訪問函數(shù)   activate 活化 激活   active 作用中的  ...  閱讀全文

          posted @ 2008-08-22 23:07 ∪∩BUG 閱讀(2889) | 評論 (1)編輯 收藏

               摘要: 計算機(jī)專用英語詞匯1500詞   1. file n. 文件;v. 保存文件 2. command n. 命令,指令 3. use v. 使用,用途 4. program n. 程序 5. line n. (數(shù)據(jù),程序)行,線路 6. if conj. 如果 7. display vt. 顯示,顯示器 8. set v. 設(shè)置,n. ...  閱讀全文

          posted @ 2008-08-22 23:04 ∪∩BUG 閱讀(1937) | 評論 (4)編輯 收藏

               摘要:  《走遍美國》必須掌握的詞匯 -01-01. appreciate感謝,欣賞(1) I appreciate your help.(2) I really appreciate it, Marilyn.(3) I'd appreciate that.02. bright明亮的,鮮艷的(1) Is this pink too bright for me?(2) It is a very ...  閱讀全文

          posted @ 2008-08-22 22:57 ∪∩BUG 閱讀(7391) | 評論 (3)編輯 收藏

               摘要: 1000句最常用英語口語  1. I see. 我明白了。 2. I quit! 我不干了! 3. Let go! 放手! 4. Me too. 我也是。 5. My god! 天哪! 6. No way! 不行! 7. Come on. 來吧(趕快) 8. Hold on. 等一等。 9. I agree。 我同意。 10. Not bad. 還不錯。 11. N...  閱讀全文

          posted @ 2008-08-22 22:53 ∪∩BUG 閱讀(1010) | 評論 (2)編輯 收藏

          僅列出標(biāo)題
          共14頁: First 上一頁 6 7 8 9 10 11 12 13 14 下一頁 
          主站蜘蛛池模板: 华坪县| 内乡县| 宜春市| 防城港市| 霍邱县| 禄丰县| 新昌县| 山西省| 建瓯市| 东平县| 邯郸市| 大厂| 桃园市| 竹北市| 陆良县| 淮北市| 遂平县| 花莲县| 博罗县| 伊通| 阿荣旗| 密山市| 呼伦贝尔市| 龙海市| 三都| 台山市| 微博| 焦作市| 鸡泽县| 太康县| 松桃| 东海县| 桐柏县| 水城县| 扎鲁特旗| 林州市| 双流县| 新龙县| 攀枝花市| 孟州市| 济源市|