问题描述
在使用visual studio 2010 SP1编译thrift-0.9.1的compiler时,出现:
The command "flex -o "src\\thriftl.cc" src/thriftl.ll
bison -y -o "src\thrifty.cc" --defines="src/thrifty.hh" src/thrifty.yy
问题原因
fl...
分类:
其他好文 时间:
2014-12-04 21:43:45
阅读次数:
507
给其父级加 display:-webkit-box;display:-moz-box;display:box;子集加-webkit-box-flex:1; -moz-box-flex:1;box-flex:1; 其中数字的大小 能控制子集盒模型的大小 父级宽度*子集数字/自己数字之和 就是子...
分类:
其他好文 时间:
2014-12-04 10:06:47
阅读次数:
129
转自:http://zerozone.javaeye.com/blog/60846Flex远程调用RemoteObject出现的问题及解答:本文主要讨论Flex在客户端与J2EE中间层数据交互的过程。Flex是构建RIA应用的客户端技术。它的优势在于提供了丰富的客户 端表现能力(例如增强UI组件、缓...
分类:
其他好文 时间:
2014-12-04 00:54:44
阅读次数:
177
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
出现这个问题是因为应用程序使用了特殊端口,修改端口就可以解决。特殊端口列表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