- 博客(10)
- 资源 (1)
- 收藏
- 关注
原创 Linux Bash
Bash 实例,第一部分 Bourne again shell (bash) 基本编程 http://www.ibm.com/developerworks/cn/linux/shell/bash/bash-1/index.shtml Bash 实例,第二部分更多的 bash 基本编程 http://www.ibm.com/developerworks/cn/linux/she
2014-02-28 15:23:02
543
转载 variadic function
In computer programming, a variadic function is a function of indefinite arity, i.e., one which accepts a variable number of arguments. Support for variadic functions differs widely among programming
2014-02-27 11:06:54
740
转载 sublime-test-2 install sublimeclang plugin
http://www.sublimetext.com/forum/viewtopic.php?f=6&t=9313
2014-02-10 12:06:35
1105
原创 UBUNTU:GTK+
check gtk+ whether is installed or not pkg-config --list-all | grep gtk
2014-02-08 14:48:49
627
原创 ubuntu: ssh service
Install ssh sudo apt-get install openssh-server check openssh-server status ps -e | grep ssh should list out the ssh-agent and sshd start/stop/restart ssh sudo /etc/init.d ssh start/stop
2014-02-07 18:29:13
514
原创 ftp service for ubuntu
Install the vsftpd: sudo apt-get install vsftpd Check the vsftpd service running status: ps -e | grep vsftpd vsftpd configrations: sudo gedit /etc/vsftpd.conf listen=YES # 服务器监听 a
2014-02-07 18:21:16
513
原创 mysql
reference URL: http://wiki.ubuntu.org.cn/MySQL installation sudo apt-get install mysql-server start/stop/restart sudo start mysql OR sudo /etc/init.d/mysql start sudo stop mysql install
2014-01-15 17:05:57
597
原创 apache httpd
安装 sudo apt-get install apache2-httpd 启动/停止/重启 sudo /etc/init.d/apache2 start sudo /etc/init.d/apache2 stop sudo /etc/init.d/apache2 restart 配置
2014-01-15 16:59:10
613
转载 C++ Programming Basic acknowledge
__cdecl __cdecl 是C Declaration的缩写(declaration,声明),表示C语言默认的函数调用方法:所有参数从右到左依次入栈,这些参数由调用者清除,称为手动清栈。被调用函数不会要求调用者传递多少参数,调用者传递过多或者过少的参数,甚至完全不同的参数都不会产生编译阶段的错误。
2013-12-11 13:39:45
605
原创 MFC资料贴
介绍Frame/View/Document的文章 http://www.cnblogs.com/afarmer/archive/2010/11/30/1892260.html
2013-12-04 11:50:12
590
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