会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
行-云
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
下一页
2013年11月18日
myeclipse自动加上需要引用和删除不需要的类 快捷键
摘要: ctrl+shift+o
阅读全文
posted @ 2013-11-18 10:27 行-云
阅读(224)
评论(0)
推荐(0)
2013年11月8日
struts2取得list的size
摘要: //pictureList ...
阅读全文
posted @ 2013-11-08 16:12 行-云
阅读(272)
评论(0)
推荐(0)
2013年11月6日
easy ui tab如何打开某一个panel
摘要: $('#newsTab').tabs('select','titile的值'); 在API里面的方法调法都是这样的,例如 $('#newsTab').tabs('close','附属信息');//关闭title='附属信息'的panel
阅读全文
posted @ 2013-11-06 18:17 行-云
阅读(276)
评论(0)
推荐(0)
2013年10月29日
css style让超出部分隐藏,显示...
摘要: 经测试在ie8及火狐下可以,其他版本浏览器未测试.hideLong { white-space:nowrap;overflow:hidden;float:left; -o-text-overflow: ellipsis; /* for Opera */ text-overflow:ellipsis; /* for IE */ } 用了hideLong样式后 宽度也要限定很长很长很长很长
阅读全文
posted @ 2013-10-29 17:08 行-云
阅读(1462)
评论(0)
推荐(0)
2013年10月23日
struts2配置拦截多个(*.action与*.do)
摘要: 在web.xml中action cleanuporg.apache.struts2.dispatcher.ActionContextCleanUpaction cleanup*.actionaction cleanup*.do在struts.xml中
阅读全文
posted @ 2013-10-23 17:22 行-云
阅读(622)
评论(0)
推荐(0)
使用JasperReport ireport制作报表在liunx出错
摘要: 报路径问题在使用这个方法的时候JasperCompileManager.compileReportToFile(s1/*源路径*/,s2/*目标路径*/)用两个参数的报字体“宋体”找不到C:\WINDOWS\Fonts下将字体拷贝到classpath(src)下面,然后在classpath下新建jasperreports.properties内容为net.sf.jasperreports.awt.ignore.missing.font=true
阅读全文
posted @ 2013-10-23 14:09 行-云
阅读(175)
评论(0)
推荐(0)
2013年10月15日
jquery easyui 设置为不自动显示
摘要: closed='true'
阅读全文
posted @ 2013-10-15 18:59 行-云
阅读(111)
评论(0)
推荐(0)
部署tomcat到linux常用命令
摘要: 删除文件夹rm -rf 目录名字(*表示删除所有)-r 就是向下递归,不管有多少级目录,一并删除-f 就是直接强行删除,不作任何提示的意思删除文件rm -f 文件名(*表示删除所有)--------------------------------------------------------------------------------启动tomcat./startup.sh--------------------------------------------------------------------------查看tomcat的输出进入tomcat目录下的bin目录./catal
阅读全文
posted @ 2013-10-15 16:56 行-云
阅读(225)
评论(0)
推荐(0)
2013年10月12日
juqery.validate验证 js提交form之前验证一下
摘要: //form...if( form.valid() ){ form.submit();}
阅读全文
posted @ 2013-10-12 14:57 行-云
阅读(252)
评论(0)
推荐(0)
c标签判断对象是否为空
摘要: 非空空
阅读全文
posted @ 2013-10-12 13:22 行-云
阅读(676)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
下一页
公告