码迷,mamicode.com
首页 >  
搜索关键字:no resource found    ( 12885个结果
标准IDispose模式浅析
DoNet资源众所周知,.Net内存管理分托管资源和非托管资源,把内存中的对象按照这两种资源划分,然后由GC负责回收托管资源(Managed Resource),而对于非托管资源来讲,就需要程序员手动释放。 Framework的设计者的本意是降低Developer的入门难度,提高开发效率,让使用者更...
分类:其他好文   时间:2014-05-26 13:49:23    阅读次数:296
android使用apktool反编译出现Input file (d:\t) was not found or was not readable
Input file (d:\t) was not found or was not readable 出现这个错误是因为apktool压缩包下载错误,我是下成首页的那个压缩包了 正确下载地址:https://code.google.com/p/android-apktool/downloads/l...
分类:移动开发   时间:2014-05-26 12:35:23    阅读次数:1117
MVC.Net: jqueryval错误
当使用Mvc.net创建Create表单后,firebug Create页面会出现404 Not Found - http://192.168.3.95:7001/bundles/jqueryval"的错误。检查Create.cshtml会发现在底部有这段代码:@section Scripts { ...
分类:Web程序   时间:2014-05-26 12:09:40    阅读次数:264
Ubuntu下的LNMP环境
保证联网的情况下,直接参照http://lnmp.org/install.html进行安装,以下花括号内为原文引用:{1、使用putty或类似的SSH工具登陆VPS或服务器;登陆后运行:screen -S lnmp如果提示screen: command not found 命令不存在可以执行:yum...
分类:其他好文   时间:2014-05-26 08:52:19    阅读次数:232
基于Cocos2dx开发卡牌游戏_放开那三国
1.已经实现动态读取地图资源,地图信息记录在excel表格。如果要增加地图,编辑excel后导入至CocoStudio数据编辑器,然后导出成Json文件,放到项目的Resource目录下。 2.SGFight.cpp中的initMap函数的第二个参数就是地图的索引,修改它的值就能实现加载不同副本的效果 测试地图1 测试地图2 2.武将信息也保存在ex...
分类:其他好文   时间:2014-05-26 05:08:05    阅读次数:234
Android异步HTTP客户端的特点
Features Make asynchronous HTTP requests, handle responses in anonymous callbacksHTTP requests happen outside the UI threadRequests use a threadpool to cap concurrent resource usageGET/POST params ...
分类:移动开发   时间:2014-05-26 04:08:22    阅读次数:330
【Android】Android import和export使用说明 及 export报错:jarlist.cache: Resource is out of sync with the file syst解决
在Android开发export项目时发现有时会报错,内容如下:Problems were encountered during export: Error exporting PalmIdentify/bin/jarlist.cache: Resource is out of sync with ...
分类:移动开发   时间:2014-05-26 00:36:12    阅读次数:437
exe中嵌入dll和exe中释放dll
BinRes.h#ifndef _waxie_binary_resource_h_#define _waxie_binary_resource_h_#include class BinRes {public: BinRes(); virtual ~BinRes();public: static v....
分类:其他好文   时间:2014-05-26 00:32:02    阅读次数:271
php教程一,变量
php是一种动态脚本语言,比较适合web开发。php支持8种变量数据类型:四种标量类型:boolean(布尔型)integer(整型)float(浮点型,也称作double)string(字符串)两种复合类型:array(数组)object(对象)最后是两种特殊类型:resource(资源)NULL...
分类:Web程序   时间:2014-05-25 23:56:47    阅读次数:447
Android 动画资源详解
属性动画:使对象的属性值在一定时间间隔内变化到某一个值。http://developer.android.com/guide/topics/resources/animation-resource.html#Property资源目录:rec\animator // together|se...
分类:移动开发   时间:2014-05-24 10:14:41    阅读次数:343
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!