1:clear2:Ctrl+L3:printf "\033c" 4:ALT+F8By KillerLegendRef:http://www.coolcoder.in/2014/01/how-to-clear-terminal-screen-for-real.html
分类:
系统相关 时间:
2014-08-12 00:16:53
阅读次数:
876
C#是面向组件的语言编程语言趋势:自包含自描述垃圾回收异常处理类型安全C#继承与c++与Java的糅合版本控制virtual override.cs作为扩展名命名空间程序类型成员程序集程序集的扩展名一般为.dll(library)或者.exe(application)。主要看其中是否包含main入口...
分类:
其他好文 时间:
2014-08-11 11:37:42
阅读次数:
325
Linux下的Dropbox是支持命令行模式的.,在terminal中输入dropbox后,如下提示:Dropbox command-line interfacecommands:Note: use dropbox help to view usage for a specific command....
分类:
系统相关 时间:
2014-08-11 11:28:22
阅读次数:
290
1.安装linux时选择中文系统,或安装后vi /etc/sysconfig/i18n文件改为:LANG= zh_CN.UTF-8 2.在secureCRT里面: Session Options(会话选项) -> Terminal(终端) -> Appearance(显示), 将Fonts(字体)选...
分类:
其他好文 时间:
2014-08-11 00:02:10
阅读次数:
296
问题:I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commandsexport M2_HOME=/usr/...
TreeYou are to determine the value of the leaf node in a given binary tree that is the terminal node of a path of least value from the root of the bi....
分类:
其他好文 时间:
2014-08-10 18:11:20
阅读次数:
273
当基类确定被继承的时候,析构函数声明为virtual是必须的当返回的派生类的指针或引用的时候,调用析构函数容易发生内存泄漏当基类作为抽象类使用,声明pure virtual析构函数析构函数的顺序————派生类的析构函数先被调用(先析构基类成员)构造函数的顺序————派生类的构造函数先被调用(先构造基...
分类:
其他好文 时间:
2014-08-10 18:07:50
阅读次数:
277
C++编译器自己合成的构造函数:默认构造函数copy构造函数copy assigment操作符析构函数(编译器产生的析构时non-virtual)copy assignment(当含有const以及reference时不能自动合成)
分类:
编程语言 时间:
2014-08-10 15:23:40
阅读次数:
257
Lvs是由国防大学章文嵩博士发起的一个开源项目,用来实现服务器之间的负载均衡。全名为linux virtual server
软件包围ipvsadm.tar.gz 随着企业的规模扩大,服务器的访问越来越大。这时候只有两个方案解决服务器的负载能力。
1: 向上扩展服务器的硬件配置。购买昂贵的机器来承担日益繁重的性能要求。...
分类:
其他好文 时间:
2014-08-10 13:06:20
阅读次数:
249
1.在httpd.conf文件中启用httpd-vhosts.conf 去掉#,即#Virtual hosts (虚拟主机)Include conf/extra/httpd-vhosts.conf2.架设虚拟主机在 D:/www 目录下 (需事先建立站点)3.设置http-vhosts.conf文....
分类:
其他好文 时间:
2014-08-10 12:57:50
阅读次数:
151