jinfeng_wang

          G-G-S,D-D-U!

          BlogJava 首頁(yè) 新隨筆 聯(lián)系 聚合 管理
            400 Posts :: 0 Stories :: 296 Comments :: 0 Trackbacks

          我的評(píng)論

          re: ER圖 jinfeng_wang 2009-05-16 23:25  
          不同開(kāi)發(fā)階段,對(duì)“系統(tǒng)”的不同表現(xiàn)。

          順序可以大致可以是2->3->1
          不過(guò)2和3 比較像,但是畫(huà)的好像也不是很規(guī)范。
          re: 區(qū)分Action, Service 和 Dao功能 jinfeng_wang 2009-05-16 23:22  
          to 樓上:
          是不是“脫了褲子放屁”,得取決于你的腸道的功能好不好,不小心有一天,你就會(huì)以為是放屁,其實(shí)是拉稀。

          順手牽羊式的“脫褲子放屁”,絕對(duì)是減少“莫名其妙”問(wèn)題出現(xiàn)可能性的一個(gè)絕佳機(jī)會(huì)。 在系統(tǒng)演變的越來(lái)越復(fù)雜的時(shí)候,是沒(méi)有心思和時(shí)間再去演變你的原有代碼結(jié)構(gòu)的。

          如果你的公司,允許你隨意改動(dòng)“既成的可運(yùn)行”的代碼,麻煩你說(shuō)一下,你公司名字。

          原來(lái)NTKO Office Activex控件在提交數(shù)據(jù)時(shí),是通過(guò)scoket模擬Http進(jìn)行文件和頁(yè)面元素的提供,如提交的頁(yè)URL完整路徑中包含了"_"等字符時(shí),將導(dǎo)致無(wú)法識(shí)別,從而導(dǎo)致兼容性的產(chǎn)生。

          ====
          why? 你是說(shuō)這個(gè)Activex的bug?
          java composite模式
          http://blog.csdn.net/DL88250/archive/2007/09/22/1796151.aspx

          這個(gè)可能更適合
          樓上的,你說(shuō)的身份證是實(shí)現(xiàn)。
          實(shí)話(huà)實(shí)說(shuō),你所說(shuō)的“身份證”的概念,我第一次聽(tīng)說(shuō)。可能的話(huà),給我介紹一下。

          問(wèn)題的關(guān)鍵不在于實(shí)現(xiàn),而是在于問(wèn)題的發(fā)現(xiàn)。
          “員工只能查詢(xún)自己的工資”,這在絕大部分的公司都是這樣的要求,
          但是為何一個(gè)在實(shí)際中已經(jīng)推廣了幾年的產(chǎn)品,還存在著這樣的問(wèn)題?

          安全認(rèn)證、安全控制的手段有很多, 如何利用這些手段只是一個(gè)技術(shù)問(wèn)題,
          我所提及的更多的是側(cè)重于“問(wèn)題的發(fā)現(xiàn)”。

          How do I install the mysql/mysqli extensions for PHP?
          Installing the extensions is easy. You have to verify two settings in your php.ini configuration file and copy the extensions to the php extension directory.

          Step by step:

          Unpack the download archive
          Copy the php_*.dll files to your PHP extension directory
          You can look up and confiugure the PHP extension directory in your php.ini file. A typical location for the php.ini file is C:\php\php.ini. The PHP extension directory is configured using the extension_dir setting, for example:

          extension_dir = C:\php\extensions
          Copy the php_*.dll files contained in the download to your PHP extension directory, for example to: C:\php\extensions

          Enable the PHP extensions that you want to use in the php.ini file
          Uncomment or add the following lines to your php.ini file:

          // MySQL extension
          extension=php_mysql.dll
          // MySQLi extension
          extension=php_mysqli.dll

          Copy the libmysql.dll to the PHP installation directory
          A typical location for your PHP installation directory is C:\php . Exchange the libmysql.dll file that is in the directory and overwrite it with the file from the download archive.



          ===================
          配置完成后,需要重啟機(jī)器!
          "SqlException 很多人catch了后只是log了一下, 根本就沒(méi)有做任何的處理"

          你只是假設(shè)了某些用戶(hù)的習(xí)慣,但是對(duì)于某一部分的用戶(hù),他想做一些特殊的處理操作,那么單純的SqlException能夠滿(mǎn)足要求么?
          其次,如果用戶(hù)的習(xí)慣都改過(guò)來(lái)了,那么SqlClient如何應(yīng)對(duì)這樣的要求?SqlClient重新實(shí)現(xiàn)??
          再次,我們現(xiàn)在談的不局限于SqlException,我們討論的是方法學(xué),程序設(shè)計(jì)的方法學(xué)。
          這個(gè)討論我會(huì)繼續(xù)下去的。
          請(qǐng)記住一點(diǎn),現(xiàn)在很多人已經(jīng)用“Exception”做為程序流程的控制依據(jù),因?yàn)镃heckedException是要求客戶(hù)端捕捉的,而用返回值是不能達(dá)到控制用戶(hù)程序的,所以很多時(shí)候CheckedException用來(lái)做“程序流程控制”也是合理的。

          re: UP & XP之爭(zhēng),意義何在? jinfeng_wang 2006-04-26 16:32  
          德國(guó)人做湯傾向于UP;中國(guó)人做湯傾向于XP。

          //你確認(rèn)中國(guó)人傾向于XP??
          也許中國(guó)人的性格上喜歡XP,但是如果中國(guó)人用XP,以中國(guó)人的性格,產(chǎn)品的質(zhì)量能保證么?
          re: 成功竊取一個(gè)小網(wǎng)站 :) jinfeng_wang 2006-02-27 13:04  
          to 樓上的,我沒(méi)有說(shuō)錯(cuò)哦。
          你也沒(méi)說(shuō)錯(cuò),但是你的DB只是管理。
          當(dāng)別人聽(tīng)的時(shí)候 則不是通過(guò)DB了,對(duì)么?
          別人聽(tīng)的時(shí)候,則會(huì)下載你的Mp3到客戶(hù)端,對(duì)么?那么就在internet臨時(shí)目錄了。
          re: [導(dǎo)入]Aspect-Oriented Development jinfeng_wang 2006-01-26 12:00  
          我的隨筆,歡迎討論!:)

          AOSD (Aspect-Oriented Software Development with Use Cases) 隨想
          http://www.aygfsteel.com/jinfeng_wang/archive/2006/01/25/29182.html
          re: 成功竊取一個(gè)小網(wǎng)站 :) jinfeng_wang 2006-01-03 13:16  
          這么多人對(duì)這個(gè)感興趣啊!
          用不著監(jiān)聽(tīng)啥的了.

          只要你讓用戶(hù)聽(tīng),那音樂(lè)文件就已經(jīng)下載到internet臨時(shí)目錄了, 自己去臨時(shí)目錄找就行了.

          監(jiān)聽(tīng)http是一種方法.唉.

          to 左岸:
          那一點(diǎn)點(diǎn)的內(nèi)容,你放到文件里面就行了,干嗎要數(shù)據(jù)庫(kù)呢?再說(shuō),放數(shù)據(jù)庫(kù)也不會(huì)有問(wèn)題的.

          后來(lái)我就沒(méi)再去你網(wǎng)站下過(guò)音樂(lè)哦,嘿嘿.
          re: 成功竊取一個(gè)小網(wǎng)站 :) jinfeng_wang 2005-04-13 18:54  
          靠,來(lái)得真快,沒(méi)關(guān)系,你是不是從服務(wù)器的訪(fǎng)問(wèn)上看到負(fù)載在飆升?

          那也不對(duì)啊,因?yàn)槟阄幢啬苷业轿业腷log.

          mp3在我機(jī)器上了,可惜64kbps的。


          快樂(lè)在于如何的“竊取”,而不在于其他。 呵呵。
          re: Open Source Profilers for Java jinfeng_wang 2005-03-11 08:47  
          There is something trouble in the edition system,it's not what you see is what you like edition status. sorry, but you can copy it in the notebook or ultraedit and read it ,yeah?
          re: maven的tutorial jinfeng_wang 2005-03-10 14:57  
          Case-sensitive issue問(wèn)題解決,更新下載maven-ear-plugin-1.6.1.jar到maven\plugin目錄中,并刪除maven\cache,重新在maven目錄運(yùn)行maven命令。
          the book can be downloaded from the ITPUT, 3.09M :-) now i have readed the the Part 2 chapter 5. i think it's a very very good book ,much better than the Spring Reference and the Sprint Live. In my humble opinions, the content of Spring Live has not been constructed as the learning step and The Spring In action is more suitable for the Spring Layman.
          To be frank, i am interested in joining the translation for this book, and i have send my the applying to the publication. what i more care about is that "Bring the Spring to The Chinese Java Programmer", for that "IOC is indeed a breakthrough for the original system architecture, and Spring is a wonderful IOC Container".

          by the way, would u be be pleased to tell me how to configure the blog?
          還有一個(gè),hibernate in action的中文翻譯的相關(guān)內(nèi)容在哪兒? 可以給點(diǎn)線(xiàn)索么?
          真是巧的不行了,這兩天我就在看這本書(shū),你可以看我的blog。

          這本書(shū)語(yǔ)言比較簡(jiǎn)單,翻譯起來(lái)還算容易哦~~ email:jinfeng_wang@msn.com blog:http://www.aygfsteel.com/jinfeng_wang
          re: hibernatesynch的安裝與使用 jinfeng_wang 2005-02-23 11:08  
          此外,有關(guān)hibernatesynch的配置可以看其網(wǎng)站的document,
          不過(guò)好像沒(méi)啥需要?jiǎng)拥模桥渲玫膬?nèi)容也就是“生成各項(xiàng)java文件所需要使用的各個(gè)模板”。
          re: hibernatesynch的安裝與使用 jinfeng_wang 2005-02-23 11:04  
          補(bǔ)充一個(gè)例程:


          public static void main(String[] args) {
          try {
          // load the configuration file
          _RootDAO.initialize();
          UserInfoDAO dao = new UserInfoDAO();
          UserInfo userInfo= new UserInfo(new Integer(1),"wjf","wjf");


          dao.save(userInfo);


          java.util.List people = dao.findAll();
          // find a single person
          Integer id = new Integer(1);
          UserInfo person = dao.load(id);
          // update the person
          person.setName("Joe");
          dao.update(person);
          // delete the person
          dao.delete(id);


          } catch (HibernateException e) {
          // TODO Auto-generated catch block
          e.printStackTrace();
          }
          }

          re: 可憐的Eclipse jinfeng_wang 2005-02-20 15:20  
          JbossIDE插件自帶了一個(gè)java文件編輯器,并替換了原默認(rèn)的java編輯器,真該死,可以在preference ->workbench->associate里面修改!!!!!!
          re: 可憐的Eclipse jinfeng_wang 2005-02-20 15:03  
          唉~~~~

          Jboss IDE 自帶了一個(gè)AOP編輯器, 替換了默認(rèn)的編輯器,重新選擇一下就可以了,真TMD。。。。。。。。。。。。。。
          re: 我想要的機(jī)器配置 jinfeng_wang 2005-02-20 15:00  
          這總價(jià)格大概在多少啊? 好久沒(méi)有出去看硬件了。
          主站蜘蛛池模板: 米泉市| 商洛市| 克拉玛依市| 鹤山市| 苏州市| 达孜县| 班玛县| 大方县| 汉寿县| 蓝山县| 塔河县| 曲阜市| 沛县| 门源| 安丘市| 清水河县| 泸州市| 调兵山市| 宜川县| 佳木斯市| 贵州省| 讷河市| 民乐县| 太仆寺旗| 余庆县| 洛隆县| 裕民县| 宜兴市| 黄浦区| 华坪县| 卢龙县| 奉贤区| 天台县| 宿州市| 呼玛县| 阿荣旗| 宜川县| 仁化县| 宣汉县| 尤溪县| 邯郸县|