因为被导入的工程是由不同的版本Eclipse生成的。
查看本地SKD的版本,如下:
修改工程下面的“/工程名/project.properties”文件中,把target=android-xx为当前版本。
将修改为target=android-19改为target=android-20。...
分类:
移动开发 时间:
2015-01-20 18:08:43
阅读次数:
141
这是我们使用不同版本的Xcode造成的问题,当我们使用Xcode6打开项目之后再用Xcode5打开就会报错fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Develope...
分类:
其他好文 时间:
2015-01-19 12:16:00
阅读次数:
163
一、解压指令.tar 解包:tar xvf FileName.tar打包:tar cvf FileName.tar DirName.gz 解压1:gunzip FileName.gz解压2:gzip -d FileName.gz压缩:gzip FileName.tar.gz 和 .tgz 解压:ta...
分类:
系统相关 时间:
2015-01-18 18:22:59
阅读次数:
150
使用框架 ionic,使用resolve做数据共享http://learn.ionicframework.com/formulas/sharing-data-between-views/#出现错误$injector:unpr] Unknown provider:仔细对照没有找到原因尝试删除每个ion...
分类:
Web程序 时间:
2015-01-18 11:44:42
阅读次数:
341
1.下载并安装JDK2.下载并安装mysql3.下载、解压tomcatcd /usrmkdir tomcatcd tomcatwget http://mirrors.cnnic.cn/apache/tomcat/tomcat-7/v7.0.57/bin/apache-tomcat-7.0.57.ta...
分类:
其他好文 时间:
2015-01-18 07:03:17
阅读次数:
230
项目一直报这个错误,网上也搜了很多相关的,有的说 hql 查询语句和 实体类没有对应起来,可是我的都对应了,还是不知道问题在哪。上代码 public List findMySurveys(User user) { String hql = "from Survey s j...
分类:
Web程序 时间:
2015-01-18 00:48:53
阅读次数:
315
Unable to cast object of type 'System.Windows.Forms.SplitContainer' to type 'System.ComponentModel.ISupportInitialize'.新建项目时,.NET框架采用的是4.0编译前,手动改为3.5,...
分类:
其他好文 时间:
2015-01-17 17:54:48
阅读次数:
167
只要有符合规则数据包到达,LED灯就XY一下,这个效果怎么实现?我有很多的办法,比较绕的就是:使用LOG target发内核日志,rsyslogd截获,redirect到filter,调用shell操作LED灯。虽然很绕,但是UNIX上不都是提倡这么玩的吗?最为直接的办法是什么?我觉得应该是写一个事件target,只要匹配就通过netlink把这个数据包报告给user space,有了这个事件ta...
分类:
其他好文 时间:
2015-01-17 16:37:41
阅读次数:
212
这是因为华为默认禁掉了log输出, 解决办法:拨号: *#*#2846579#*#* 会显示工程菜单, Go to "ProjectMenu" -> "Background Setting" -> "Log Setting" Open "Log switch" and set it to ON. ....
分类:
其他好文 时间:
2015-01-17 06:20:44
阅读次数:
213
Count the Colors
Time Limit: 2 Seconds Memory Limit: 65536 KB
Painting some colored segments on a line, some previously painted segments may be covered by some the subsequent ones.
Your ta...
分类:
其他好文 时间:
2015-01-17 01:09:12
阅读次数:
293