Cairngorm是flex开发的mvc框架,现在在 adobe旗下。它架构和eclipse插件开发gef架构很相似,具体工作原理如下:该框架就是一个Cairngorm.swc文件,大家可以到Cairngrom的官方网站上去下载,我在这里提供地址:http://opensource.adobe.co...
分类:
其他好文 时间:
2014-12-04 00:53:09
阅读次数:
380
1、错误描述
Caused by:org.hibernate.exception.ConstraintViolationException:Could not execute JDBC batch update.
2、错误原因
3、解决办法...
分类:
Web程序 时间:
2014-12-03 23:33:31
阅读次数:
527
1、错误描述
Caused by:java.sql.BatchUpdateException:ORA-02291:违反完整约束条件(PEKING.FKA844BA60FCCDD33)-未找到父项关键字
2、错误原因
3、解决办法...
分类:
数据库 时间:
2014-12-03 23:33:07
阅读次数:
388
1、错误描述
org.hibernate.TransientObjectException:The given object has a null identifier:com.you.model.UserInfo
2、错误原因
3、解决办法...
分类:
Web程序 时间:
2014-12-03 23:32:00
阅读次数:
191
1、错误描述
[CQ] ERROR [http-apr-8888-exec-3] com.opensymphony.xwork2.util.logging.commons.CommonsLogger.error (38)|Exception occurred during processing request:Unknown entity:java.util.ArrayList
org.hib...
分类:
移动开发 时间:
2014-12-03 23:29:55
阅读次数:
559
整体参考官方文档。 http://wiki.centos.org/HowTos/I_need_the_Kernel_Source 中间遇到两个问题。 1、执行rpm -ivh 时,遇到如下提示: user builder does not exist - using root ...
分类:
其他好文 时间:
2014-12-03 17:10:41
阅读次数:
376
出现这个问题是因为应用程序使用了特殊端口,修改端口就可以解决。特殊端口列表A security change has been made in Adobe Flash Player 9.0.115.0 to block commonly reserved ports (to prevent mali...
分类:
其他好文 时间:
2014-12-03 12:17:39
阅读次数:
207
Event.RESIZE 窗口尺寸改变时stage.width,stage.height 标识当前舞台上所有元素组合后的宽和高stage.stageWidth,stage.stageHeight 表示当前窗口的宽和高设置编译参数 -default-size 1440 900指定缩放模式 s...
分类:
其他好文 时间:
2014-12-03 09:22:18
阅读次数:
133
Dialog默认显示在中间,要显示在其它位置时用下面的方法可以实现
private void ShowDialog() {
AlertDialog mDialog = new AlertDialog.Builder(this)
.setIcon(R.drawable.ic_launcher).setTitle("温馨提示")
...
分类:
其他好文 时间:
2014-12-02 22:35:39
阅读次数:
128
1,maven有个中央仓库,你本地仓库的依赖都是从中央仓库下载下来的,中央仓库可以在maven的安装目录下的lib里的maven-model-builder包中的pom.xml中找到<url>https://repo.maven.apache.org/maven2</url>,? 你平...
分类:
其他好文 时间:
2014-12-02 12:10:07
阅读次数:
145