欧美一区二区三区视频,精品乱码一区二区三区,国产精品igao视频网网址不卡日韩http://www.aygfsteel.com/jeffy/category/6870.htmlzh-cnThu, 16 Aug 2007 01:28:35 GMTThu, 16 Aug 2007 01:28:35 GMT60Mysql 導入與導出腳本http://www.aygfsteel.com/jeffy/archive/2007/08/15/136977.htmlLive-in JavaLive-in JavaWed, 15 Aug 2007 09:11:00 GMThttp://www.aygfsteel.com/jeffy/archive/2007/08/15/136977.htmlhttp://www.aygfsteel.com/jeffy/comments/136977.htmlhttp://www.aygfsteel.com/jeffy/archive/2007/08/15/136977.html#Feedback0http://www.aygfsteel.com/jeffy/comments/commentRss/136977.htmlhttp://www.aygfsteel.com/jeffy/services/trackbacks/136977.htmlmysqldump -u root -p  --default-character-set=utf8  --set-charset=utf8   --skip-opt gzwarehouse > warehouse.sql

mysql -u root -p --default-character-set=utf8   backup < backup.sql

 



Live-in Java 2007-08-15 17:11 發表評論
]]>
Subversion安裝與客戶端使用說明-1http://www.aygfsteel.com/jeffy/archive/2007/07/12/129767.htmlLive-in JavaLive-in JavaThu, 12 Jul 2007 02:38:00 GMThttp://www.aygfsteel.com/jeffy/archive/2007/07/12/129767.htmlhttp://www.aygfsteel.com/jeffy/comments/129767.htmlhttp://www.aygfsteel.com/jeffy/archive/2007/07/12/129767.html#Feedback0http://www.aygfsteel.com/jeffy/comments/commentRss/129767.htmlhttp://www.aygfsteel.com/jeffy/services/trackbacks/129767.html安裝Server端

1. 安裝Subversion server  window版本, 安裝目錄如:c:\subversion,注意安裝目錄最好中間沒有空格,否則安裝service時候就會出錯.
  設置一下系統的環境變量Path,將Subversion的bin路徑加入到系統的path中。

2 創建Subersion庫:首先建立一個目錄存放Subversion的庫,在該庫中存放所有的Subversion項目,如e:\repository

3 創建一個新的Subversion項目。 只需執行: svnadmin create e:\repository\projectname
在新創建的項目下面,修改配置,比如設置用戶/密碼.
下面需要設置項目的用戶信息,只需打開Subversion項目conf目錄下passwd文件添加新的用戶即可,如
[users]
admin = mypassword

接下來是設置項目的一些其他信息,打開conf目錄下的svnserve.conf文件,然后進行如下設置即可:
[general]
anon-access = read
auth-access = write
password-db = passwd
realm = projectname

4. 啟動Subversion,通過Windows Service方式啟動,在命令行下面允許 SVNService -install -d -r e:\repository


導入項目可以通過下面命令方式導入,也可以通過安裝客戶端后導入倒出項目.

5. 向Subversion中導入項目:現在我們需要將項目導入到Subversion的庫中,只需執行一下命令:
 svn import d:\projectname svn://localhost/projectname -m "initial import" -username admin -password mypassword
這樣項目就導入到subversion庫中啦。

6. 將項目導出:從Subversion項目中導出項目也很簡單,只需執行以下操作:
svn co svn://localhost/projectname -username admin -password mypassword


客戶端TortoiseSVN 導入導出項目
1.安裝客戶端工具TortoiseSVN,重新啟動電腦.
2.選擇要導入的項目, 右鍵點擊,選擇下面菜單 "TortoiseSVN">"Import"
3. 在彈出的對話框里面,設置"URL of repository"值為: svn://192.168.1.10/warehouse
4.點擊OK,就可以導入項目.



