`
andy54321
  • 浏览: 441424 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表

Dead store

    博客分类:
  • J2EE
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 ...
最近在使用AXIS2部署Web Service,关于如果使用axis2部署Web Service的方法不想在这里多说,网站有很多相关的文章,这里只想谈谈AXIOM对象与Java中的对象的转换方法。 关于AXIOM的介绍,下面这个片段已经说得很明白了: AXIOM AXIs 对象 ...

IM记录

    博客分类:
  • WEB
QQ 
直接调用三大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
  由于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& ...
在编写servlet过程中,需要用到 ServletConfig、ServletContext对象, 关于这两个对象,它们提供的方法及使用方式如下: ServletConfig接口: public interface ServletConfig { public abstract String getlnitParameter(String name);//取得servlet起始参数值(string) public abstract Enumeration getlnitParameterNames();//取得servlet起始参数名称(Enumeration) p ...
    需要做一个垂直搜索引擎,比较了nekohtml和htmlparser 的功能,尽管nekohtml在容错性、性能等方面的口碑好像比htmlparser好(htmlunit也用的是nekohtml),但感觉 nekohtml的测试用例和文档都比htmlparser都少,而且htmlparser基本上能够满 ...
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 ...
今天下午,不是很忙,所以安装并试用了一下weblogic,【myeclipse:6.0;weblogic:9.2】。 【相关资料来自 itpub.net】       配置 WebLogic 9.2     安装 WebLogic 比较容易,在这里就不再累述了,大家可以参阅相关文档。现在着重讲一下 WebLogic 的配置,因为后面在配置 MyEclipse 时将用到这里的配置信息。     ①运行开始 -> 程序 -> BEA Products -> Tools -> Configuration Wizard。     ②选择 Create a new We ...
1 柳永 凤栖梧 衣带渐宽终不悔,为伊消得人憔悴。 2 佚名 击鼓《诗经.邶风》 死生契阔,与子成说。执子之手,与子偕老。 3 秦观 鹊桥仙 两情若是久长时,又岂在朝朝暮暮。 4 李白 三五七言 相思相见知何日?此 ...
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 ...
 只有十句话,看了十分钟 第一句         如果我们之间有1000步的距离          你只要跨出第1步         我就会朝你的方向走其余的999步         第二句         通常愿意留下来跟你争吵的人  ...
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 ...

Be selective.

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 ...

致橡树

                               1977年3月27日    舒婷                       我如果爱你——                     绝不像攀援的凌霄花                     借你的高枝炫耀自己;     ...
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 ...
Global site tag (gtag.js) - Google Analytics