只显示主题贴
在 Struts Action 里,StringBuffer sb = new StringBuffer("aaaaaa<br><br>aaaaaaaaaa");通过DynaActionForm 传到页面显示, <c:out value="...."/>
请教 为什么<br><br> 不能换行,还是直接输出<br><br>,有什么好的解决方法吗,谢谢!
- 进入论坛 Java 版
Exercise 2: Product Catalog Search Indexing
2a). Design and implement, in MySQL, a database that implements the entity-relationship (ER) diagram for a Product Catalog Tree. Manually input the following sample data into your MySQL database instance.
Sample Data: Product Catalog Tree
Catalog “A” c ...
- 进入论坛 入门讨论 版
Exercise 2: Product Catalog Search Indexing
2a). Design and implement, in MySQL, a database that implements the entity-relationship (ER) diagram for a Product Catalog Tree. Manually input the following sample data into your MySQL database instance.
Sample Data: Product Catalog Tree
Catalog “A” c ...
- 进入论坛 综合技术 版
通过统一定义equals()和hashCode(),
可以提升类作为基于散列的集合中的关键字的使用性
怎样写这两个方法呐?
- 进入论坛 入门讨论 版
SORRY! System.out.print(p.keySet().iterator().next()); 应该去掉
- 进入论坛 入门讨论 版
/**补充完该类,不修改main方法,使得get()方法可以取到值*/
package test;
import java.util.HashMap;
import java.util.Map;
public class StudentTest {
private static final class Student {
private static String name;
public Student(String name) {
this.name = name;
}
}
public static void main(String[] args ...
- 进入论坛 入门讨论 版
[/code]huangyou 写道
无配置文件这点就很好[/quote]
- 进入论坛 Java 版
- 浏览: 2061 次

- 详细资料
搜索本博客
最近加入圈子
最新评论
-
这个题真实变态 怎么改呐 ...
重写jvm中的string equles(){ return true; } 为 ...
-- by 抛出异常的爱 -
这个题真实变态 怎么改呐 ...
jdk1.5是实现不了,因为: 1、在hashmap中是的get方法中是这样写的 ...
-- by arthurln -
这个题真实变态 怎么改呐 ...
在 Effective Java 里面提过这种应该被禁止的做法。正常情况下,是不 ...
-- by kdekid -
这个题真实变态 怎么改呐 ...
这个是想考HASHCODE()和EQUALS(),不过题出的有点问题。在JDK1 ...
-- by javatestscm -
这个题真实变态 怎么改呐 ...
...equals和hashcode对于想放入Collection等东东的对象要 ...
-- by dovecat






评论排行榜