|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
学习JAVA的目的更多的是培养自身的工作能力,我觉得工作能力的一个核心就是:独立思考能力,因为只有独立思考后,才会有自己的见解js|计数器
<!--
JSP-Hitcountercountssessions.
Copyright(C)2000JesperSchmitzMouridsen.
Visitwww.webappcabaret/jsm2/webapps.jsp?find=jsphcsformoreinfo.
Thisprogramisfreesoftware;youcanredistributeitand/ormodifyitunderthetermsoftheGNUGeneralPublicLicenseaspublishedbytheFreeSoftwareFoundation;eitherversion2oftheLicense,or(atyouroption)anylaterversion.
Thisprogramisdistributedinthehopethatitwillbeuseful,butWITHOUTANYWARRANTY;withouteventheimpliedwarrantyofMERCHANTABILITYorFITNESSFORAPARTICULARPURPOSE.SeetheGNUGeneralPublicLicenseathttp://www.opensource.org/licenses/gpl-license.htmlformoredetails
-->
<%
BufferedReaderinf=newBufferedReader(newFileReader("/path/to/counter.txt"));
inttmp=Integer.parseInt(inf.readLine());
inti=0;
try{
i=Integer.parseInt(request.getSession().getValue("tal").toString());
}catch(NullPointerExceptiont){i=0;}
if(i==0){
tmp++;
PrintWriteroutf=newPrintWriter(newBufferedWriter(newFileWriter("/path/to/counter.txt")));
outf.println(tmp);
outf.close();
inf.close();
request.getSession().putValue("tal","1");
}
BufferedReaderinf2=newBufferedReader(newFileReader("/path/to/counter.txt"));
%>
<%
Stringzeroes="";
Stringhits=inf2.readLine();
inf2.close();
for(intt=0;t<8-hits.length();t++){
zeroes=zeroes+"0";}
out.println(zeroes+hits);
%>
那这个对象有什么意义?现在很多用javabean的人就不能保证对象有完整的意义,不成熟的使用模式等导致代码疯狂增长,调试维护的时间要得多得多。在说性能之前,先说说你这个比较的来历。据说微软为了证明。net比java好。 |
|