`
gzwfdy
  • 浏览: 85635 次
  • 性别: Icon_minigender_1
  • 来自: 大连
社区版块
存档分类
最新评论
文章列表
image/bmp--BMP image/gif--GIF image/jpeg--JPEG image/tiff--TIFFimage/x-dcx--DCX image/x-pcx--PCX text/html--HTML text/plain--TXT text/xml--XMLapplication/afp--AFP application/pdf--PDF application/rtf--RTF application/msword--MSWORD application/vnd.ms-excel--MSEXCEL application/vnd.ms-powerpoint--MSPO ...
在ie中打开或下载文件在jsp加入下面这句<%@ page contentType="application/msword;charset=utf8" %> 后台代码这样写 response.setHeader("Content-disposition","inline; filename=文件名.doc"); //线上浏览方式,用IE打开response.setHeader("Content-disposition","attachment; filename=文件名.doc");/ ...
@RemoteProxy 对应dwr.xml中的<create></create>.如要使用spring这样写@RemoteProxy(name = "js的名字", creator = SpringCreator.class, creatorParams = {@Param(name = "beanName", value = "spring中bean的id")}) @RemoteMethod 对应dwr.xml中<create>的<include method="..." ...
dhtmlxgrid 2.0支持四种类型的数据: - xml;- csv;- json;- javascript array. 下面只介绍xml,json类型的数据。 一、xml类型 dhtmlxgrid要求的xml格式如下: <rows>   <head>     <beforeInit>       <call command="methodName"><par ...
dwr.xml文件的结构如下: <!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 1.0//EN" "http://www.getahead.ltd.uk/dwr/dwr10.dtd"> <dwr> <!-- init is only needed if you are extending DWR --> <init> <creator id=" ...
      DWR是一个Java开源库,帮助你实现Ajax网站。你可以在在Javascript代码中调用Web服务器上的Java程序,像在Java代码就在浏览器中一样。       DWR主要包括两部分:           1.在服务器上运行的Servlet来处理请求并把结果 ...
display-name?,description?,data-sources?,form-beans?,global-exceptions?,global-forwards?,action-mappings?,controller?,message-resources*,plug-in*
icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-loc ...
用pl/sql developer 调试存储过程报错 note:debugging requires the debug connect session system privilege.   原因是用户权限不够,使用以下命令授予权限: GRANT debug any procedure, debug connect session TO username
Eclipse is running in a JRE, but a JDK is required Some Maven plugins may not work when importing projects or updating source folders. 把快捷方式的目标位置后面加上  -vm D:\Java\jdk1.5.0_10\bin\javaw
   1、在20岁前,事业上的成果百分之百靠双手勤劳换来;20岁至30岁之前,事业已有些小基础,那10年的成功,10%靠运气好,90%仍是由勤劳得来;之后,机会的比例也渐渐提高;到现在,运气已差不多要占三至四成了。   不敢说一定没有命运,但假如一件事在天时、地利、人和等方面皆相背时,那肯定不会成功。若我们贸然去做,失败时便埋怨命运,这是不对的。   2、与新老朋友相交时,都要诚实可靠,避免说大话。要说到做到,不放空炮,做不到的宁可不说。   3、你要相信世界上每一个人都精明,要令人信服并喜欢和你交往,那才最重要。   4、即使本来有一百的力量足以成事,但我要储足二百的力量去攻,而不是随 ...
把要建外键的表清空
压缩包是一个eclipse工程,导入即可。要求jdk1.5.
下载后的hibernate源码文件中org.hibernate.hql.antlr是空的,要自己编译。 A special package for ANTLR-generated parser classes. NOTE: The classes in this package are generated from the ANTLR grammar files, do not register them into version control. 1.把antlr.jar拷到jdk的lib下面,配置环境。 2.进入源码的grammar文件夹。 3.按顺序运行java antlr.Tool ...
Global site tag (gtag.js) - Google Analytics