最近几天辞职了,在家里面无聊。某一天在百度知道上看到一个问题,比较感兴趣,就研究了一下。 问题来源: http://zhidao.baidu.com/question/1495573046720461139.html?fr=qlquick&entry=qb_browse_word 问题描述: 根据X...
分类:
数据库 时间:
2014-11-28 16:11:36
阅读次数:
259
原文地址: https://blogs.oracle.com/ronen/entry/diving_into_openstack_network_architecture前言openstack网络功能强大同时也相对更复杂。本系列文章通过Oracle OpenStack TechPreview介绍openstack的配置,通过各种场景和例子说明openstack各种不同的网络组件。本文的目的在于提供...
分类:
其他好文 时间:
2014-11-26 22:38:54
阅读次数:
286
/*
* up_wp_page()函数用于解除物理页的共享状态,同时给发生写时复制的进程提供一页新的
* 物理页,新物理页是之前共享页的数据相同的拷贝。
* table_entry是共享物理页的地址的指针,即页表实际地址+表内偏移地址
*/
void un_wp_page(unsigned long * table_entry)
{
unsigned long old_page,new_...
分类:
系统相关 时间:
2014-11-26 11:29:37
阅读次数:
325
#!/usr/bin/env xdg-open[Desktop Entry]Encoding=UTF-8Version=1.0Type=ApplicationTerminal=falseName=CheeseExec=/usr/bin/cheeseIcon=/usr/share/cheese/che...
分类:
其他好文 时间:
2014-11-23 18:53:42
阅读次数:
198
[Desktop Entry]Version=1.0Type=ApplicationName=SpyderGenericName=SpyderComment=Scientific PYthon Development EnviRonmentTryExec=/home/xxx/anaconda/bin...
分类:
其他好文 时间:
2014-11-23 14:26:45
阅读次数:
173
1、下载sublime text 2文件,解压并复制到/opt目录2、在/usr/share/applications目录下新建sublime_text.desktop文件3、文件输入以下内容:[Desktop Entry]Version=2.0Name=Sublime TextComment=ST...
分类:
系统相关 时间:
2014-11-22 18:43:51
阅读次数:
213
修改 Exec, Icon 路径,将文件保存 pycharm.desktop,拖到unity侧边栏[Desktop Entry]Categories=Development;Comment[zh_CN]=Comment=Exec=/home/shalei/pycharm-community-3.0/...
分类:
系统相关 时间:
2014-11-22 13:10:46
阅读次数:
424
By admin on May 29, 2011 ? ? I have been working on clustering code improvements in the Tigase server for last a few months to make it more reliable and better scale. In article about XMPP Servic...
分类:
Web程序 时间:
2014-11-21 12:49:18
阅读次数:
272
display(); } function verify() { $verify=new Verify(); $verify->entry(); } function dologin() { $map=array(); $verify=new Verify(); if(!($verify-...
分类:
Web程序 时间:
2014-11-20 21:38:39
阅读次数:
254
我们在使用webdriver的clear方法时,我们需要注意其中selenium下webdriver的clear()方法,那我们首先看看官网上对clear()方法的描述:
/**
* If this element is a text entry element, this will clear the value. Has no effect on other
* elem...
分类:
Web程序 时间:
2014-11-20 17:11:03
阅读次数:
185