码迷,mamicode.com
首页 >  
搜索关键字:no source available    ( 19870个结果
[cocos2dx 3.0 + xcode]坑点记录
1: 新项目创建 1.下载最新Python,安装 2.解压引擎包 3.运行终端,切换到引擎目录(直接cd拖动文件夹到光标即可得到路径) 4.按照文档例子: $ cd cocos2d-x $ ./setup.py $ source FILE_TO_SAVE_S...
分类:其他好文   时间:2014-05-01 19:16:21    阅读次数:319
Android WebView开发常见问题
1、添加权限:AndroidManifest.xml中必须使用许可”android.permission.INTERNET”,否则会出Web page not available错误。        2、在要Activity中生成一个WebView组件:WebView webView = new WebView(this);        3、设置WebView基本信息:...
分类:移动开发   时间:2014-05-01 18:19:58    阅读次数:480
Memcached source code analysis (threading model)--reference
Look under the start memcahcedthreadingprocessmemcached multi-threaded mainly by instantiating multiple libevent, are a main thread and n workers thre...
分类:其他好文   时间:2014-05-01 06:15:27    阅读次数:356
Memcached source code analysis -- Analysis of change of state--reference
This article mainly introduces the process of Memcached, libevent structure of the main thread and worker thread based on the processing of the connec...
分类:其他好文   时间:2014-05-01 02:44:07    阅读次数:571
Eclipse安装Maven后JRE警告
问题现象: Eclipse按装maven插件之后,每次启动Eclipse都会弹出: Eclipse is running in a JRE, but a JDK is required Some Maven plugins may not work when importing projects or updating source folders. 问题原因: 从提示信息上看,就是...
分类:系统相关   时间:2014-04-30 22:11:38    阅读次数:382
Android调试出现Source not found解决办法
Android调试Source Not Found的错误原因及解决办法!...
分类:移动开发   时间:2014-04-29 13:48:21    阅读次数:362
gradle测试出现IllegalArgumentException
今天clone了一份代码,跑gradle test时出现failed,从report上来看是这个错误:IllegalArgumentException,具体如下: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.(Unknown Source) at org.objectweb.asm.ClassRead...
分类:其他好文   时间:2014-04-29 13:27:21    阅读次数:359
如何下载Android kernel内核源代码,编译烧写验证
1. Download Kernel source    Study:           1. Please refer to the AOSP official kernel download address:     http://source.android.com/source/building-kernels.html    2. goto https://android.g...
分类:移动开发   时间:2014-04-29 13:13:20    阅读次数:679
数组求和的快速方法(利用cuda的共享内存)--第一部分之源码分析
代码来自于这里 https://code.google.com/p/stanford-cs193g-sp2010/source/browse/trunk/tutorials/sum_reduction.cu...
分类:其他好文   时间:2014-04-29 13:13:20    阅读次数:324
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!