[root@linux ~]# mysql -u root -p 123456Enter password: ERROR 1049 (42000): Unknown database '123456'[root@linux ~]# mysql -u root -p Enter password: W...
分类:
数据库 时间:
2014-06-28 10:55:09
阅读次数:
254
在Cisco Server的DRAC中, 创建irtual drive时, 会看到下面的选项. 那么Write back, write through, write back bad BBU之间的区别是什么呢? Cisco官网解释如下: ================= Write back Da...
分类:
其他好文 时间:
2014-06-24 10:43:39
阅读次数:
305
一个serviceHost多个wcf service
分类:
移动开发 时间:
2014-06-24 10:26:11
阅读次数:
358
1. aam 里加入一个ip的internet 2. iis里不用加上ip,但不要有host name 出现的问题: 1. 当打开站点里会出现这个错误 file not found 2. 当加授予用户权限时,用户加不上去: Sorry, we're having trouble reaching t...
分类:
其他好文 时间:
2014-06-23 07:53:04
阅读次数:
223
PDO如何连接newPDO("mysql:host=localhost;dbname=php100","root", “ ");默认这个不是长连接,如果需要数据库长连接,需要最后加一个参数:array(PDO::ATTR_PERSISTENT => true)变成这样:newPDO(“连接信息”, ...
分类:
数据库 时间:
2014-06-23 06:03:51
阅读次数:
408
最近想用python写个切换host的小工具,折腾了好几天,终于实现了第一步。采用Tkinter编程,text控件接受输入,然后点击save按钮,保存内容到当前文件夹下,文件名为hostb,如下两张图片:直接上代码:#支持中文#!coding:gbk#导入需要的包from Tkinter impor...
分类:
编程语言 时间:
2014-06-22 23:24:49
阅读次数:
421
HCI, 主机控制接口(Host Controller Interface), 是蓝牙协议栈的重要部分, 相应的规范位于Core Version 4.1的vol 2:Part E和vol 4HCI提供了对控制器的统一接口,用来沟通Host和Control,如下图所示在规范中对HCI分为两个部分介绍 ...
分类:
其他好文 时间:
2014-06-21 17:24:09
阅读次数:
1445
一、替代arp, ifconfig, route等命令 显示网卡和IP地址 root@openstack:~# ip link list 1: lo: mtu 65536 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd ...
分类:
其他好文 时间:
2014-06-21 15:54:27
阅读次数:
417
我以前写过一篇介绍 tunnel 的文章,只是做了大体的介绍。里面多数 tunnel 是很容易理解的,因为它们多是一对一的,换句话说,是直接从一端到另一端。比如 IPv6 over IPv4 的 tunnel,也就是 SIT,它的原理如下图所示: 显然,除了端点的 host A 和 host B之外...
分类:
其他好文 时间:
2014-06-21 15:16:31
阅读次数:
228
In this post, I want to provide some additional insight on how the use of Open vSwitch (OVS) affects—or doesn’t affect, in some cases—how a Linux host...
分类:
其他好文 时间:
2014-06-21 15:01:41
阅读次数:
334