自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(14)
  • 资源 (19)
  • 收藏
  • 关注

原创 jsf的按钮不反应的几个可能问题

1. datatable 中的按钮 要使用session 或者 将entity里面的list转换成 dataColnum2. 可以维持managerBean的状态,否则无数据 ,不跳转3. 使用的变量要new entity() 否则有时候不提示null的错误,不跳转页面...

2010-06-01 17:25:37 253

原创 MyEclipse无法生成classes文件

1. properties属性里的 java compiler-->building-->abort build when build path errors occur 前面的勾去掉 2.properties属性里的 java build path productpath/WebRoot/WEB-INF/classes...

2010-06-01 17:22:38 206

1.The Struts dispatcher cannot be found. This is usually caused by using Struts

1.The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Strut 2.s tags are only usable when the request has passed through its servlet ...

2010-04-13 14:42:42 135

页面显示 按比例缩放 图片

原理是在页面载入完成后(onload触发)在客户端使用Javascript读取每张图片的大小并进行缩放。//将imageDest图片的大小按比例缩放,适合显示在宽W和高H的区域内function ResizeImage(imageDest, W, H){//显示框宽度W,高度H var image = new Image();image.src = imageDes...

2010-04-13 10:17:10 305

严重: A request has been denied as a potential CSRF attack.

crossDomainSessionSecurity false

2010-04-12 17:11:14 172

Could not find action or result

警告: Could not find action or resultThere is no Action mapped for namespace / and action name dwr. - [unknown location]at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:...

2010-04-12 16:43:54 117

dwr+spring

http://www.blogjava.net/mstar/archive/2006/11/16/81542.html

2010-04-12 16:13:43 68

dwr+jsf web配置

dwr-invoker org.directwebremoting.servlet.DwrServlet debug true crossDomainSessionSecurity true allowScriptTagRemoting true ...

2010-04-12 15:46:57 92

extTree

