码迷,mamicode.com
首页 >  
搜索关键字:unable to resolve ta    ( 5723个结果
Android 导入工程出现Unable to resolve target 'android-xx'错误
因为被导入的工程是由不同的版本Eclipse生成的。 查看本地SKD的版本,如下: 修改工程下面的“/工程名/project.properties”文件中,把target=android-xx为当前版本。 将修改为target=android-19改为target=android-20。...
分类:移动开发   时间:2015-01-20 18:08:43    阅读次数:141
malformed or corrupted AST file: 'Unable to load module
这是我们使用不同版本的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
Ubuntu指令
一、解压指令.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
[ISSUE]angularjs resolve: $injector:unpr] Unknown provider:
使用框架 ionic,使用resolve做数据共享http://learn.ionicframework.com/formulas/sharing-data-between-views/#出现错误$injector:unpr] Unknown provider:仔细对照没有找到原因尝试删除每个ion...
分类:Web程序   时间:2015-01-18 11:44:42    阅读次数:341
tomcat配置过程
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
org.hibernate.QueryException: could not resolve property:
项目一直报这个错误,网上也搜了很多相关的,有的说 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灯的闪烁与熄灭也成了一个iptables target,强汗
只要有符合规则数据包到达,LED灯就XY一下,这个效果怎么实现?我有很多的办法,比较绕的就是:使用LOG target发内核日志,rsyslogd截获,redirect到filter,调用shell操作LED灯。虽然很绕,但是UNIX上不都是提倡这么玩的吗?最为直接的办法是什么?我觉得应该是写一个事件target,只要匹配就通过netlink把这个数据包报告给user space,有了这个事件ta...
分类:其他好文   时间:2015-01-17 16:37:41    阅读次数:212
使用华为U8860测试时出现“Unable to open log device '/dev/log/main': No such file or directory”
这是因为华为默认禁掉了log输出, 解决办法:拨号: *#*#2846579#*#* 会显示工程菜单, Go to "ProjectMenu" -> "Background Setting" -> "Log Setting" Open "Log switch" and set it to ON. ....
分类:其他好文   时间:2015-01-17 06:20:44    阅读次数:213
ZOJ 1610 Count the Colors(线段树lazy+暴力统计)
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!