摘要:
web.xml里的配置 <filter> <filter-name>breadcrumbfilter</filter-name> <filter-lass>org.roller.presentation.filters.breadcrumbfilter</filter-class> <init-param> <......
摘要:
编一镜子程序(从键盘输入一串字符,在屏幕上倒过来显示,如输入12345,屏幕显示54321,最好用指针和循环语句实现) 请依据此程序编写: ============================================================== file name: aa.asm =============================================......
jsp从数据库中取出来的为什么是
我在access中存了中文字符的内容,为什么用jsp取出的都是“???”呢?
谢谢帮忙!
NO.1 作者: fastrunner2003
jsp文件最上面加如下内容
<%@ page contentType="text/html;charset=gb2312" %>
NO.2 作者: thesecondbull
页面加
<@page contentType="text/html;charset=gb2312"%>
摘要:
如上 百分酬谢 不够再加
......