--lua代码localhttp=require"socket.http"localltn12=require("ltn12")request_body=‘u=1¶meter={"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
demo进行了这么久,已经很久没有连真机调试一下了,昨天下午我旁边的家伙@Richard.Milings连真机调试出了很多问题,于是我也连真机调一下吧。运行一下project.android里面的 build_native.bat,错误粗线了:CCLuaStack has no member nam...
分类:
其他好文 时间:
2014-08-21 18:46:04
阅读次数:
242
有的时候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
第一步:struts.xml的配置
application/octet-stream;charset=ISO8859-1
指定被下载文件名
-->
attachment;filename="${fileName}"
downloadFile...
分类:
其他好文 时间:
2014-08-21 17:14:14
阅读次数:
207
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
一、Application.PresistentDataPath注意最后面是没有/的 public static string PresistentDataPathForEditor = "C:/Users/Administrator/AppData/LocalLow/DefaultC...
分类:
其他好文 时间:
2014-08-21 16:36:54
阅读次数:
181
主要是基于Android系统现在的Framework模块上再添加一个独立的模块,目前只是很简单的framework层调用native层(后期根据学习的进度,会将hal层补上,还有aidl,stub,异步)。基本思路为:为应用添加framework接口,即SDKAPIframework调用native代码,即jni部分jni部分实现最终功..
分类:
其他好文 时间:
2014-08-21 15:20:05
阅读次数:
254
web.xml
Archetype Created Web Application
contextConfigLocat...
分类:
编程语言 时间:
2014-08-21 13:22:24
阅读次数:
220
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
源代码(.m文件)
#import "ZKJAppDelegate.h"
@interface
ZKJAppDelegate ()
@property (retain,nonatomic)
UIView *containView;
@property (retain,
nonatomic) UIButton *button;
@pr...
分类:
移动开发 时间:
2014-08-21 11:29:04
阅读次数:
427