Live-in Java 2007-07-12 10:38 發表評論
]]>
商業模式http://www.aygfsteel.com/jeffy/archive/2007/03/22/105586.htmlLive-in JavaLive-in JavaThu, 22 Mar 2007 08:44:00 GMThttp://www.aygfsteel.com/jeffy/archive/2007/03/22/105586.htmlhttp://www.aygfsteel.com/jeffy/comments/105586.htmlhttp://www.aygfsteel.com/jeffy/archive/2007/03/22/105586.html#Feedback0http://www.aygfsteel.com/jeffy/comments/commentRss/105586.htmlhttp://www.aygfsteel.com/jeffy/services/trackbacks/105586.html
業模式包含的要素
Quote
價值主張(Value Proposition):即公司通過其產品和服務所能向消費者提供的價值。價值主張確認了公司對消費者的實用意義。
消費者目標群體(Target Customer Segments):即公司所瞄準的消費者群體。這些群體具有某些共性,從而使公司能夠(針對這些共性)創造價值。定義消費者群體的過程也被稱為市場劃分(Market Segmentation)。
分銷渠道(Distribution Channels):即公司用來接觸消費者的各種途徑。這里闡述了公司如何開拓市場。它涉及到公司的市場和分銷策略。
客戶關系(Customer Relationships):即公司同其消費者群體之間所建立的聯系。我們所說的客戶關系管理(Customer Relationship Management)即與此相關。
價值配置(Value Configurations):即資源和活動的配置。
核心能力(Core Capabilities):即公司執行其商業模式所需的能力和資格。
合作伙伴網絡(Partner Network):即公司同其他公司之間為有效地提供價值并實現其商業化而形成的合作關系網絡。這也描述了公司的商業聯盟(Business Alliances)范圍。
成本結構(Cost Structure):即所使用的工具和方法的貨幣描述。
收入模型(Revenue Model):即公司通過各種收入流(Revenue Flow)來創造財富的途徑。


Live-in Java 2007-03-22 16:44 發表評論
]]>
MySQL 4.1的幾點記錄http://www.aygfsteel.com/jeffy/archive/2006/04/10/40173.htmlLive-in JavaLive-in JavaMon, 10 Apr 2006 02:26:00 GMThttp://www.aygfsteel.com/jeffy/archive/2006/04/10/40173.htmlhttp://www.aygfsteel.com/jeffy/comments/40173.htmlhttp://www.aygfsteel.com/jeffy/archive/2006/04/10/40173.html#Feedback0http://www.aygfsteel.com/jeffy/comments/commentRss/40173.htmlhttp://www.aygfsteel.com/jeffy/services/trackbacks/40173.html
2.?mysql的engine類型區別
?? MyISAM類型:是默認的engine,不支持事務處理等高級處理,優勢是速度比較快。
????? InnoDB類型:提供事務支持以及外部鍵等高級數據庫功能。

3.指定數據庫engine類型為InnoDB,方法是在啟動數據庫時候,加參數,指定為InnoDB
??? "C:\Program Files\MySQL\MySQL Server 4.1\bin\mysqld-nt.exe"?? --default-storage-engine=InnoDB

4. 指定數據庫編碼為UTF-8:
?數據庫編碼默認是latin,指定為utf-8,方法是在創建數據庫時候,指定編碼
? CREATE DATABASE sweas DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci


Mysql4.1 Hibernate3.0下面查詢中文遇到問題:
加工hibernate.query.factory_class=org.hibernate.hql.classic.ClassicQueryTranslatorFactory? 就可以了
Hibernate3.0 采用新的基于ANTLR的HQL/SQL查詢翻譯器,org.hibernate.hql.ast.ASTQueryTranslatorFactory ,好像有bug




Live-in Java 2006-04-10 10:26 發表評論
]]>
UML 架構圖http://www.aygfsteel.com/jeffy/archive/2006/02/22/31978.htmlLive-in JavaLive-in JavaWed, 22 Feb 2006 08:27:00 GMThttp://www.aygfsteel.com/jeffy/archive/2006/02/22/31978.htmlhttp://www.aygfsteel.com/jeffy/comments/31978.htmlhttp://www.aygfsteel.com/jeffy/archive/2006/02/22/31978.html#Feedback0http://www.aygfsteel.com/jeffy/comments/commentRss/31978.htmlhttp://www.aygfsteel.com/jeffy/services/trackbacks/31978.html

