上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 142 下一页
摘要: 前言 工厂模式是一种比較常见的创建模式。有时。可能你使用了工厂模式而你却还不知道你已经使用了它。至少我感觉以下说的第一种简单工厂模式,你是已经非常熟悉了。而且是常常使用的。不信,就继续向下看。版权说明著作权归作者全部。商业转载请联系作者获得授权,非商业转载请注明出处。本文作者:Coding-Naga 阅读全文
posted @ 2017-07-22 13:51 wzjhoutai 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1、错误描写叙述[root@ mysql]# rpm -ivh mysql-community-libs-5.7.11-1.el7.x86_64.rpm warning: mysql-community-libs-5.7.11-1.el7.x86_64.rpm: Header V3 DSA/SHA1 阅读全文
posted @ 2017-07-22 13:20 wzjhoutai 阅读(1009) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1068 #include <iostream> #include <stdio.h> #include <string.h> using namespace std; int n; int used[50 阅读全文
posted @ 2017-07-22 12:26 wzjhoutai 阅读(99) 评论(0) 推荐(0) 编辑
摘要: chrom and Safari浏览器: webkit核心的浏览器。使用CSS3渐变方法(css-gradient) -webkit-gradient(type, start_point, end_point, / stop...) -webkit-gradient(type, inner_cent 阅读全文
posted @ 2017-07-22 11:17 wzjhoutai 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: Solr是一个高性能,採用Java5开发,基于Lucene的全文搜索server。同一时候对其进行了扩展,提供了比Lucene更为丰富的查询语言,同一时候实现了可配置、可扩展并对查询性能进行了优化,而且提供了一个完好的功能管理界面,是一款很优秀的全文搜索引擎。 能够将数据库中的数据导入到solr中, 阅读全文
posted @ 2017-07-22 10:25 wzjhoutai 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 字符串匹配是计算机的基本任务之中的一个。 举例来说,有一个字符串"BBC ABCDAB ABCDABCDABDE"。我想知道。里面是否包括还有一个字符串"ABCDABD"? 很多算法能够完毕这个任务,Knuth-Morris-Pratt算法(简称KMP)是最经常使用的之中的一个。它以三个发明者命名。 阅读全文
posted @ 2017-07-22 08:29 wzjhoutai 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 升级python版本号后,执行yum # yum -y install openssl 提演示样例如以下: There was a problem importing one of the Python modules required to run yum. The error leading t 阅读全文
posted @ 2017-07-21 21:08 wzjhoutai 阅读(310) 评论(0) 推荐(0) 编辑
摘要: Permutations II Given a collection of numbers that might contain duplicates, return all possible unique permutations. For example, [1,1,2] have the fo 阅读全文
posted @ 2017-07-21 20:03 wzjhoutai 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 这本书的来源于根据我在《Repractise简单介绍篇:Web开发的七天里》中所说的 Web 开发的七个步骤而展开的电子书。当然它也是一个 APP、它一本关于怎样成为增长project师的指南。 编写过程 昨天。我算是把这本电子书(可在GitHub上阅读、下载)的初稿写完了,已经有75,505个字了 阅读全文
posted @ 2017-07-21 18:37 wzjhoutai 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=516 Your old uncle Tom inherited a piece of land from his great-great-uncle. Originall 阅读全文
posted @ 2017-07-21 17:50 wzjhoutai 阅读(137) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 142 下一页