YUI.ext中的Tree组件可以用来在页面实现树型布局的效果,包括常见的树型菜单等,那么我们怎样才能生成一个Tree呢,主要有以下四个步骤;1.定义一个Tree对象:var tree = new Ext.tree.TreePanel('tree', { animate:true, loader: new Ext...

2010-04-12 15:36:37 81

SQL语句性能调整

一、 索引(INDEX)使用的问题1. 索引(INDEX),用还是不用?这是个的问题。是全表扫描还是索引范围扫描主要考虑SQL的查询速度问题。这里主要关心读取的记录的数目。根据DONALD K .BURLESON的说法,使用索引范围扫描的原则是:对于数据有原始排序的表,读取少于表记录数40%的查询应该使用索引范围扫描。对读取多于表记录数40%的查询应全表扫描。对于未...

2010-04-12 15:32:49 71

dwr配置 jsf.spring.Bean

详细见: http://hi.baidu.com/nieweiguo/blog/item/52d4c1fd66413b46d6887d04.html

2010-04-12 15:29:32 103

使用sql返回的list<Object> 转成需要的实体对象

需要将Query对象setResultTransformer:List list = session.createSQLQuery(sql) .setResultTransformer( Transformers.ALIAS_TO_ENTITY_MAP) .list();//此时,每个Object可以转换成一个MapMap ma...

2010-04-12 15:09:29 497

hql 的 count(*)

使用hibernate session:String hql = "select count(*) from Category c where c.parent = 1"; Query q = session.createQuery(sql); System.out.println(q.uniqueResult());如果sql使用出错:String sql = "...

2010-04-12 14:59:54 153

启动tomcat 的 struts2 错误

严重: Exception starting filter struts2 Unable to load configuration. - bean - jar:file:/F:/Struts2/Struts2/WebRoot/WEB-INF/lib/struts2-core-2.1.2.jar!/struts-default.xml:46:178 at com.opensymphony....

2010-04-05 12:47:19 103

libgomp-4.8.5-44.el7.x86-64.rpm

libgomp-4.8.5-44.el7.x86_64.rpm

2024-03-09

Unicode编码添加新的字符,添加新的字体.docx

Unicode编码添加新的字符的步骤。(文中以添加新的钢筋等级特殊字符为例) 文件中有每个步骤的文字描述和截图。

2021-12-16

Unicode添加钢筋字符bat.zip

新增了字符编码,运行bat后,可在txt等文本文件中使用钢筋一级、二级、三级符号。

2021-12-16

ttc_tools.zip

TTC字体分割合并软件(UniteTTC) 将ttc分解为多个ttf时只需将ttc文件拖到UniteTTC.exe目录,点击运行。 合并tff时只需将tff文件拖到AllUniteTTC.exe同目录,点击合并到ttc

2021-06-10

gitlab-runner-windows-amd64.exe

官网win64安装包。官网有时下载不下来。这里供大家方便下载 Create a folder somewhere in your system, ex.: C:\GitLab-Runner. Download the binary for 64-bit or 32-bit and put it into the folder you created. The following assumes you have renamed the binary to gitlab-runner.exe (optional). You can download a binary for every available version as described in Bleeding Edge - download any other tagged release. Make sure to restrict the Write permissions on the GitLab Runner directory and executable. If you do not set these permissions, regular users can replace the executable with their own and run arbitrary code with elevated privileges. Run an elevated command prompt: Register a runner. Install GitLab Runner as a service and start it. You can either run the service using the Built-in System Account (recommended) or using a user account.

2021-06-08

UnxUtils.zip

解决cmd中用不了tee grep等命令。把linux命令移植到win上,装上后就能在win上用linux命令了。 UnxUtils\usr\local\wbin里面的文件拷贝到C:\Windows\System32下。 或者环境变量path中添加wbin目录

2021-06-08

2020计算机统考408真题.pdf

2020全国硕士研究生招生考试计算机科学与技术学科联考

2021-01-29

2009-2019年十年计算机真题.pdf

全国硕士研究生招生考试计算机科学与技术学科联考

2021-01-29

eclipse-scala-plugin插件

eclipse中集成spark开发环境: 步骤一:安装eclipse-scala-plugin插件,附件下载       解压缩以后把plugins和features复制到eclipse目录,重启eclipse以后即可。       Window -> Open Perspective -> Other…,打开Scala,说明安装成功。 步骤二:安装hadoop插件       1、将hadoop-eclipse-plugin-2.6.0包放入eclipse的plugins目录里,重启eclipse       2、window--&gt;preferences--&gt;搜索hadoop,选中,然后找到hadoop的文件路径

2017-11-14

hadoop工具 winutil.exe下载

解决: Could not locate executable null\bin\winutils.exe问题。下载后解压,并设置环境变量HADOOP_HOME( 值是解压后的目录)

2017-11-14

VisualSVN Server(svn服务端工具)

VisualSVN Server(svn服务端工具)安装软件。VisualSVN Server(svn服务端工具) V3.2.2 官方正式版.rar

2017-10-31

Oracle触发器语法

Oracle触发器语法

2014-02-20

ASM实例管理

oracle ASM实例管理相关命令 详细有用

2014-02-20

oracle CURSOR详例子

oracle CURSOR详例子,各种实例,很详细

2014-02-20

arcgis server for java 实例

arcgis server for java 实例

2014-01-28

arcgis for java api

argics ADFWebControlApijava api

2014-01-28

专业移动硬盘修复工具

专业移动硬盘修复工具

2012-03-23

硬盘检测工具 4.60

HDTune这款软件大小仅为348KB,它可以对硬盘的状态进行准确的检测,检测的项目包括硬盘支持的功能、效能和健康状况等等。 对于二手硬盘而言,需要着重了解的就是它的健康状况和性能等情况。因此利用HD Tune的目的也是检测这两个方面。HD Tune运行很简单,无须安装,可以直接进入工界面。

2012-03-23

Spring源码 包……

Spring相关资料…………………………………………………………………………

2010-03-28

hibernate源码

源码hibernate,相关的文件 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2010-03-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除