Cannotreadlifecyclemappingmetadataforartifactorg.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.4.1:runtime
Cause: error in opening zip我的解决办法:...
分类:
其他好文 时间:
2014-05-10 01:50:53
阅读次数:
349
xcodebuild命令行打包,在使用xcodebuild编译后发现有些东西有些临时性质的东西,依然存在,搜索了一些资料,找到有clean的命令;在之前打包都是生成app文件,将app打包成ipa文件需要编写一个脚本,操作起来相对麻烦,原来xcode自带将app打包成ipa的命令xcrun,于是操作...
分类:
移动开发 时间:
2014-05-08 20:05:32
阅读次数:
453
Django is a high-level Python Web framework
that encourages rapid development and clean, pragmatic design.Model: The
application dataView: which data ...
分类:
移动开发 时间:
2014-05-07 20:02:08
阅读次数:
453
maven拥有三套相互独立的生命周期,它们分别是clean,default和site。clean生命周期的目的是清理项目,default生命周期的目的是构建项目,而site
生命周期的目的是建立项目站点。 命令行与生命周期:从命令行执行maven任务的最主要方式就是调用maven的生命周期阶段。 m...
分类:
其他好文 时间:
2014-05-07 18:59:27
阅读次数:
288
今天遇到了libc++abi.dylib: handler threw exception的问题,不过在真机上运行一切正常!一开始没有想到是由于模拟器对xib文件的编译缓存,需要把模拟器中的App删除,同时把代码clean一次,再编译运行,终于一切正常了.
问题的根本原因是由于之前xib中有个控件的连接对象有问题,后来修改了,但编译器没有识别出来,总是不对新xib进行处理,导致模拟器总是...
分类:
移动开发 时间:
2014-05-07 13:21:39
阅读次数:
481
执行以下命令创建项目骨架:
mvn archetype:generate -DarchetypeGroupId=org.jboss.spec.archetypes -DarchetypeArtifactId=jboss-javaee6-webapp-ear-archetype -DarchetypeVersion=7.1.1.Final -DgroupId={你的groupId} -Dartif...
分类:
Web程序 时间:
2014-05-07 12:42:16
阅读次数:
450
The Ball And Cups
At the end of a busy day, The Chef and his assistants play a game together. The game is not just for fun but also used to decide who will have to clean the kitchen. The Chef...
分类:
其他好文 时间:
2014-05-07 07:41:32
阅读次数:
448
动作捕捉在当今的游戏以及电影制作中被广泛运用,但是大多数是用动捕MVN等高端设备进行动作数据的采集,对于个人和小型团队而言,动辄几十万的设备采购费用让人望而却步。微软的Kinect和Sony的PS
Eye作为家用级别的游戏外设,也能采集人体的深度图像,如何用这些价格低廉的设备来采集相对高质量的运动数...
分类:
其他好文 时间:
2014-05-06 12:29:23
阅读次数:
786
After a long and successful day of preparing food for the banquet, it is time to clean up. There is a list of n jobs to do before the kitchen can be closed for the night. These jobs are indexed from 1...
分类:
其他好文 时间:
2014-05-04 18:25:07
阅读次数:
384
做web项目时,经常会遇到修改了代码,但浏览器端没有生效,原因是多种多样的,我会根据我遇到的情况逐步更新解决办法
1.运行的时候采用debug模式,一般情况下使用项目部署按钮右边那个按钮下的tomcat7中的run就行,如果使用的是serves中的run serves,这种情况貌似不会自动编译
2.点击project菜单下的clean选项,在打开的窗口中选择你使用的项目,ok,这样会删...
分类:
Web程序 时间:
2014-05-04 08:52:42
阅读次数:
302