搭建 WordPress 个人博客 wordpress中的新theme的使用感触:这次的theme可以在视图中及时浏览它的效果,也可以在视图中直接进行修改。 准备 LNMP 环境 任务时间:30min ~ 60min LNMP 是 Linux、Nginx、MySQL 和 PHP 的缩写,是 Word ...
分类:
其他好文 时间:
2017-08-16 18:16:11
阅读次数:
204
写在前面 今天登洛谷发现离Noip剩下88天了??(虽然看起有点久),然后觉得似乎水了一个暑假什么也没做(虽然学了点数据结构和一些奇奇Gaygay的东西),于是打开题库发现去年Long Happy的集训套题我似乎没有提交过,那就一天一套题,顺便码个题解+心得(雾? T2.传作业 题目描述 某十三同学 ...
分类:
其他好文 时间:
2017-08-14 23:40:06
阅读次数:
244
题目链接: csu1510 解题思路: 要求解四个值x_min,x_max,y_min,y_max 首先考虑x_min怎样得到:由于机器人最后有能够面向四个方向(E,W,N,S),我们能够用一个数组a[4]来存机器人面向4个方向时x的值 a[0]: x+,a[1]:x-。a[2]:y+,a[3],y ...
分类:
移动开发 时间:
2017-08-11 12:19:14
阅读次数:
179
由于在pom文件中加入依赖坐标无法将fastdfs-client-java下载下来,后来通过查资料,发现在中央仓库中没有定义该坐标。为此,使用idea从github下载fastdfs-client-java源码,编译成成jar,发布到本地的maven仓库。具体实现步骤如下: 一、首先选择File-> ...
分类:
编程语言 时间:
2017-08-10 19:42:50
阅读次数:
237
Happy Number UVA - 10591 Let the sum of the square of the digits of a positive integer S0 be represented by S1. In a similar way, let the sum of the s ...
分类:
移动开发 时间:
2017-08-10 17:04:00
阅读次数:
240
请实现一个函数,把字符串中的每个空格替换成“%20”,例如输入“We are happy”,则输出“We%20are%20happy”。 ...
分类:
其他好文 时间:
2017-08-10 01:29:25
阅读次数:
145
题目: Background Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man who tells him ...
分类:
其他好文 时间:
2017-08-10 01:24:49
阅读次数:
161
代理,一看名字就知道这只是个中介而已,真实的执行者在代理的后面呢。cbf4life在他的书里提的例子也很有趣,更详细的内容及说明可以参考原作者博客:cbf4life.cnblogs.com。现在贴代码,以方便随用随取。 2.1.解释 main(),西门庆 IKindWomen,接口 CWangPo, ...
分类:
编程语言 时间:
2017-08-08 19:59:37
阅读次数:
277
题目链接 Problem Description Sdjpx is a powful man,he controls a big country.There are n soldiers numbered 1~n(1<=n<=3000).But there is a big problem for ...
分类:
移动开发 时间:
2017-08-06 21:52:33
阅读次数:
270
1647: [Usaco2007 Open]Fliptile 翻格子游戏 Description Farmer John knows that an intellectually satisfied cow is a happy cow who will give more milk. He has ...
分类:
其他好文 时间:
2017-08-02 19:52:11
阅读次数:
165