码迷,mamicode.com
首页 >  
搜索关键字:native application    ( 20137个结果
lua post
--lua代码localhttp=require"socket.http"localltn12=require("ltn12")request_body=‘u=1&parameter={"m":"S"}‘localresult=http.request{url="http://127.0.0.1/2.php",sink=ltn12.sink.file(io.stdout),method="POST",headers={["Content-Type"]="application/x-www-form..
分类:其他好文   时间:2014-08-21 19:41:35    阅读次数:489
Quick Cocos2dx CCLuaStack has no member names 'loadChunksZip'
demo进行了这么久,已经很久没有连真机调试一下了,昨天下午我旁边的家伙@Richard.Milings连真机调试出了很多问题,于是我也连真机调一下吧。运行一下project.android里面的 build_native.bat,错误粗线了:CCLuaStack has no member nam...
分类:其他好文   时间:2014-08-21 18:46:04    阅读次数:242
[工作技能]SVN
有的时候SVN上传txt文本文件,会报是bin文件的错误,解决方式是在.subversion文件夹下的config文件中加这么一句*.txt = svn:mime-type=text/plain;svn:eol-style=native然后修改~/.subversion/config找到最后一个se...
分类:其他好文   时间:2014-08-21 18:34:24    阅读次数:192
struts2文件下载
第一步:struts.xml的配置                                  application/octet-stream;charset=ISO8859-1 指定被下载文件名 -->                 attachment;filename="${fileName}"                 downloadFile...
分类:其他好文   时间:2014-08-21 17:14:14    阅读次数:207
WPF代码引用Resouces中的图片
1 ImageBrush IB=new ImageBrush();2 3 IB.ImageSource = new BitmapImage(new Uri("pack://application:,,,/PMClient;component/images/button_bg.png"));4 5 I...
分类:其他好文   时间:2014-08-21 17:04:24    阅读次数:260
Unity3D 相关项目代码
一、Application.PresistentDataPath注意最后面是没有/的 public static string PresistentDataPathForEditor = "C:/Users/Administrator/AppData/LocalLow/DefaultC...
分类:其他好文   时间:2014-08-21 16:36:54    阅读次数:181
framwork新加模块
主要是基于Android系统现在的Framework模块上再添加一个独立的模块,目前只是很简单的framework层调用native层(后期根据学习的进度,会将hal层补上,还有aidl,stub,异步)。基本思路为:为应用添加framework接口,即SDKAPIframework调用native代码,即jni部分jni部分实现最终功..
分类:其他好文   时间:2014-08-21 15:20:05    阅读次数:254
springmvc+mybatis整合
web.xml Archetype Created Web Application contextConfigLocat...
分类:编程语言   时间:2014-08-21 13:22:24    阅读次数:220
【转】Unity3D AssetBundles 动态加载游戏资源
AssetBundles are files which you can export from Unity to contain assets of your choice. These files use a proprietary compressed format and can be loaded on demand in your application. This allows...
分类:其他好文   时间:2014-08-21 11:46:04    阅读次数:426
用iOS 做一个简易计算器 (功能完备)
源代码(.m文件) #import "ZKJAppDelegate.h" @interface ZKJAppDelegate () @property (retain,nonatomic) UIView *containView; @property (retain, nonatomic) UIButton *button; @pr...
分类:移动开发   时间:2014-08-21 11:29:04    阅读次数:427
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!