上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 527 下一页
摘要: 这个PDF算是学习docker的一个小总结,全部文章摘自我在csdn的博客专栏:http://blog.csdn.net/column/details/docker.html第一章到第八章摘自docker官方站点,翻译了一些个人觉得比較重要的文章,后面实战部分是自己一些实验的过程以及眼下在公司部署d... 阅读全文
posted @ 2016-01-25 10:24 zfyouxi 阅读(335) 评论(0) 推荐(0)
摘要: 大模拟:1》saygoodbye要先对 always on top 的人说2》对没有说过话的不要说good bye3》用long longChatTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 262144/262144 K (Java/Oth... 阅读全文
posted @ 2016-01-24 20:26 zfyouxi 阅读(165) 评论(0) 推荐(0)
摘要: 先说明下我linux上的环境:nginx + php(5.5.10) + mysql開始的源代码已经在本地写好,并调试成功(本地的环境是用XAMPP的默认配置)。在把代码上传至linux上时,出现下面问题:【1】写日志时:PHP message: PHP Warning: fopen(log/lo... 阅读全文
posted @ 2016-01-24 18:53 zfyouxi 阅读(207) 评论(0) 推荐(0)
摘要: 排序算法能够分为内部排序和外部排序,内部排序是数据记录在内存中进行排序,而外部排序是因排序的数据非常大。一次不能容纳所有的排序记录。在排序过程中须要訪问外存。常见的内部排序算法有:插入排序、希尔排序、选择排序、冒泡排序、归并排序、高速排序、堆排序、基数排序等。本文将依次介绍上述八大排序算法。 算法一... 阅读全文
posted @ 2016-01-24 17:24 zfyouxi 阅读(303) 评论(0) 推荐(0)
摘要: 一 环境介绍 SQL ServerPRINT @@VERSIONMicrosoftSQLServer2012-11.0.2100.60(X64)Feb10201219:39:15Copyright(c)MicrosoftCorporationEnterpriseEdition:Core-bas... 阅读全文
posted @ 2016-01-24 16:01 zfyouxi 阅读(798) 评论(0) 推荐(0)
摘要: 一、官网下载jquery,和jquery validation plugin http://jqueryvalidation.org/二、引入文件三、接下来,声明以下的HTML片段 姓名: 密码: 通过以上代码,大家会发现我们对于每个input都加上了class="required" 他的作用就是在... 阅读全文
posted @ 2016-01-24 14:49 zfyouxi 阅读(195) 评论(0) 推荐(0)
摘要: 1.mongodb从配置文件启动创建配置文件:/usr/local/mongodb/etc/mongodb.conf配置文件的内容为:#Directory and relavent setdbpath = /var/mongodb/datalogpath = /var/mongodb/logs/lo... 阅读全文
posted @ 2016-01-24 14:14 zfyouxi 阅读(427) 评论(0) 推荐(0)
摘要: 让自定仿函数也能够使用函数配接器:对于自定仿函数。假设希望和函数配接器搭配使用,就必须满足某些条件:必须提供一些型别成员来反映其參数和返回值类型。为方便程序猿。标准库提供下面结构:一元: template struct unary_function { // base class fo... 阅读全文
posted @ 2016-01-24 12:41 zfyouxi 阅读(202) 评论(0) 推荐(0)
摘要: DescriptionAt the entrance to the university, there is a huge rectangular billboard of size h*w (h is its height and w is its width). The board is the... 阅读全文
posted @ 2016-01-24 10:37 zfyouxi 阅读(120) 评论(0) 推荐(0)
摘要: 装好虚拟机+Linux。而且主机网络和虚拟机网络互通。以及Linux上装好JDK1:在Linux下输入命令vi /etc/profile 加入HADOOP_HOMEexport JAVA_HOME=/home/hadoop/export/jdkexport HADOOP_HOME=/home/h... 阅读全文
posted @ 2016-01-24 09:09 zfyouxi 阅读(506) 评论(0) 推荐(0)
上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 527 下一页