useful URL

 1 .http://www.scifish.com/~yuliya/doc/app/JBoss/JBoss-ch8.html

JBoss 3.0.6 Step-by-Step Installation and Configuration Guide
There is something not clear about:7.5.4 Enable JBoss CMP with MySQL,My Attachement is here:
mysql-ds.xml:<local-tx-datasource>
<jndi-name>MySqlDS</jndi-name>
<connection-url>jdbc:mysql://localhost:3306/productinformation</connection-url>
<driver-class>org.gjt.mm.mysql.Driver</driver-class>
<user-name>root</user-name>
<password></password>
</local-tx-datasource>
<defaults>

standardjbosscmp-jdbc.xml:
<datasource>java:/MySqlDS</datasource>
<datasource-mapping>mySQL</datasource-mapping>

standardjaws.xml
:
<datasource>java:/MySqlDS</datasource>
<type-mapping>mySQL</type-mapping>

setting up mssql as datasource is similar to above,except
<datasource-mapping>MS SQLSERVER2000</datasource-mapping>, You can find an article here:
http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=next_topic&f=63&t=000256&go=older

2.http://www.roseindia.net/jboss/index.shtml
Welcome to Jboss 3.0 Tutorial
useful for beginer of j2ee

Eclipse IDE for J2EE 1.3 Development
(Tomcat 4.x, JBoss 3.x, MySQL 3.x)

http://www.purposesolutions.com/Resources/EclipseJ2EE.html

3. StrutsCX
http://it.cappuccinonet.com/strutscx/index.php
(useful for beginner)

https://lists.sourceforge.net/lists/listinfo/strutscx-user
(StrutsCX F forum)

4. Build a Java web App using HttpUnit and Test-Diven Methodology
http://www.devx.com/Java/Article/17991?trk=DXRSS_JAVA
(it use httpunit, struts and object serialization. Very good for beginner of HttpUnit and Struts)
http://httpunit.sourceforge.net/doc/tutorial/index.html

(httpunit home, very simple tutorial)

5. SQA
http://www.sqatester.com/

http://www.softwareqatest.com

(useful for all QA)

6. Microsoft Application Test Center 1.0

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/act/htm/actml_main.asp

(A very useful stress/uptime test tool )

7. POI project home,include HSSF,HWPF and do on

http://jakarta.apache.org/poi/hssf/quick-guide.html(Here you can find basic use of POI, it give us a very useful tutotial)

Following are some useful links about POI:

http://network.ccidnet.com/pub/article/c974_a55011_p1.html

(HSSFJavaMSOffice只间架起桥梁)

http://www-900.ibm.com/developerWorks/cn/dmdd/library/techarticles/0302bhogal/0302bhogal.shtml

Excel DB2 通用数据库:把 DB2 数据传送给电子表格)

http://www.apache.org/dist/jakarta/poi/release/bin/

(Download POI source code)

http://www.chinajavaworld.net/forum/topic.cgi?forum=2&topic=3858&show=0

(web 中打印报表,jsp impelments)

http://www.chinajavaworld.com/bbsoffline/jinghuaforum2/3494.html

(Excel+Java全功略(探索) )

8. Sample Bug track system(Ardvark)

http://www.red-gate.com/bug_tracking.htm

9. CMP bean with Jboss

http://www.devx.com/Java/Article/17663

(CMP example)

http://www.objectlearn.com/support/docs/installation/install.jsp#beforeyoustart

(J2ee project with eclipse and Lomboz)

10. Eclipse tutorial

http://www.tusc.com.au/tutorial/html/index.html

(Very good for beginner)

http://www.3plus4software.de/eclipse/index_en.html

(It is very good for eclipse begginer to understand what eclipse is)

http://gceclub.sun.com.cn/NASApp/sme/jive/thread.jsp?GXHC_JSESSIONID=140774839311828586&GXHC_jive.user.lastvisited=1063794538640&thread=3295&forum=10&message=8666

(Create CMP with WebLogic and auto incremental primary key)

11. robot.txt

http://www.google.com/robots.txt

http://bar.baidu.com/robots/

http://www.google8.net/archives/000063.html


12.Basic Test Information

http://www.sqatester.com/index.htm

http://www.softwareqatest.com/


12.Dictionary

http://foldoc.doc.ic.ac.uk/foldoc/index.html

http://www.yourdictionary.com

http://www.m-w.com

13. J2EE Design Pattern Example

http://www.theserverside.com/

14.  Introduce to Jython
http://www-128.ibm.com/developerworks/edu/j-dw-java-jython2-i.html
http://jython.sourceforge.net/

15.  Python Tutorial
http://www.python.org/doc/tut/tut.html
http://www.pythonware.com/library/index.htm

16. TestMaker
http://docs.pushtotest.com/tm4testmakerdocs/index.html

17. Network baisc knowledge collection
http://www.ltsw.se/knbase/default.htp

import requests from lxml import etree import pandas as pd username_list=[] film_critic_list=[] useful_num_list=[] useless_num_list=[] assess_list=[] ttt_all_urls = [] for i in range(191): ttt_page_urls = f'https://movie.douban.com/subject/26430107/reviews?sort=hotest&start={i * 20}' headers={'user-agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.41'} rq=requests.get(url=ttt_page_urls,headers=headers) dom1 = etree.HTML(rq.text) ttt_data = dom1.xpath('//*[@id="content"]/div/div[1]/div[1]/div/@data-cid') for i in ttt_data: a=dom1.xpath(f'//*[@id={i}]/div/h2/a/@href') ttt_all_urls.extend(a) for url1 in ttt_all_urls: for i in ttt_data: rq2 = requests.get(url=url1,headers=headers) dom2=etree.HTML(rq2.text) username= dom2.xpath(f'//*[@id={i}]/header/a[1]/span/text()') print(username) film_critic = dom2.xpath(f'//*[@id="link-report-{i}"]/div[1]/p/text()') useful_num = dom2.xpath(f'*[@id="review-{i}-content"]/div[3]/button[1]/text()') useless_num= dom2.xpath(f'*[@id="review-{i}-content"]/div[3]/button[2]/text()') assess = (dom2.xpath('//*[@id="content"]/div/div[1]/h1/span/text()')) username_list.extend(username) film_critic_list.extend(film_critic) useful_num_list.extend(useful_num) useless_num_list.extend(useless_num) assess_list.extend(assess) data={'username':username_list,'film_critic':film_critic_list,'useful_num':useful_num_list,'useless_num':useless_num_list,'assess':assess_list} df=pd.DataFrame(data) df.to_csv('fimldata.csv',encoding='utf-8',index=None)
最新发布
06-11
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值