∪∩deniable Design

          個人JAVA版GAE(google app engine),struts2+jpa+jQuery開發,互相交流 http://iunbug.appspot.com/
            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

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

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

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

          好了,要想有如我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 閱讀(294) | 評論 (6)編輯 收藏

          想起開始學習Java時在CP上問了個問題,因為發錯了板塊引起了很多不喜歡Java的程序員的冷嘲熱諷,就在難堪時一個高級軟件工程師給了幾點忠告,今天查看自己的帖子時再好好讀了一遍,慚愧我還是學習了點皮毛就開始學習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 閱讀(1052) | 評論 (4)編輯 收藏

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

          posted @ 2008-08-26 02:23 ∪∩BUG 閱讀(966) | 評論 (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 閱讀(1058) | 評論 (3)編輯 收藏

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

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

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

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

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

          posted @ 2008-08-22 23:04 ∪∩BUG 閱讀(1949) | 評論 (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 閱讀(7421) | 評論 (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 閱讀(1018) | 評論 (2)編輯 收藏

          僅列出標題
          共14頁: First 上一頁 6 7 8 9 10 11 12 13 14 下一頁 
          主站蜘蛛池模板: 宜宾市| 于田县| 济南市| 九台市| 长汀县| 东光县| 枣庄市| 汉阴县| 乌拉特后旗| 梓潼县| 临高县| 酒泉市| 读书| 临汾市| 沙田区| 漠河县| 台州市| 康保县| 兰坪| 罗定市| 永登县| 绩溪县| 彩票| 新乡市| 新巴尔虎左旗| 鹰潭市| 呼图壁县| 嘉祥县| 双桥区| 贡山| 增城市| 广宗县| 章丘市| 凌云县| 泾源县| 肇州县| 郯城县| 来凤县| 筠连县| 宾阳县| 武宣县|