Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区 » 实战错误讨论  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 各位大俠,幫幫忙看看
danny123





发贴: 5
积分: 0
于 2004-12-23 10:28 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我是一個新手,在下面的代碼我怎麼會沒有值顯示呢,幫我看看
HTML>
<HEAD><TITLE> A Simple JSP </TITLE></HEAD>
<BODY>
<FONT COLOR="bule" FACE = "Trebuchet" Size ="3" >
<CENTER>
The Current Date And Time is: <%= new java.util.Date() %>
</CENTER>
</FONT>
</BODY>
</HTML>




JVM参数调优,无停滞实践
作者 Re:各位大俠,幫幫忙看看 [Re:danny123]
caike





发贴: 163
积分: 16
于 2004-12-23 12:07 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
<HTML>
第一行的html标签没写完整。
我试过了,这样就可以:
<HTML>
<HEAD><TITLE> A Simple JSP </TITLE></HEAD>
<BODY>
<FONT COLOR="bule" FACE = "Trebuchet" Size ="3" >
<CENTER>
The Current Date And Time is: <%= new java.util.Date() %>
</CENTER>
</FONT>
</BODY>
</HTML>



不想平庸的过一辈子

怎么比较汉字字符和字母的大小问题?
作者 Re:各位大俠,幫幫忙看看 [Re:danny123]
danny123





发贴: 5
积分: 0
于 2004-12-23 13:52 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
已經加上了,還是不可以的,只是顯示了前面的一部分:
The Current Date And Time is:
後面的時間沒有顯示,不知道是甚麼原因




JCheckBox array 问题
作者 Re:各位大俠,幫幫忙看看 [Re:caike]
caike





发贴: 163
积分: 16
于 2004-12-23 15:26 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
不会吧,我运行的好好的,有抛出异常吗?


不想平庸的过一辈子

庆祝CJSDN成立9周年
作者 Re:各位大俠,幫幫忙看看 [Re:danny123]
danny123





发贴: 5
积分: 0
于 2004-12-23 15:56 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
沒有異常,也可以運行,後面的部分不能顯示



JCheckBox array 问题
作者 Re:各位大俠,幫幫忙看看 [Re:danny123]
caike





发贴: 163
积分: 16
于 2004-12-23 16:04 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
你把这个文件拷到Tomcat\webapps\jsp-examples\目录下
再打开浏览器,输入http://localhost:8080/jsp-examples\date.jsp
再试试

date.jsp (0.21k)



不想平庸的过一辈子

求助:java程序易死机原因
作者 Re:各位大俠,幫幫忙看看 [Re:danny123]
danny123





发贴: 5
积分: 0
于 2004-12-23 17:09 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
除了後面的部分沒有顯示外,沒有任何的異常



可惜了,Jute
作者 Re:各位大俠,幫幫忙看看 [Re:danny123]
caike





发贴: 163
积分: 16
于 2004-12-23 17:14 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
晕死,你用的tomcat几呀,我这运行都能显示出来。
说说你是怎么运行的吧



不想平庸的过一辈子

json+servlet
作者 Re:各位大俠,幫幫忙看看 [Re:danny123]
danny123





发贴: 5
积分: 0
于 2004-12-23 17:20 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我是用java 環境



太多只会SSH的白痴了.....国内培养出那么多代码民工何用?!
作者 Re:各位大俠,幫幫忙看看 [Re:danny123]
caike





发贴: 163
积分: 16
于 2004-12-23 17:31 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
拜托,难道你还能用.net呀?
你不说明白点怎么帮你呀?
不要说你连JSP服务器都没装?



不想平庸的过一辈子

庆祝CJSDN成立9周年
作者 Re:各位大俠,幫幫忙看看 [Re:danny123]
errorter





发贴: 114
积分: 2
于 2004-12-23 17:58 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
楼上的兄弟一定要吐血了!Big Smile

to: danny123
HTML 元素和属性都应该是小写的
参见:HTML/XHTML规范




热烈祝贺CJSDN成立16周年!
作者 Re:各位大俠,幫幫忙看看 [Re:errorter]
caike





发贴: 163
积分: 16
于 2004-12-23 18:01 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
楼上的,xhtml要求小写,html没这要求。
我已经试过了,没问题。
不信你把我好个date.jsp弄过去试试。



不想平庸的过一辈子

太多只会SSH的白痴了.....国内培养出那么多代码民工何用?!
作者 Re:各位大俠,幫幫忙看看 [Re:danny123]
errorter





发贴: 114
积分: 2
于 2004-12-23 18:09 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我是建议他在写XHTML/HTML时把元素和属性都小写

当然这不是解决他遇到的这个问题的方法!
——不好意思,刚才是我没有说清楚

你理解错了我的意思 :)




Migrating from Java Applets to plugin-free Java technologies

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923