Problem Description The 15-puzzle has been around for over 100 years; even if you don't know it by that name, you've seen it. It is constructed with 1 ...
分类:
其他好文 时间:
2018-08-02 01:47:13
阅读次数:
221
git忽略已经被提交的文件 git rm --cached logs/xx.log 然后更新 .gitignore 忽略掉目标文件, 最后 git commit -m "We really don't want Git to track this anymore!" ...
分类:
其他好文 时间:
2018-07-30 11:09:46
阅读次数:
101
方法: 为什么要声明方法 DRY Don't Repeat Yourself(不要写重复的代码) 原则 把能重复使用的逻辑抽取出来 方法的作用 简化代码 提高代码的可读性 提高代码的可维护性 重点:方法声明中需要注意: 1.访问权限修饰符 其他修饰符 可省略 2.一个完整的方法包含声明部分和方法体部 ...
分类:
编程语言 时间:
2018-07-29 17:50:26
阅读次数:
167
问题 F: Don't Be a Subsequence 时间限制: 1 Sec 内存限制: 128 MB提交: 33 解决: 2[提交] [状态] [讨论版] [命题人:]<!--StartMarkForVirtualJudge--> 题目描述 A subsequence of a string ...
分类:
其他好文 时间:
2018-07-27 14:38:59
阅读次数:
175
I'm trying to install zabbix on a new (virtual) server. But i have troubles with the zabbix_agentd on the zabbix server. I get the error below and don ...
分类:
其他好文 时间:
2018-07-18 20:46:59
阅读次数:
1538
一.方法 1.1 什么是方法 java中的方法类似于其他语言中的函数 是一段用来完成特定功能的代码片段 1.2 为什么要声明方法 DRY Don't Repeat Yourself(不要写重复的代码) 原则 把能重复使用的逻辑抽取出来 不写重复的代码可以节省时间 提高效率 降低代码的出错几率 方便程 ...
分类:
编程语言 时间:
2018-07-17 10:44:42
阅读次数:
168
HDU 1240 Asteroids! You're in space. You want to get home. There are asteroids. You don't want to hit them. InputInput to this problem will consist of ...
分类:
其他好文 时间:
2018-07-12 00:27:39
阅读次数:
218
apache2.4Youdon‘thavepermissiontoaccess/onthisserver.在配置完apache2.4conf/extra/httpd-vhosts.conf添加完虚拟主机后以及本地windows/system32/drivers/etc/host.conf进行域名解析后去到Apacheconf/httpd.conf大概是231行的位置修改<Direct
分类:
数据库 时间:
2018-07-08 20:37:58
阅读次数:
213
H - Big Event in HDU Nowadays, we all know that Computer College is the biggest department in HDU. But, maybe you don't know that Computer College had ...
分类:
其他好文 时间:
2018-07-06 21:32:27
阅读次数:
167
I've talked about the timing of directives in AngularJS a few times before. But, it's a rather complicated topic, so I don't mind digging a bit deeper ...
分类:
Web程序 时间:
2018-07-05 01:24:56
阅读次数:
239