码迷,mamicode.com
首页 >  
搜索关键字:project    ( 15901个结果
unity 鼠标拖拽物体实现任意角度自旋转
主要涉及函数Input.GetAxis(“Mousex”) 可取得鼠标横向(x轴)移动增量Input.GetAxis(“Mousey”) 可取得鼠标竖向(y轴)移动增量通过勾股定理获取拖拽长度,长度越长旋转越快在project setting--Input可以设置直接上代码,看了就明白了 1 usi...
分类:其他好文   时间:2014-07-16 23:21:50    阅读次数:467
Basic4Android中按日期排序文件
#Region Project Attributes #ApplicationLabel: SortByDateFileTest #VersionCode: 20140627 #VersionName: 'SupportedOrientations possible values: unsp...
分类:移动开发   时间:2014-07-16 23:11:55    阅读次数:320
Xcode编译WebApps找不到js的错误解决办法<转>
使用Xcode做WebApps时,使用UIWebview来调用一个页面,有时会遇到问题,其一就是编译的时候出现黄色感叹号的Warning,js文件都报错:warning: no rule to process file '$(PROJECT_DIR)/jquery-1.8.1.min.js' of ...
分类:移动开发   时间:2014-07-16 23:09:10    阅读次数:323
unity导出android遇到的build target 错误详解
1.导出运行后显示buildtarget=“9”,versioniswrong,can‘tloadedxxx.untiy3dfiles 之类的,一般情况看导出的jar包内的project.properties中target是否正确,改正后而且要clean相关项目。2.看AndroidManifest.xml下android:minSdkVersion和android:targetSdkVersion 是否正确..
分类:移动开发   时间:2014-06-28 06:18:03    阅读次数:266
在项目里交叉使用Swift和OC
Swift and Objective-C in the Same Project 在项目里交叉使用Swift和OC Swift与OC的兼容性使得你可以在项目里使用Swift+OC的方式编写应用程序,称为混合+匹配(mix and match),用这种方式可以一边使用享受新语言的快速特性,一边无缝的接合你已有的OC代码(原文听起来好NB的样子,其实也就那么回事),不管项目最初是用OC编写的...
分类:其他好文   时间:2014-06-27 23:41:36    阅读次数:504
Delphi XE2 生成的.exe 在未安装有Delphi的电脑上运行提示 “丢失 rtl160.bpl”
解决方案:XE2中加入了多平台的概念,默认的Release模式,也是带包编译,带运行时库的,所以,需要手工设置一下工程选项:打开工程以后,Project-->Options-->左侧树列表选中C++ Linker-->右侧上方的Target选择Release configuration 下的 32-...
分类:其他好文   时间:2014-06-27 13:06:58    阅读次数:249
FindBugs:Compiler output path for module can not be null. check your module/project settings问题原因
可能很多人在使用Android studio 中的插件中会发现这个错误提示:Compiler output path for module can not be null. check your module/project settings。 会报这个错误是因为你工程没有make。因为Findbugs并不是针对你的源代码进行检测,而是根据编译后文件(如:class.dex)进行检测。 所以如...
分类:数据库   时间:2014-06-27 09:42:01    阅读次数:303
Initializing Spring FrameworkServlet 'SpringMVC'的解决
Apache Tomcat启动时候出现过好几次:Initializing Spring FrameworkServlet 'SpringMVC',然后程序卡在哪儿不会动了。 解决办法有两个: 一是;在MyEclipse菜单栏上找到Project菜单,打开选择clean,清理当前项目; 二是:如果是用Maven管理的项目,就在项目上右键,选择Run As-Maven Clean; 还有一个原...
分类:编程语言   时间:2014-06-27 09:40:45    阅读次数:27669
Get Cordova Ready for Grunt and CoffeeScript
Cordova, Grunt and Coffee You may reference to below if you deside to work with coffee instead of Javascript in Cordova project. Prepare Cordova Helloworld Project This guide is based on Hello Wo...
分类:其他好文   时间:2014-06-27 08:13:42    阅读次数:230
Please define the NDK_PROJECT_PATH variable to point to it
Please define the NDK_PROJECT_PATH variable to point to it...
分类:其他好文   时间:2014-06-27 07:56:49    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!