码迷,mamicode.com
首页 >  
搜索关键字:swtch default    ( 18303个结果
Hyper-V和VMware Workstation不兼容的解决方法
win+x 以管理员帐号登录系统,进入到cmd dos命令窗口 打开开始菜单的运行选项,输入cmd(或者直接在开始菜单的搜索栏搜索cmd), C:\Users\Administrator>bcdedit /copy {default} /d "win8专业版 without Hyper-v" 已将该...
分类:其他好文   时间:2014-06-28 15:23:52    阅读次数:307
PostgreSQL 安装
http://www.csdn.net/article/2012-08-23/2809053-PostgreSQL-is-Our-New-Default一、安装(以root身份进行)1、检出最新的postgresql的yum配置从http://yum.pgsqlrpms.org/reporpms/r...
分类:数据库   时间:2014-06-28 11:55:23    阅读次数:260
Ajax.Utility.RegisterTypeForAjax(typeof(_Default)) 的使用
语句的作用:页面注册方法的作用。Ajax.Utility.RegisterTypeForAjax(typeof(命名空间.类名));首先要在配置文件里配置 代码演示:namespace WebSite{ public partial class tuangou : System.Web.U...
分类:其他好文   时间:2014-06-24 09:40:32    阅读次数:310
Couchbase 集群小实践
局域网 两台机 192.168.1.2 我们称为A机器 192.168.1.3 我们称为B机器 配置集群的时候,从A或者是B的web后台都可以添加, 在这里 我们以 A机器为主 目前A机器里面 有桶一个 default ,数据不多 目前B机器里面 有桶2个 分别是 default 和 needpwd...
分类:其他好文   时间:2014-06-23 06:36:35    阅读次数:238
Ubuntu系列Crontab日记记录
修改rsyslog文件,将/etc/rsyslog.d/50-default.conf 文件中的#cron.*前的#删掉重启rsyslog服务service rsyslog restart重启cron服务service cron restartsudo tail -f /var/log/cron.l...
分类:其他好文   时间:2014-06-22 23:23:28    阅读次数:216
修改MyEclipse编辑框背景色
修改MyEclipse编辑框背景色 1、未修改之前,编辑框背景色 2、依次操作,“Window--->Preferences” 3、选择“General--->Editors--->Text Editors”,找到右侧的“Background color”,       取消“System Default”,单击“Color”,选中喜欢的颜色...
分类:系统相关   时间:2014-06-22 21:37:45    阅读次数:302
Myeclipse重装后的必要配置
一、JDK位置 每台机器允许多个jdk版本存在,编译时选择需要使用的jdk即可。MyEclipse—>Properties—>Java—>Installed JRES选择jdk位置 二、编码 ①window—>preference—>general—>content type,展开每一项并在Default encoding中输入UTF-8并点击update按钮 ②window—>p...
分类:系统相关   时间:2014-06-22 16:43:36    阅读次数:333
STL vector的构造函数和析构函数(2)
public member function std::vector::vector C++98 C++11 default (1) explicit vector (const allocator_type& alloc = allocator_type()); fill (2) explicit vec...
分类:其他好文   时间:2014-06-22 07:02:06    阅读次数:386
nova compute enable password injection and filesystem resize
root@OpenstackIcehouse2:~# cat /etc/nova/nova-compute.conf [DEFAULT] compute_driver=libvirt.LibvirtDriver [libvirt] virt_type=qemu libvirt_inject_part...
分类:其他好文   时间:2014-06-21 16:38:02    阅读次数:580
[转]Open vSwitch with SSL and Mininet
Open vSwitch with SSL and Mininet By default, Mininet uses the unencrypted port in Open vSwitch for OpenFlow. This makes total sense since the purpose...
分类:Web程序   时间:2014-06-21 14:35:59    阅读次数:475
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!