杂项 ...
加载JSP无缘无故出现The s:form tag declares that it accepts dynamic attributes but does或者空指针,可以考虑清空webapps,work,最后考虑重启电脑- -
?
------------------------------
?
从字符串提取信息
?
?
?
暂时用<a href="javascript:submit()"><img src="" border="0"/></a>代替
?
?
---------------------------------
?
response.getOutputStream().write(compress(mapper.writeValueAsBytes(pt)));
会报错(getOutputStream() has already been called)
?
需要在后面加上两句
out.clear();
out = pageContext.pushBody();?
----------------------------------
?
java压缩只支持utf-8?
?
----------------------------------
?
怒删的某eclipse可以在父目录下右键-->restore from local history恢复
?
----------------------------------
?
用text-align:center 只支持IE 是居中 但火狐是不居中
加上如下代码即可:
?
text-align: -moz-center !important;//火狐中
text-align:center;?
注意: 这两行代码顺序一定不要放反掉不然是在火狐中居中 在IE中居左了
?
?
------------------------------------
?
??????????????????? $.each(obj,function(entryindex,entry){
???????????????????????? xxoo...
??????????????????? });
??????????????? });
??????????? });后台需要将s:property的escape改为false
?
?
?
/etc/init.d/nfs restart重启NFS,用于挂载无线审核的文档数据
?
?
?
配置路由
1,运行route add -net 172.30.0.0/16 gw 10.1.7.254
2,vi? /var/lock/subsys/local?? 加上上面一句话
?
?
查看samba进程
pgrep nmbd?? 如果没反应说明服务没有起来
启动samba
/etc/init.d/smb start
?
-------------------------------------------------
?
iframe 相同src缓存问题....在src后面加上随机数t = parseInt(Math.random())
?
memCache缓存的基本对象必须实现serializable接口,先持久化再载入内存....原理类似于虚拟内存?
?