07 2015 档案

摘要:简述:VMware虚拟网络概述、实现虚拟网络上网 Part0 子网掩码、DHCP、NAT,这些点请自行百度,百度百科讲的很清晰。 Part1 转载:本文出自 “王春海的博客” 博客http://wangchunhai.blog.51cto.com/225186/381225 注:在转载文章上对于每一种网络都增加了例子 3.1 VMware虚拟网络概述 VMware Workstation(或VMw... 阅读全文
posted @ 2015-07-28 20:37 codeplayplus 阅读(779) 评论(0) 推荐(0)
摘要:1.下载安装包官网下载.rpm格式安装包,需要下面两个文件: MySQL-server-5.0.26-0.i386.rpm MySQL-client-5.0.26-0.i386.rpm 注:官网下载时,如果选择linux generic版本,而网页没有跳转到相应的安装包下载页面,请到镜像网站下载,可百度搜狐镜像. 2.检查是否已经安装[root@tianxia ~]# rpm -qa | g... 阅读全文
posted @ 2015-07-27 09:27 codeplayplus 阅读(430) 评论(0) 推荐(0)
摘要:简述:排序算法,参见http://www.cplusplus.com/reference/algorithm/?kw=algorithm待解决问题:各种排序算法的实现/*template void sort (RandomAccessIterator first, RandomAccessItera... 阅读全文
posted @ 2015-07-19 23:02 codeplayplus 阅读(235) 评论(0) 推荐(0)
摘要:转载自:http://blog.csdn.net/wuyigong111/article/details/17410661,进行部分修改 创建一个用户 sgmm,并在其用户目录里面安装 jdk和tomcat,安装过程如下。 一、增加 sgmm 用户和 sgmm 组 [root@lnx_test ~]# groupadd sgmm [root@lnx_test ~]# useradd -d /h... 阅读全文
posted @ 2015-07-16 17:09 codeplayplus 阅读(5148) 评论(0) 推荐(0)
摘要:简述:改变序列算法,参见http://www.cplusplus.com/reference/algorithm/?kw=algorithm待解决问题:iterator_traits、std::move/*template BidirectionalIterator partition (Bidir... 阅读全文
posted @ 2015-07-13 19:12 codeplayplus 阅读(439) 评论(0) 推荐(0)
摘要:简述:ctime头文件中的4中与时间相关的数据类型头文件中定义了4种与时间有关的数据类型,如下:clock_tsize_ttime_tstruct tmclock_tClock type[时钟类型]Alias of a fundamental arithmetic type capable of r... 阅读全文
posted @ 2015-07-09 21:45 codeplayplus 阅读(3056) 评论(0) 推荐(0)
摘要:简述:printf、sprintf函数转载自http://www.cnblogs.com/adslg/archive/2008/08/22/1274164.html 部分进行了修改,参考http://www.cplusplus.com/reference/cstdio/printf/?kw=prin... 阅读全文
posted @ 2015-07-09 17:17 codeplayplus 阅读(270) 评论(0) 推荐(0)
摘要:概述:不变序列算法,参见http://www.cplusplus.com/reference/algorithm//*std::for_eachtemplate Function for_each (InputIterator first, InputIterator last, Funct... 阅读全文
posted @ 2015-07-05 20:31 codeplayplus 阅读(227) 评论(0) 推荐(0)