E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
devMode
struts2空指针异常
《转载》 将struts2的struts.xml中<constant name="struts.
devMode
" value="true"/> 
ylinn
·
2010-09-24 11:00
tomcat
xml
struts
VB设置屏幕分辨率
ChangeDisplaySettings Lib "user32.dll" Alias "ChangeDisplaySettingsA" (ByRef lpDevMode As
DEVMODE
tyl
·
2010-09-02 12:00
vb
struts2中遇到的中文乱码问题
现在总结一下:解决之前在网上搜了一大堆,感觉比较有用的有:在struts2里面,最好将所有字符都设成utf-8在struts.properties添加:struts.
devMode
=false
QYin
·
2010-08-25 14:38
struts2
中文乱码
职场
休闲
如何提高Struts2的性能?
关闭logging和开发模式(
devMode
),
devMode
是在struts.properties中设置的, 关闭logging需要修改web.xml文件,加入以下参数 <servlet>
sakakokiya
·
2010-08-12 16:00
freemarker
Ajax
struts
css
dojo
Struts2框架性能优化
1.关闭logging和
devMode
2.不要使用你不需要的拦截器(interceptors) 如果一个Action不需要全栈的拦截器的话,就使用basicStack拦截器或移除不需要的拦截器
q369535242
·
2010-08-06 14:00
freemarker
框架
struts
浏览器
dojo
如何通过修改快捷方式目标属性加载插件
首先右键点击桌面上的快捷方式,选择属性,在弹出的窗口中目标一览里,最后三个字母exe的后面输入如:-
DEVMODE
类似的参数。
大理电脑
·
2010-07-23 16:47
加载
参数
插件
属性
目标
如何通过修改快捷方式目标属性加载插件
首先右键点击桌面上的快捷方式,选择属性,在弹出的窗口中目标一览里,最后三个字母exe的后面输入如:-
DEVMODE
类似的参数。
大理电脑
·
2010-07-23 16:47
加载
参数
插件
属性
目标
导入MyEclipse启动异常的处理办法
JEECMS导入到MyEclipse中启动报Exceptionstarting filterstruts2 解决办法:将struts.properties中struts.
devMode
=true改为false
genius
·
2010-06-22 11:00
strust.
devMode
开发模式问题(strust 2.1.6.jar)
使用的是strust 2.1.6.jar strust.
devMode
开发模式问题 设置开发模式true后出现以下错误, 2010-6-9 9:13:21 org.apache.catalina.core.StandardContext
davidxiaozhi
·
2010-06-09 09:00
java
apache
tomcat
sun
MyEclipse中web开发修改类文件和配置文件不重启服务器的方法
为了提高开发效率,现总结以下方法以在网络共享(高手莫看)一、修改struts2配置文件不用重启方法方法1:在src目录下新建一个文件struts.properties,打开编辑,加入以下语句struts.
devMode
lillllllll
·
2010-06-03 09:00
Java
EE开发
STRUTS配置文件
-- 是否使用开发者模式 --> <constant name="struts.
devMode
" value=&q
Mr.Cheney
·
2010-06-02 16:00
xml
.net
struts
Blog
struts.
devMode
=true开发模式出现错误
struts.
devMode
也就是struts的开发模式,默认值为false,这里修改为true就可以了,以后一旦就该这个文件中的配置就不用去重启tomcat,着实方便许多。
awfrun
·
2010-05-15 17:00
tomcat
struts
struts2不打印错误信息
去掉默认拦截器的Exception拦截器,struts.properties中struts.
devMode
=false 怎样让struts2打印错误堆栈?
qinglangee
·
2010-05-11 11:00
xml
struts
dojo
Constants used commonly
struts.serve.static.browserCache : true -- cache the static content struts.configuration.xml.reload : false struts.
devMode
huayu00
·
2010-05-09 09:00
spring
xml
UI
cache
struts
zz 控制台显示ParametersInterceptor setParameters 异常的解释
使用Struts2时,当打开
DevMode
,控制台经常会出现 ParametersInterceptor - [setParameters]: Unexpected Exception caught
solarmoon
·
2010-04-20 01:00
Interceptor
struts2-3-30
struts.xml中的常量配置:<constant name = "struts.
devMode
" value="true" />开发模式打开
hongbiangoal
·
2010-03-30 21:00
xml
Web
jsp
struts
strtus2点滴
如需多个请求后缀,后缀之间用英文逗号(,)隔开; struts.
devMode
该属性设置Struts 2应用
inotgaoshou
·
2010-03-26 21:00
应用服务器
xml
浏览器
struts
配置管理
struts2出现at com.opensymphony.xwork2.util.FileManager$FileRevision.needsReloading(FileManager.java:20
于是自己手动试了试,没想到这一试竟然试出问题来要添加的代码: struts.
devMode
也就是struts的开发模式,默认值为false,这里修改为true就可以了,以后一旦就该这个文件中的配置就不用去重启
lgm277531070
·
2010-03-01 23:00
tomcat
exception
struts
filter
Google
2010
struts2中文乱码解决
2.2在struts.properties添加:struts.
devMode
=f
BSKnight
·
2010-02-24 23:00
jsp
bean
struts
servlet
filter
encoding
struts2.1.6学习笔记
Struts 2 笔记 1.启动 <constant name="struts.
devMode
" value="true"/> 或者 <
nishizhua33
·
2010-01-23 19:00
java
apache
tomcat
xml
struts
mobile 实现横屏竖屏切换--禁止转屏
WM_SETTINGCHANGE以后就判断wParam是否等于0x3002,如果是就执行如下旋转操作(必须得是postmessage来执行以下操作): DEVMODEdevMode; SecureZeroMemory(&
devMode
infsafe
·
2010-01-13 16:00
null
mobile
扩展
Jeecms jeebbs 出现 Exception starting filter struts2
Exception starting filter struts2 Struts2 v2.1.6 笔记2009-04-24 01:331.启动 <constant name="struts.
devMode
hamburg
·
2010-01-04 20:00
java
apache
tomcat
sun
bbs
Exception starting filter struts2 java.lang.NullPointerException 解决方法!!!!
<constant name="struts.
devMode
" value="true"/> 或者<constant name="
xbcoil
·
2010-01-03 21:00
java
apache
tomcat
struts
MyEclipse
马士兵struts2.1.6视频教程笔记(23 --34)
15、23_尚学堂马士兵_Struts2_模块包含 <struts> <constant name="struts.
devMode
" value=&
longdechuanren
·
2010-01-01 13:00
apache
jsp
xml
struts
009 - 声明式异常
struts.xml <struts> <constant name="struts.
devMode
backcrazy
·
2009-12-30 18:00
sql
xml
jsp
struts
在struts2中设置struts.
devMode
=true时log报setParameters 严重的问题
在用struts2的过程中遇到了com.opensymphony.xwork2.interceptor.ParametersInterceptor setParameters 严重: ParametersInterceptor - [setParameters]: Unexpected Exception caught setting。。。。 这个问题。 上网一搜 是 struts.devMo
chaojie445
·
2009-12-29 16:00
struts
001 - struts2_helloworld_问题记录
在struts.xml中加入<constant name="struts.
devMode
" value="true"
backcrazy
·
2009-12-20 11:00
tomcat
Web
jsp
struts
MyEclipse
java python php 经典开发流程 开发效率 运行效率&并发&可扩展
微薄知识,才蔬学浅,仅供参考和对主流语言开发过程及运行机制的了解Javaweb.xml设置debug="1"reloadable="true"struts.xml设置struts.
devMode
为true
xu20cn
·
2009-12-04 11:30
java
PHP
python
职场
休闲
java python php 经典开发流程 开发效率 运行效率&并发&可扩展
微薄知识,才蔬学浅,仅供参考和对主流语言开发过程及运行机制的了解Javaweb.xml设置debug="1"reloadable="true"struts.xml设置struts.
devMode
为true
xu20cn
·
2009-12-04 11:30
java
PHP
python
职场
休闲
关于横屏后LButtonDown事件接收不到的感悟
,经过跟踪发现原因出在横屏代码上原始横屏代码:boolrotateScreen(DWORDdwRotaion){ DEVMODEsettings; memset(&settings,0,sizeof(
DEVMODE
loseleo
·
2009-12-01 19:00
开启
devMode
模式,启动Tomcat报错
严重:Exceptionstartingfilterstruts2java.lang.NullPointerException 看tom看cat是不是安装目录有空格??像这个E:/ProgramFiles/tomcat6.0 这样子是不行的,ProgramFiles这里有空格 解决方案:重装Tomcat
s1314bin
·
2009-11-16 12:00
Struts2 学习笔记一
Struts2的开发模式设置: 修改struts.xml配置文件: <constant name="struts.
devMode
" value=
hahalzb
·
2009-11-14 19:00
java
xml
struts
MyEclipse
F#
No object in the CompoundRoot has a publicly accessible property named 'index2'
在设置webwork的
devMode
为true后,启动时出现下列异常: 引用 com.opensymphony.xwork.interceptor.ParametersInterceptor
Wuaner
·
2009-11-11 10:00
jsp
xml
Webwork
No object in the CompoundRoot has a publicly accessible property named 'index2'
在设置webwork的
devMode
为true后,启动时出现下列异常: 引用 com.opensymphony.xwork.interceptor.ParametersInterceptor
Wuaner
·
2009-11-11 10:00
jsp
xml
Webwork
No object in the CompoundRoot has a publicly accessible property named 'index2'
在设置webwork的
devMode
为true后,启动时出现下列异常: 引用 com.opensymphony.xwork.interceptor.ParametersInterceptor
Wuaner
·
2009-11-11 10:00
jsp
xml
Webwork
关于ChangeDisplaySettings
函数原型:LONGChangeDisplaySettings(LPDEVMODElpDevMode,DWORDdwflags);参数:lpDevMode:指向一个描述转变图表的
DEVMODE
的
yanqingan
·
2009-10-29 16:00
windows
user
图形
struts2启动tomcat服务器时出错
struts2.1.6版本 在struts.xml中设置 <constant name="struts.
devMode
" value="true"
jfqxll
·
2009-10-26 19:00
java
apache
tomcat
xml
struts
Windows Mobile下横竖屏切换
我们可以通过API用编程的方式切屏,用到的API:ChangeDisplaySettingsEx 旋转90度代码如下:DEVMODEdevmode={0};
devmode
.dmSize=sizeof
favormm
·
2009-10-15 14:00
编程
windows
api
null
mobile
Windows Mobile下横竖屏切换
我们可以通过API用编程的方式切屏,用到的API:ChangeDisplaySettingsEx 旋转90度代码如下:
DEVMODE
devmode
= {0};
devmode
.dmSize
mmdev
·
2009-10-15 14:00
Windows Mobile
struts.properties详解
项目中常用的配置如下 struts.objectFactory=spring struts.action.extension=do struts.tag.altSyntax=true struts.
devMode
qidaoxp
·
2009-10-05 20:00
apache
spring
freemarker
struts
velocity
struts.properties详解
项目中常用的配置如下 struts.objectFactory=spring struts.action.extension=do struts.tag.altSyntax=true struts.
devMode
qidaoxp
·
2009-10-05 20:00
apache
spring
freemarker
struts
velocity
struts.
devMode
便于Struts2应用的开发与调试 ,可以让Struts2工作在开发模式下,这样可以在不重新装载应用的前提下实现 在请求之间自动重新载入struts.xml文件的信息。 在请求之间自动重新载入资源文件。 在请求之间自动重新载入校验文件。工作在开发模式下,Struts2可以输出更多的运行时的调试信息,这样有助于跟踪调试程序。要使Struts2工作在开发模式下,可以在struts.xml文件
goby2008
·
2009-10-05 15:00
xml
工作
struts
struts2 笔记struts.
devMode
struts.configuration.xml.reload
http://blog.csdn.net/zhangxianwei/archive/2009/07/16/4353902.aspx 1.启动 <constant name="struts.
devMode
selvemen
·
2009-09-26 20:00
java
apache
tomcat
xml
struts
设置打印机
voidWINAPIPrintSet(LPCTSTRPrinterName,DWORDPaperSize,DWORDHeight,DWORDWidth,LPDWORDret_code,LPTSTRerrortext){
DEVMODE
sniper_bing
·
2009-07-08 17:00
null
buffer
winapi
Struts 2 笔记
1.启动<constant name="struts.
devMode
" value="true"/> 或者<constant name="
kinble
·
2009-06-09 18:00
java
apache
tomcat
xml
struts
ChangeDisplaySettings切换屏幕分辨率
dmScreenSettings,0,sizeof(dmScreenSettings));//确保内存清空为零dmScreenSettings.dmSize=sizeof(dmScreenSettings);//
DEVMODE
alicehyxx
·
2009-06-08 22:00
windows
null
struts2的annotation配置
struts.objectFactory" value="spring" /> --> <constant name="struts.
devMode
vissul
·
2009-05-26 14:00
spring
jsp
xml
struts
Struts2 v2.1.6 笔记
1.启动<constant name="struts.
devMode
" value="true"/> 或者<constant name="
欣水寓言
·
2009-05-11 23:00
java
apache
tomcat
xml
struts
关于提高Struts2性能的一点总结
Struts2性能的提高可以从以下方面着手: 关闭开发模式:将Struts.properties文中的“struts.
devMode
”设为false,可以确保每次用户发送一个请求,Struts2
ex-spring
·
2009-04-28 20:00
jsp
freemarker
struts
用VC调整显示器的分辨率 zz
用VC调整显示器的分辨率zz 调整分辨率的代码如下:DEVMODEdm; dm.dmSize=sizeof(
DEVMODE
); EnumDisplaySettings(NULL,ENUM_CURRENT_SETTINGS
我喜欢生命本身的挑战!
·
2009-03-24 11:00
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他