码迷,mamicode.com
首页 >  
搜索关键字:virtual terminal    ( 8030个结果
Mysql 存储过程+定时任务,完成分区自动维护
建表:drop table if exists terminal_parameter;CREATE TABLE `terminal_parameter` ( `terminal_parameter_id` int(11) NOT NULL AUTO_INCREMENT, .................
分类:数据库   时间:2014-06-11 22:11:36    阅读次数:542
centos 基本操作
centos 开启终端默认时不禁止的,所以得手动开启(可自定义键盘)菜单:System->Preferences->Keyboard Shortcuts在Desktop分类下找到“Run a terminal”点击Run a terminal,按下需要的快捷键,比如Ctrl+Alt+T,即可。以下操...
分类:其他好文   时间:2014-06-10 00:16:54    阅读次数:366
[Android]Android Hello World Example
In this tutorial, we show you how to create a simple “hello world”Androidproject inEclipse IDE + ADT plugin, and run it withAndroid Virtual Device (AV...
分类:移动开发   时间:2014-06-08 06:43:46    阅读次数:403
使用 U盘 重装 Mac OSX
一、制作 U 盘系统启动盘 1、从 App Store 上下载 OS Application。 2、打开 Terminal,设备显示隐藏文件。$ defaults write ~/Library/Preferences/com.apple.finder AppleShowAllFiles -bo.....
分类:其他好文   时间:2014-06-08 06:21:44    阅读次数:279
error LNK2005 : already defined in libcmt.lib
1>MSVCRT.lib(MSVCR100.dll) : error LNK2005: "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) already defined in libcmt.lib(stdexcpt.obj) 1>MS...
分类:其他好文   时间:2014-06-07 14:42:14    阅读次数:947
C#基础-------②
实例名 is 类名-->判断实例是否是 类返回值bool a is Person判断a是否为Person类型格式化代码Ctrl+K+D虚方法Virtual关键字,一个方法变为虚方法,在子类中便可以被重写,如果子类要重写用关键字override,调用子类对象有重写直接调用重写的方法,没重写直接调用父类...
分类:其他好文   时间:2014-06-06 22:28:55    阅读次数:360
Linux # Virtual Box VBoxGuestAdditions.iso
VBoxGuestAdditions.isovirtualbox主机和虚拟机之间怎样实现文件共享_百度知道http://zhidao.baidu.com/question/250530961.html?fr=qrl&index=0&qbl=topic_question_0&word=VBoxGues...
分类:系统相关   时间:2014-06-06 19:35:07    阅读次数:300
计算机网络基础学习笔记——理论
历史:第一代:50年代:(多台)终端(terminal)-->计算机(host)缺点:1.主机负荷重,效率低。2.终端速率低,线路利用低,费用高。60年代:通信控制处理机CCP(communication control processer)或FET(front end processor) 集中器...
分类:其他好文   时间:2014-06-06 15:34:57    阅读次数:421
学习设计模式--观察者模式(C++)
1. 说说简单的函数回调首先说说一种简单的函数回调机制(一种通过获取对象的指针来进行函数的调用方法)以下是代码演示---这是观察者(被回调)部分:class Observer{public: // 抽象观察者的纯虚函数 virtual void UpdateMessage() = 0;};class...
分类:编程语言   时间:2014-06-06 11:51:11    阅读次数:315
[CDLinux]VM模拟器中设置主机wifi网卡上网
1、打开Virtual NetworkEditor,开始 --> 程序--> VMware-->VirtualNetworkEditor选中VMnet0,在下面的“VMnet信息”设置区域选中“桥接”,然后把宿主机的无线网卡添加进去。2、打开VMware软件,选中左边要上网的linux主机,右键 -...
分类:系统相关   时间:2014-06-06 07:54:38    阅读次数:535
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!