Live-in Java 2006-02-22 16:27 發表評論
]]>
Eclipse報告OutOfMemoryError 錯誤http://www.aygfsteel.com/jeffy/archive/2006/02/21/31839.htmlLive-in JavaLive-in JavaTue, 21 Feb 2006 10:19:00 GMThttp://www.aygfsteel.com/jeffy/archive/2006/02/21/31839.htmlhttp://www.aygfsteel.com/jeffy/comments/31839.htmlhttp://www.aygfsteel.com/jeffy/archive/2006/02/21/31839.html#Feedback0http://www.aygfsteel.com/jeffy/comments/commentRss/31839.htmlhttp://www.aygfsteel.com/jeffy/services/trackbacks/31839.html使用java.exe 的-Xmx 參數來設定最大的heap size. 所以啟動時的命令可以如下

java -Xmx512m
	
如果用eclipse.exe 啟動也是可以下達參數
eclipse.exe -vmargs -Xmx512M


Live-in Java 2006-02-21 18:19 發表評論
]]>
Commonclipse的安裝http://www.aygfsteel.com/jeffy/archive/2006/02/20/31639.htmlLive-in JavaLive-in JavaMon, 20 Feb 2006 06:24:00 GMThttp://www.aygfsteel.com/jeffy/archive/2006/02/20/31639.htmlhttp://www.aygfsteel.com/jeffy/comments/31639.htmlhttp://www.aygfsteel.com/jeffy/archive/2006/02/20/31639.html#Feedback0http://www.aygfsteel.com/jeffy/comments/commentRss/31639.htmlhttp://www.aygfsteel.com/jeffy/services/trackbacks/31639.htmlpublic String toString()
public boolean equals(Object object)
public int hashCode()
some of them are used by hibernate.

Eclipse 3.0.1 + Commonclipse 1.2  can work together well.

Live-in Java 2006-02-20 14:24 發表評論
]]>
實現兩個Web下拉選擇框內容關聯http://www.aygfsteel.com/jeffy/archive/2006/02/05/29606.htmlLive-in JavaLive-in JavaSun, 05 Feb 2006 08:18:00 GMThttp://www.aygfsteel.com/jeffy/archive/2006/02/05/29606.htmlhttp://www.aygfsteel.com/jeffy/comments/29606.htmlhttp://www.aygfsteel.com/jeffy/archive/2006/02/05/29606.html#Feedback0http://www.aygfsteel.com/jeffy/comments/commentRss/29606.htmlhttp://www.aygfsteel.com/jeffy/services/trackbacks/29606.html實現兩個Web下拉選擇框關聯
  比如要實現國家Country與城市City的關聯:
動態javascript方法實現如下:
   <!-- 引入js文件-->
   <script src="/scripts/xselect.js"></script>
  <script language="javascript">
  <!--    
 var dsy = new Dsy();
 //countryID是父select控件名稱, cityID是子select控件名稱.
 var sel = ["countryID","cityID"];
 //定義父與子兩個select控件的默認值
 var def = ['<c:out value="${storeForm.countryID}" />','<c:out value="${storeForm.cityID}" />'];
 
 //父select控件內容的定義
 dsy.add("0",[['-------','0']
 <logic:iterate name="CountryList" id="country">
     ,['<bean:write name="country" property="label"/>','<bean:write name="country" property="value"/>']
 </logic:iterate>
 ]);

 //下面定義子select控件的內容
 dsy.add("0_0",[['------','0']]);
 <logic:iterate name="CountryList" id="country" indexId="index">
     dsy.add('0_<%=index.intValue()+1%>',[['------','0']
     <logic:iterate name="Citys" id="city">
      <bean:define id="c" name="city" property="countryID" />
     <bean:define id="c2" name="country" property="value" />
     //由于city.countryID是long類型,而country.value是String類型,所以把long類型轉換為String類型
      <%
        String str = c + "";
     %>
        //遍歷所有的City List, 如果city的countryID與country id一致,就加入select控件
        <logic:equal name="country" property="value" value="<%=str%>">
  ,['<bean:write name="city" property="name"/>','<c:out value="${city.id}" />']
        </logic:equal>
     </logic:iterate>]);
 </logic:iterate>
 
 attachSelect(dsy,sel,def);

  // -->
