码迷,mamicode.com
首页 >  
搜索关键字:program files x86    ( 31958个结果
一个浏览器循环刷新网页的例子
class Program { public static void Main(string[] args) { int i=0; String[] urlarray = new String[] { "http://ww...
分类:Web程序   时间:2014-05-09 16:06:58    阅读次数:327
使用lib.exe生成.lib文件
当我们下载后发现只有DLL,没有LIB的时候,只能自己生成了。以生成sqlite的lib文件为例:在:\Program Files\Microsoft Visual Studio 8\VC\bin里面有个lib.exe用拿生成lib,但默认是不能运行的,缺少几个文件把:\Program Files\...
分类:其他好文   时间:2014-05-09 15:33:32    阅读次数:304
CentOS 6.4 服务器版安装教程(超级详细图解)
附:CentOS 6.4下载地址32位:http://mirror.centos.org/centos/6.4/isos/i386/CentOS-6.4-i386-bin-DVD1to2.torrent64位:http://mirror.centos.org/centos/6.4/isos/x86_...
分类:其他好文   时间:2014-05-09 15:25:39    阅读次数:354
SXH232摄像头使用示范
It occurred to me suddenly that I wanted to program the our camera sensor for PC desktop, just like the one purchased from shop, which can make the video recording. Finally although the result seemed ...
分类:其他好文   时间:2014-05-09 14:58:02    阅读次数:373
mongoDB 启动服务
mongod --dbpath "d:\Program Files\MongoDB 2.6 Standard\data\db" --logpath "d:\Program Files\MongoDB 2.6 Standard\logs\MongoDB.log" --install --service...
分类:数据库   时间:2014-05-09 10:19:13    阅读次数:301
EXTRACT FILES AND IMAGES FROM A SHAREPOINT CONTENT DATABASE
If you ever had the problem where you need to extract files from a SharePoint Content Database or normal SQL Database stored as binary, this post will...
分类:数据库   时间:2014-05-09 09:54:59    阅读次数:495
FireMonkey 使用Webbrowser
DELPHI XE5 源码PASCAL:http://files.cnblogs.com/xe2011/FireMonkey_Webbrowser.rar为了这个用上webbrowser真是费太大劲了要让窗体2位置和窗体1的PANEL坐标一致窗体样式要为noneWeb坐标才会正确但是fire mon...
分类:Web程序   时间:2014-05-09 09:30:47    阅读次数:2194
关于Linux中SDK 升级报错的解决
在配置安卓开发环境时,我将sdk、eclipse等工具包解压在了/opt目录下,在安装adt、导入sdk时,频频出现问题,Failed to create directory /opt/adt-bundle-linux-x86_64-20140321/sdk/temp原因是程序在/opt目录下权限不...
分类:系统相关   时间:2014-05-09 09:03:05    阅读次数:399
IBM开放Power拉拢产业链处理器战场英特尔左右受敌
4.28日,IBM面向大数据应用行业发布了Power 8服务器处理器,并且将Power 8架构设计全面开源,企图模仿arm在移动互联网领域的做法,建立自己的开源生态圈,这标志着IBM对于X86市场开始发力,以前IBM既有X86架构的产品,又有高端服务器产品,但是又不好左右手互搏,现在好了,有联想这个...
分类:其他好文   时间:2014-05-09 07:39:19    阅读次数:265
Mysql主从复制配置
Mysql主从复制配置一、测试环境1.软件环境a)操作系统:CentOS6.5X64b)Mysql-Server:mysql-server-5.1.73-3.el6_5.x86_642.网络环境每台主机均有两个网卡,其中一块网卡与令一块网卡直连;a)Mater_DB:i.Eth0:192.168.99.11/24ii.Eth1:10.1.1.11/24b)Slave_DB:i.Eth0:192.168.99..
分类:数据库   时间:2014-05-09 06:54:12    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!