ZBarSDK下载地址:https://github.com/bmorton/ZBarSDK
http://zbar.sourceforge.net/iphone/index.html
1、创建工程
导入ZBar的SDK文件。即把ZBarSDK的目录拉入项目,然后选中copy选项
2、添加framework
3、添加代码
#import "ZBarSDK.h...
分类:
移动开发 时间:
2015-01-30 21:07:29
阅读次数:
331
function getUserInfo(){ $appid = "yourappid"; $secret = "yoursecret"; $code = $_GET["code"]; $get_token_url = 'https://api.weixin.qq...
分类:
微信 时间:
2015-01-30 19:23:04
阅读次数:
409
http://greenrobot.me/devpost/how-to-debug-http-and-https-traffic-on-android/如何调试 Android 上 HTTP(S) 流量前面的话在Android开发中我们常常会和API 打交道,可能你不想,但是这是避不开的。大部分情况...
分类:
移动开发 时间:
2015-01-30 19:02:00
阅读次数:
177
一、安装https://edelivery.oracle.com[root@gflinuxmeb]#lltotal2936-rw-r--r--1rootroot2998307Jan3016:02V59673-01.zip[root@gflinuxmeb]#unzipV59673-01.zipArchive:V59673-01.zipextracting:meb-3.11.1-rhel5.i386.rpmextracting:README.txt[root@gflinuxmeb]#rpm-ivhmeb-..
分类:
数据库 时间:
2015-01-30 17:51:08
阅读次数:
312
使用curl如果想发起的https请求正常的话有2种做法:方法一、设定为不验证证书和host。在执行curl_exec()之前。设置option$ch = curl_init();......curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);curl_s...
分类:
Web程序 时间:
2015-01-30 17:20:12
阅读次数:
210
书籍名称:HTML5-Animation-with-JavaScript书籍源码:https://github.com/lamberta/html5-animation11.两个物体和判断鼠标是否在物体内相似,额外要多考虑鼠标方物体的半径。这不是准确的碰撞,它是假设物体在正方形基础上的简易方法。01...
分类:
其他好文 时间:
2015-01-30 17:18:26
阅读次数:
262
相关资料收集:1,SharePoint 位置记录上的操作:https://msdn.microsoft.com/zh-cn/library/gg334567(v=crm.6).aspx2,开启sharepoint2007文档稽核功能,记录文档开启(下载),修改等用户及时间和其他信息:http://b...
分类:
其他好文 时间:
2015-01-30 16:50:55
阅读次数:
177
<空战传奇> 是个人独立的一款小游戏! 欢迎大家试玩,评论建议 ! ios系统:?https://itunes.apple.com/us/app/kong-zhan-chuan-qi/id923927451?l=zh&ls=1&mt=8 Android系统:http://www.wandoujia.com/ap...
分类:
其他好文 时间:
2015-01-30 16:21:53
阅读次数:
170
是个人独立的一款小游戏! 欢迎大家试玩,评论建议 !
ios系统: https://itunes.apple.com/us/app/kong-zhan-chuan-qi/id923927451?l=zh&ls=1&mt=8
Android系统:http://www.wandoujia.com/apps/com.xiangheng.firstgame...
分类:
其他好文 时间:
2015-01-30 16:14:48
阅读次数:
145
基本操作练习 https://try.github.io
git init 初始化仓库
git status 查看状态
git add '*.txt' 将文件加入管理
git commit -m "说明" 提交变动
git log 查看提交的历史记录
git remote add origin ht...
分类:
其他好文 时间:
2015-01-30 15:27:56
阅读次数:
166