</script>   
//注意,上述代碼寫到html form里面



Live-in Java 2006-02-05 16:18 發表評論
]]>
TagUtils類中方法介紹http://www.aygfsteel.com/jeffy/archive/2006/02/05/29579.htmlLive-in JavaLive-in JavaSun, 05 Feb 2006 02:52:00 GMThttp://www.aygfsteel.com/jeffy/archive/2006/02/05/29579.htmlhttp://www.aygfsteel.com/jeffy/comments/29579.htmlhttp://www.aygfsteel.com/jeffy/archive/2006/02/05/29579.html#Feedback0http://www.aygfsteel.com/jeffy/comments/commentRss/29579.htmlhttp://www.aygfsteel.com/jeffy/services/trackbacks/29579.htmlObject  collection = TagUtils.getInstance().lookup(pageContext, name, property, scope);
說明:
1、如果property的值為null,那么
在scope定義的范圍內(即request、session、application、page)查找以name變量值命名的對象(返回值是一個Object,然后轉化成Collection)

2、如果property的值不為null,那么
做完1步驟的事情后,她將調用org.apache.commons.beanutils.PropertyUtils類中的getProperty方法,得到目標對象,轉化成Collection類型



Live-in Java 2006-02-05 10:52 發表評論
]]>
錯誤列表http://www.aygfsteel.com/jeffy/archive/2006/01/12/27802.htmlLive-in JavaLive-in JavaThu, 12 Jan 2006 09:49:00 GMThttp://www.aygfsteel.com/jeffy/archive/2006/01/12/27802.htmlhttp://www.aygfsteel.com/jeffy/comments/27802.htmlhttp://www.aygfsteel.com/jeffy/archive/2006/01/12/27802.html#Feedback0http://www.aygfsteel.com/jeffy/comments/commentRss/27802.htmlhttp://www.aygfsteel.com/jeffy/services/trackbacks/27802.html4. 錯誤描述: Eclipse 不能自動編譯,即使已經在Project menu選擇了自動構建選項。
    錯誤信息:  不能編譯,生成java class文件
    錯誤原因:  項目屬性里面的java構建路徑里面缺少構建需要的類包,或者錯誤引用不存在的類包
    錯誤解決: 項目屬性里面的java構建路徑里面添加必要的類包。

3
. 錯誤描述
    錯誤信息: java.lang.NoSuchMethodError:  org.apache.commons.pool.impl.GenericObjectPool: method <init>()V   not found
    錯誤原因: commons-pool-1.2.jar,commons-dbcp-1.2.1.jar,commons-collections.jar版本問題
    錯誤解決: commons-pool-1.2.jar,commons-dbcp-1.2.1.jar,commons-collections.jar放置,就解決。


2. 錯誤描述:當用Eclipse的Lomboz J2EE Project 創建web應用, web server選的是weblogic8.1, 自動生成的weblogic.xml 的參考DTD <!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 6.1//EN" "           當在weblogic.xml添加
    <container-descriptor>
             <prefer-web-inf-classes>true</prefer-web-inf-classes>  //要weblogic 先加載 WEB-INF下面的jar包, 避免類包沖突.
            </container-descriptor>
     產生警告:
    錯誤信息: Deployment descriptor "weblogic.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: Element type "prefer-web-inf-classes" must be declared.
             Deployment descriptor "weblogic.xml" is malformed. Check against the DTD: org.xml.sax.SAXParseException: The content of element type "container-descriptor" must match "(check-auth-on-forward?,redirect-content-type?,redirect-content?,redirect-with-absolute-url?)". (line 5, column 26).>
    錯誤原因: weblogic.xml的DTD版本是6.1,版本太老
    錯誤解決:   <?xml version="1.0" encoding="UTF-8"?>
               <!DOCTYPE weblogic-web-app   PUBLIC "-//BEA Systems, Inc.//DTD Web Application 7.0//EN"   "
    
