- 浏览: 441424 次
- 性别:
- 来自: 上海
最新评论
-
wjy20150716:
我遇到的问题,删除哪个都不行,最后实在没办法了,就用了Tomc ...
Unable to read TLD “META-INF/c.tld” from JAR file的 -
lijun123:
对新手来说不错
Oracle新建用户,授权,建表空间 -
netkongjian:
欢迎加入程序员网址导航[deyi]
[Z]浅析中国五大网址导航!!! -
iijjll:
crystal1205 写道RonQi 写道google搜索“ ...
Unable to read TLD “META-INF/c.tld” from JAR file的 -
iijjll:
oh,yeah! get it。问题解决了!
Unable to read TLD “META-INF/c.tld” from JAR file的
文章列表
In Computer programming
, if we assign a value to a local variable, but the value is not read by any subsequent instruction, then it's called a Dead Store
.
Java example of a Dead Store:
// DeadStoreExample.java
import java.util.ArrayList;
import java.util.List;
public class DeadStoreExample {
p ...
- 2008-09-12 17:43
- 浏览 2118
- 评论(0)
最近在使用AXIS2部署Web Service,关于如果使用axis2部署Web Service的方法不想在这里多说,网站有很多相关的文章,这里只想谈谈AXIOM对象与Java中的对象的转换方法。
关于AXIOM的介绍,下面这个片段已经说得很明白了:
AXIOM
AXIs 对象 ...
- 2008-09-12 10:36
- 浏览 3732
- 评论(1)
直接调用三大IM程序:
客服MSN:msnim:chat?contact=userName
客服QQ:tencent://message/?uin=userQQnum
客服taobao旺旺:http://amos.im.alisoft.com/msg.aw?v=2&uid=userName&site=cnalichn&s=5
- 2008-09-11 19:49
- 浏览 968
- 评论(0)
由于response是jsp页面中的隐含对象,故在jsp页面中可以用response.sendRedirect()直接实现重定位。
注意:
(1).使用response.sendRedirect时,前面不能有HTML输出。
<script>
document.write("<script src=\"http://vd.yesky.com/html/"+ad_cid+"/"+ad_cid+"_c-pip.js\"><\/script>");</script& ...
- 2008-08-13 09:20
- 浏览 1298
- 评论(0)
在编写servlet过程中,需要用到 ServletConfig、ServletContext对象,
关于这两个对象,它们提供的方法及使用方式如下:
ServletConfig接口:
public interface ServletConfig
{
public abstract String getlnitParameter(String name);//取得servlet起始参数值(string)
public abstract Enumeration getlnitParameterNames();//取得servlet起始参数名称(Enumeration)
p ...
- 2008-08-01 17:35
- 浏览 2830
- 评论(1)
需要做一个垂直搜索引擎,比较了nekohtml和htmlparser 的功能,尽管nekohtml在容错性、性能等方面的口碑好像比htmlparser好(htmlunit也用的是nekohtml),但感觉 nekohtml的测试用例和文档都比htmlparser都少,而且htmlparser基本上能够满 ...
- 2008-08-01 13:30
- 浏览 5889
- 评论(1)
HTTP请求模型
一、连接至Web服务器
一个客户端应用(如Web浏览器)打开到Web服务器的HTTP端口的一个套接字(缺省为80)。
例如:http://www.myweb.com:8080/index.html
在Java中,这将等同于代码:
Soceet socket=new Socket("www.myweb.com",8080);
InputStream in=socket.getInputStream();
OutputStrea ...
- 2008-08-01 11:32
- 浏览 1273
- 评论(0)
今天下午,不是很忙,所以安装并试用了一下weblogic,【myeclipse:6.0;weblogic:9.2】。
【相关资料来自 itpub.net】
配置 WebLogic 9.2
安装 WebLogic 比较容易,在这里就不再累述了,大家可以参阅相关文档。现在着重讲一下 WebLogic 的配置,因为后面在配置 MyEclipse 时将用到这里的配置信息。
①运行开始 -> 程序 -> BEA Products -> Tools -> Configuration Wizard。
②选择 Create a new We ...
- 2008-07-29 17:37
- 浏览 1347
- 评论(0)
中国绝美情诗名句排行榜TOP100
- 博客分类:
- 生活
1 柳永 凤栖梧 衣带渐宽终不悔,为伊消得人憔悴。
2 佚名 击鼓《诗经.邶风》 死生契阔,与子成说。执子之手,与子偕老。
3 秦观 鹊桥仙 两情若是久长时,又岂在朝朝暮暮。
4 李白 三五七言 相思相见知何日?此 ...
- 2008-07-29 15:00
- 浏览 941
- 评论(0)
The goal of this page is to demonstrate the most important differences between before
and after
triggers as well as the differences between for each row
and table level
triggers.
Before / for each row trigger
A before trigger is called before
because it fires before
create table
t_update_be ...
- 2008-07-29 09:26
- 浏览 1178
- 评论(0)
只有十句话,看了十分钟
第一句
如果我们之间有1000步的距离
你只要跨出第1步
我就会朝你的方向走其余的999步
第二句
通常愿意留下来跟你争吵的人 ...
- 2008-07-25 10:34
- 浏览 999
- 评论(1)
http://www.famouslandmarks.net/
MySelf 写道
Famous Landmarks is the the most comprehensive collection of panoramic virtual tours of leisure, travel and vacation destinations around the World.
Interactive 360 degree panoramic images allow the traveler a unique opportunity to preview world destinat ...
- 2008-06-26 23:45
- 浏览 823
- 评论(0)
You can't please everyone!
You can't do everything perfect!
As you don't so much power to make everything goes after your idea,
there must be 'selects'.
Someone said,'to be ,or not to be,is a problem.'
Maybe Kongfu Panda is a little like 'shibingtuji'.
God bless those who help themsevels.
Remember st ...
- 2008-06-26 17:06
- 浏览 786
- 评论(0)
an online regular expression validation tool:
http://www.rexv.org/
REXV 写道
Welcome!This site is a Regular Expression evaluator for three different regular expression systems:
1. PHP PCRE.
2. PHP Posix.
3. Javascript.
The site is written with the help of the so called AJAX technology, t ...
- 2008-06-16 14:54
- 浏览 852
- 评论(0)