jni.c中注册中int register_android_boa(JNIEnv *env){
jclass clazz; static const char* const kClassName = "com/lxl/ledClass"; //命名的类
/* look up the class */...
分类:
编程语言 时间:
2014-04-27 23:43:52
阅读次数:
521
一.来源1:
http://www.cnblogs.com/chenshaoyi/archive/2012/01/12/2320729.html-------------------------------------------------PHP有三种方法可以模拟POST提交,分别为curl、so...
分类:
Web程序 时间:
2014-04-27 23:38:01
阅读次数:
589
Java GUI图形界面开发工具上大学那会儿比较主流的Java图形开发插件是:Visual
Editor 和 SWT Designer, 不久又出了个Jigloo, 但去官网看了下发现这个东西也很久没有更新了,不过据说短小精悍,五脏俱全。SWT
Designer不久前也被Google收购后重新整合进...
分类:
编程语言 时间:
2014-04-27 23:28:10
阅读次数:
618
在所有的移动开发平台数据持久化都是很重要的部分:在j2me中是rms或保存在应用程序的目录中,在symbian中可以保存在相应的磁盘目录中和数据库中。symbian中因为权限认证的原因,在3rd上大多数只能访问应用程序的private目录或其它系统共享目录。在iphone中,apple博采众长,提供...
分类:
其他好文 时间:
2014-04-27 23:26:05
阅读次数:
803
http://www.thegeekstuff.com/2010/07/perl-tcp-udp-socket-programming/In this
article, let us discuss how to write Perl socket programming using the inb...
分类:
Web程序 时间:
2014-04-27 23:22:09
阅读次数:
679
原理:在实体类变更前对其进行备份,调用Newtonsoft.Json下的序列化方法将其存储成json格式,并在需要时调用反序列化方法,转化成实体类public
static class TestEntityChange{ //实体备份方法,在实体为修改前进行备份 public stati...
分类:
其他好文 时间:
2014-04-27 23:16:08
阅读次数:
555
push
服务器证书钥匙串:登入--》证书,选项里面导出证书命名为cert.p12,跟密钥命名为key.p12需要将上面的2个.p12文件转成.pem格式:openssl
pkcs12 -clcerts -nokeys -out cert.pem -in cert.p12openssl pkcs12...
分类:
移动开发 时间:
2014-04-27 23:12:13
阅读次数:
749
1 //Accepted 0MS 232K 2 #include 3 #include 4
int ans; 5 int t; 6 int n; 7 void slove() 8 { 9 int x;10 ans=0;11 t=0;12 for
(int i=0...
分类:
其他好文 时间:
2014-04-27 23:08:07
阅读次数:
625
Ctrl+D:删除光标所在行Ctrl+/ :注释选中行
;Ctrl+\:注销选中行Ctrl+Shift+/:注释选中的java或xml代码块; Ctrl+Shift+\:注销选中的Java或xml代码块。(形式:/*
*/ 或 )shift + alt + j或/**+Enter(回车键):添加.....
分类:
移动开发 时间:
2014-04-27 23:06:14
阅读次数:
668