1. 錯誤描述:把axis-bin-1_2_1.zip解壓后的webapps目錄下面的axis目錄copy到{TOMCAT_HOME}\webapps\axis.  Tomcat啟動之后,點擊
http://127.0.0.1:8080/axis/happyaxis.jsp, 有下面錯誤
    錯誤信息: Error: could not find class javax.activation.DataHandler from file  activation.jar   Axis will not work. 。
                          控制臺顯示下面錯誤:
                          -Unable to find required classes (javax.activation.DataHandler and  
                          javax.mail.internet.MimeMultipart). Attachment support is disabled.
    錯誤原因: 缺少 activation.jar ,mail.jar, 
    錯誤解決: 把這幾個類包放到{TOMCAT_HOME}\webapps\axis\WEB-INF\lib下面。


Live-in Java 2006-01-12 17:49 發表評論
]]>
判斷中文輸入--Javascripthttp://www.aygfsteel.com/jeffy/archive/2006/01/11/27573.htmlLive-in JavaLive-in JavaWed, 11 Jan 2006 05:22:00 GMThttp://www.aygfsteel.com/jeffy/archive/2006/01/11/27573.htmlhttp://www.aygfsteel.com/jeffy/comments/27573.htmlhttp://www.aygfsteel.com/jeffy/archive/2006/01/11/27573.html#Feedback0http://www.aygfsteel.com/jeffy/comments/commentRss/27573.htmlhttp://www.aygfsteel.com/jeffy/services/trackbacks/27573.html var ret=true;
 for(var i=0;i<s.length;i++){
  ret=ret && (s.charCodeAt(i)>=10000);
 }
 return ret;
}

Live-in Java 2006-01-11 13:22 發表評論
]]>
一些urlhttp://www.aygfsteel.com/jeffy/archive/2006/01/09/27324.htmlLive-in JavaLive-in JavaMon, 09 Jan 2006 15:28:00 GMThttp://www.aygfsteel.com/jeffy/archive/2006/01/09/27324.htmlhttp://www.aygfsteel.com/jeffy/comments/27324.htmlhttp://www.aygfsteel.com/jeffy/archive/2006/01/09/27324.html#Feedback0http://www.aygfsteel.com/jeffy/comments/commentRss/27324.htmlhttp://www.aygfsteel.com/jeffy/services/trackbacks/27324.htmlhttp://www.588188.com/netbook/sqlserver2000/olapdmad/agmdxbasics_04qg.htm
 商務智能 http://www.microsoft.com/china/sql/techinfo/BI/analysis.asp
SOAP Webservice:  http://www-128.ibm.com/developerworks/cn/webservices/index.html
  http://bjzhanghao.cnblogs.com/archive/2004/08/05/30402.html
http://dev2dev.bea.com.cn/techdoc/200409245.html
http://bbs.w3china.org/list.asp?boardid=10&page=2&action=
Web Service的概念及其實現:http://www.javaresearch.org/article/showarticle.jsp?column=5&thread=24281
Axis 主頁:http://ws.apache.org/axis/
安裝Axis和Tomcat : http://www.javaresearch.org/forum/thread.jsp?column=21&thread=12174
Axis on Weblogic Error: http://forum.java.sun.com/thread.jspa?threadID=552949&messageID=2903848
一個簡單的WSDL文檔 : http://bjzhanghao.cnblogs.com/archive/2004/10/13/51614.html
用Axis 1.1 for Java進行Web Services開發(1):http://www.javaresearch.org/article/showarticle.jsp?column=5&thread=14047

AXIS學習筆記 一 至 五
客戶端調用 靜態 動態
Webservice傳輸自定義類的例程
handler 的使用


Live-in Java 2006-01-09 23:28 發表評論
]]>
主站蜘蛛池模板: 荆州市| 温州市| 电白县| 绥化市| 深圳市| 额尔古纳市| 酉阳| 札达县| 青浦区| 上高县| 兖州市| 华池县| 涟水县| 淮南市| 衡东县| 安塞县| 尼木县| 澄迈县| 利川市| 莱州市| 吴桥县| 香港 | 宾川县| 蒲江县| 贵定县| 项城市| 大庆市| 正宁县| 荥阳市| 贺兰县| 吉隆县| 肇源县| 堆龙德庆县| 平江县| 海林市| 香格里拉县| 鞍山市| 台江县| 伊通| 沭阳县| 福鼎市|