BACKGROUNDMany modern operating systems (OS's) use the Advanced Configuration and Power Interface (ACPI) standard, e.g., Rev. 3.0b, published Oct. 10,...
分类:
其他好文 时间:
2014-06-18 22:07:15
阅读次数:
382
Ubuntu12.04 LTS忘记密码.重新启动机器,在启动的过程中,按Esc(刚才偶然按着shift+Esc居然调出了Ubuntu任务管理器的图形界面,That is amazing),会看到启动选项,将焦点移动Recover mode的选项,然后,按e编辑。这样就可以编辑启动脚本,移动到最后一行...
分类:
其他好文 时间:
2014-06-18 18:15:27
阅读次数:
162
我们这一节主要来看Controller Controller有两种: Primary Controller: 真正控制vswitch的flow table,vswitch会保持和controller的连接,如果失败,取决于bridge的fail mode。一个vswitch可以连接多个Control...
分类:
其他好文 时间:
2014-06-18 14:31:58
阅读次数:
530
Real Mode在 real mode 中,memory 的使用被限制在 1 MByte(220bytes) 內,可用的 address 範圍為 0x00000 ~ 0xFFFFF。由 memory address 的可用範圍可知,存取需要 20 bits 的長度,但在 8086 的 CPU 架構...
分类:
其他好文 时间:
2014-06-18 13:41:34
阅读次数:
180
SharePoint用户可能需要更改自己AD中记录的登录密码。本文介绍SharePoint 修改密码Web Part部署方案,放在页面中,用户可以自行修改。...
分类:
Web程序 时间:
2014-06-18 07:42:26
阅读次数:
244
LINQ是一种有效且高效的查询数据的方法。使用SPMetal你可以准备SharePoint列表来查询。下面讲解在SharePoint中使用LINQ。...
分类:
其他好文 时间:
2014-06-17 23:23:11
阅读次数:
215
Structural Things
An artifact is a physical
and replaceable part of a system that contains physical information (“bits”).
In a system, you’ll encounter different kinds of deployment artifacts...
分类:
其他好文 时间:
2014-06-17 23:08:40
阅读次数:
258
无意中将home下的所有文件都删除了,一些配置文件都丢了。重新登陆后,发现无法加载bashrc。查找后,发现问题不在于bashrc,而在与.bash_profile丢失login shell mode 只会读取 ~/.bash_profile , ~/.bash_login , ~/.profile...
分类:
其他好文 时间:
2014-06-17 20:29:17
阅读次数:
213
在安装织梦网站时出现 ”连接数据库出现数据库服务器或登录密码无效,无法连接数据库,请重新设定“
但是数据库用户名和密码是正确的,在服务器端完全可以进入到数据库的。
于是关闭php的sql安全模式。
把PHP.INI 里面的 sql.safe_mode = on 改成 sql.safe_mode = off 就可以了。...
分类:
数据库 时间:
2014-06-17 16:21:47
阅读次数:
1076
主要参考文档:http://www.itpub.net/thread-1714191-1-1.html
Oracleh有两种服务器模式shared mode和dedicated mode。
Dedicated mode下,客户端每发来一个连接请求,数据库都要给这个请求建立一个服务进程来完成响应。而在shared mode下,oracle会首先建立一定数目的服务进程,客户端发来的请求会首先发送到...
分类:
数据库 时间:
2014-06-17 16:10:51
阅读次数:
316