【Bypassing iPhone Code Signatures】 Starting with
the recent beta releases of the iPhoneOS, Apple has started requiring that all
code on the device is....
分类:
其他好文 时间:
2014-05-09 08:07:25
阅读次数:
437
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
fstat函数用于返回关于文件的信息到一个struct stat结构中,stat结构中的st_mode可以用来区分文件类型。
struct stat {
dev_t st_dev; /* ID of device containing file */
ino_t st_ino; /* inode ...
分类:
其他好文 时间:
2014-05-09 02:01:26
阅读次数:
379
newton板已经发布了,下面接着整理我调试的一个小小的方面,蓝牙的功能实现以及测试:
转载请注明出处:http://blog.csdn.net/wang_zheng_kai
3.2. Bluetooth Function Test
141
142 1)View the Bluetooth MAC address and device names:hcitool dev
143...
分类:
其他好文 时间:
2014-05-09 01:32:21
阅读次数:
265
一、基础
1、创建数据库
CREATE DATABASE database-name
2、删除数据库
drop database dbname
3、备份sql server
--- 创建 备份数据的 device
USE master
EXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwi...
分类:
数据库 时间:
2014-05-09 01:30:23
阅读次数:
457
网卡上增加一个IP:ifconfig eth0:1 192.168.0.1 netmask
255.255.255.0删除网卡的第二个IP地址:ip addr del 192.168.0.1 dev eth0
分类:
其他好文 时间:
2014-05-08 23:58:34
阅读次数:
405
第一步:查看usb信息:在终端输入命令 lsusb12345678leigo@leigo:~$
lsusbBus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching
HubBus 002 Device 002: ID 8...
分类:
移动开发 时间:
2014-05-08 23:41:07
阅读次数:
552
CDN加速代理环境的测试:192.168.1.这个网段是可以上网的,2网段不可以上网一台apache服务器 :配置 只安装apche服务 IP
192.168.1.59一台双网卡的服务器 :只安装squid服务eth0 192.168.1.61 eth1 192.168.2.61一台客户机:
只有浏...
分类:
其他好文 时间:
2014-05-08 22:47:51
阅读次数:
462
systemandroid/device/softwinner/apollo-cubieboard/BoardConfig.mkBOARD_SYSTEMIMAGE_PARTITION_SIZE
:= 524288000userdataandroid/device/softwinner/apollo-...
分类:
其他好文 时间:
2014-05-08 15:39:35
阅读次数:
242