大约有 1,200 项符合查询结果(耗时:0.0076秒) [XML]

https://bbs.tsingfun.com/thread-40-1-1.html 

尝试加载 Oracle 客户端时引发 BadImageFormatException。如果在安装 32 ...

本帖最后由 zqp2013 于 2015-4-23 09:59 编辑 尝试加载 Oracle 客户端时引发 BadImageFormatException。如果在安装 32 位 Oracle 客户端组件的情况下以 64 位模式运行,将出现此问题。
https://www.tsingfun.com/it/da... 

MySQL一次主从数据不一致的问题解决过程 - 数据(内核) - 清泛网 - 专注C/...

... 主 192.168.1.100 从 192.168.1.98 修复数据名 radius 工具安装 在主服务器安装 #安装依赖包 # yum install perl-DBI perl-DBD-MySQL perl-TermReadKey perl-Time-HiRes #安装工具 # wget percona.com/get/percona-toolkit.tar.gz # tar zxvf percona-toolkit-2.2.14.tar....
https://stackoverflow.com/ques... 

How can I scan barcodes on iOS?

... the iPhone. It can decode QR Codes. The source code is available from the zxing project; specifically, you want to take a look at the iPhone client and the partial C++ port of the core library. The port is a little old, from circa the 0.9 release of the Java code, but should still work reasonably w...
https://www.tsingfun.com/it/tech/1251.html 

linux svn搭建配置及svn命令详解 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...ten-host 127.0.0.1 (注:不指定端口号,默认为3690) 1、安装 [root@www ~]# yum install subversion [root@www ~]# svn -v 判断是否安装成功 svnserve, version 1.6.11 (r934486) 出现类型提示,说明安装成功。 有了SVN软件后...
https://bbs.tsingfun.com/thread-2024-1-1.html 

AppInventor有没有扫二维码的功能? - App应用开发 - 清泛IT社区,为创新赋能!

...,就是直接利用设备的摄像头进行条码的识别,内部采用ZXing(Java)进行条码的解析。
https://www.tsingfun.com/down/soft/70.html 

快速产品原型设计软件 - Axure RP Pro 7 (附注册码+汉化包) - 软件下载 -...

...下载Axure 7.0 英文原版(请选择PC或Mac版本)  PC(windows)安装文件地址:  axure7.0下载地址:点此下载axure7.0  MAC安... Axure RP Pro 是一个产品经理必备的交互原型设计工具,能够高效率制作产品原型,快速绘制线框图、流程图...
https://www.tsingfun.com/products/328.html 

CruiseControl.Net 进行持续化集成 - IT产品资讯 - 清泛网 - 专注C/C++及内核技术

...Net来对工作流程进行持续化集成的经验教训,详细地讲述安装,配置,使用CruiseControl 本文的目的: 本文总结了过去一年中使用CruiseControl.Net来对工作流程进行持续化集成的经验教训,详细地讲述安装,配置,使用CruiseCo...
https://www.tsingfun.com/it/tech/1250.html 

windows版 svn 服务器搭建及总结 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...客户端官方下载地址:http://tortoisesvn.net/downloads.html 我的安装路径为: 2.为svn创建版本存储仓repository。 可以使用svnadmin 命令,格式是: svnadmin create d:/svntest 意思是在d盘创建名为svntest仓。 不清楚的可以用 svnadmin ...
https://www.tsingfun.com/it/opensource/1236.html 

vs2010编译boost若干问题解决 - 开源 & Github - 清泛网 - 专注C/C++及内核技术

...,win7,vs2010。先在http: www.boost.org users download 上下载boost安装包,我下的是1.52.0版。按照说明,直接运行bootstr...首先说下环境,win7,vs2010。 先在http://www.boost.org/users/download/上下载boost安装包,我下的是1.52.0版。 按照说明,直...
https://www.tsingfun.com/it/te... 

python MySQLdb模块安装 - 更多技术 - 清泛网 - 专注IT技能提升

python MySQLdb模块安装python-MySQLdb-installMySQLdb是python操作mysql数据的一个.mysql的几乎所有的操作都可以实现,在python2系列使用Mysqldb,在python3系列使用pymysql和mysql connect。安装步骤如下:1 pip方式安 MySQLdb是python操作mysql数据...