使用ZBar来读取条形码和二维码的方法原文地址:http://blog.csdn.net/remote_roamer/article/details/76578451.使用ZBar项目。下载地址是:http://zbar.sourceforge.net/iphone/index.html2.新建一个...
分类:
其他好文 时间:
2014-11-26 10:51:50
阅读次数:
288
1、首先init本地库,
2、git remote add remoteBranchName url。配置远端库路径
3、fetch操作。这样子会把远端库加载在本地,可读不可写。这个时候需要用merge操作合并两个库。可能出现冲突,处理代码或者资源冲突,主义add和commit等操作细节。
但是比较推荐的是先把本地commit之后再fetch。这样子本地的版本已经在库中,merge时覆盖也可...
分类:
其他好文 时间:
2014-11-25 23:36:01
阅读次数:
244
在网上找了半天的资料,终于搞定unity remote的连接了,主要参考这个帖子:http://answers.unity3d.com/questions/198853/unity-remote-for-android-not-working-solution.html1.下载android sdk...
分类:
编程语言 时间:
2014-11-25 12:16:45
阅读次数:
303
前言:经过一系列的调查,终于弄清楚了jqgrid的validate的remote用法,用起来很强大,并且很方便,下面进行一些总结
第一步:准备材料jquery.validate.js,加载到你项目中第二步:先查看一下remote的源码,你就会明白很多,我是通过firebug进行调查弄清楚的,把关键点的注释写了出来// http://docs.jquery.com/Plugins/Validati...
分类:
Web程序 时间:
2014-11-24 19:21:20
阅读次数:
206
第五题:clone代码 ?地址链接: https://github.com/Gazler/cloneme. LiGuicaideMacBook-Pro:git_hug?Guicai$?git?clone?https://github.com/Gazler/cloneme
Cloning?into?‘cloneme‘...
remote:?Countin...
分类:
其他好文 时间:
2014-11-24 15:31:10
阅读次数:
292
背景:周五同事和我探讨一个话题,他在我们搭建的nexus仓库中搜到的slf4j版本是3.1(打个比方),位于代理的CentralRepository,但是他需要的版本是3.2(打个比方),但是此nexus中没有slf4j的3.2版本,但是当他点击进CentralRepository并且选择browseRemoteIndex时候,却看到有3..
分类:
其他好文 时间:
2014-11-24 13:50:58
阅读次数:
2214
if($cookie_say!="hbnl"){add_headerSet-Cookie"say=hbnl";rewrite.*"$scheme://$host$uri"redirect;}if($cookie_say!="hbnl$remote_addr"){add_headerSet-Cookie"say=hbnl$remote_addr";rewrite.*"$scheme://$host$uri"redirect;}rewrite_by_lua‘localrandom=ngx.var.cookie_r..
分类:
其他好文 时间:
2014-11-24 13:47:19
阅读次数:
300
Atitit. Dwr 抛出异常error解决方案
1. Dwr3的处理机制..setErrorHandler 1
2. remote Mteh try catch 1
3. 林吧,子好java 处理,返回空的....走ok兰...
2
1. Dwr3的处理机制..setErrorHandler
function errh(errorString, exce...
分类:
其他好文 时间:
2014-11-22 09:16:49
阅读次数:
247
知识准备:1、ssh和sshd的区别:2、ssh服务进程默认地址:/etc/init.d/ssh查看ssh服务是否开启service ssh status或者:/etc/init.d/ssh status在虚拟机上单元测试remote.c函数,先手工检查ssh有没有运行:root@dbaudit-d...
分类:
系统相关 时间:
2014-11-21 10:32:40
阅读次数:
634
通过查资料后,再去看了看我的配置文件,结果发现我没有如下配置: nginx反向代理配置时,一般会添加下面的配置: ????? proxy_set_header Host $host; ??????proxy_set_header X-Real-IP $remote_ad...
分类:
其他好文 时间:
2014-11-21 00:10:23
阅读次数:
174