Problem Description In the game of DotA, Pudge’s meat hook is actually the most horrible thing for most of the heroes. The hook is made up of several ...
分类:
其他好文 时间:
2017-07-22 16:53:16
阅读次数:
161
整个搭建用的都是各种默认设置,所以没有用到高深的的东西,比较简单,比较傻瓜式,这篇也仅仅是一个入门。 另外本文具有时效性,浏览本文请注意发表时间,为防止过时产生误导,本文尽量把 “如何得知应该这样做” 之类的内容放进去。 1、安装GitLab 从官网获得安装步骤,并执行(不去官网也可以,本文已经把所 ...
分类:
Web程序 时间:
2017-07-22 14:33:27
阅读次数:
1059
题意:t组数据,给一个n。m表示n长度的钩和m次操作。初始钩子的每单位长度的价值为1,接下来输入 x,y,k 的操作把钩子[x,y]区间的价值替换为k,求m次操作后钩子的价值为多少 分析:成段替换。最后仅仅要求第一个区间就能够了,使用不用写query询问 代码: #include <iostream ...
分类:
其他好文 时间:
2017-07-21 23:21:32
阅读次数:
247
修改pre-commit钩子,如果返回中文信息,可能会报如下错误: Error output could not be translated from the native locale to UTF-8. 网上流传的解决方案,是增加以下代码:export LANG=zh_CN.UTF-8 该方法实 ...
分类:
其他好文 时间:
2017-07-21 20:41:28
阅读次数:
1182
Java的注解、反射等机制的产生,让动态代理成为可能,一般通过全限定名+类名,找到类,可以invoke它的构造方法以及其他方法,可以获取它的参数(Field)名称和值。 注解一般用在代码的注释上、代码审查上(有没有按标准写,比如inspect)、代码注入(hook,asbectj),需要考虑的是,在 ...
分类:
编程语言 时间:
2017-07-18 23:04:35
阅读次数:
362
jsencrypt.min.js jsencrypt.js jquery-1.11.3.min.js ...
分类:
其他好文 时间:
2017-07-18 01:38:32
阅读次数:
1042
修改Pre-commit hook http://blog.csdn.NET/pksniq/article/details/24870077 ...
分类:
其他好文 时间:
2017-07-16 10:10:49
阅读次数:
155
1.列表list[] 可以包含多种数据对象,相同或不相同都可以。 2.列表是序列 所以有索引、切片 3. ...
分类:
编程语言 时间:
2017-07-15 13:51:49
阅读次数:
169
2017年6月29日 星期四 --出埃及记 Exodus 27:11The north side shall also be a hundred cubits long and is to have curtains, with twenty posts and twenty bronze base ...
分类:
其他好文 时间:
2017-07-15 13:50:43
阅读次数:
206
题目网址:http://acm.hdu.edu.cn/showproblem.php?pid=1698 题目: Problem Description In the game of DotA, Pudge’s meat hook is actually the most horrible thing ...
分类:
其他好文 时间:
2017-07-13 21:45:42
阅读次数:
118