码迷,mamicode.com
首页 >  
搜索关键字:don    ( 1346个结果
Egiht(八种方法)
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忽略已经被提交的文件 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
Don't Be a Subsequence
问题 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
zabbix报错listener failed: zbx_tcp_listen() fatal error: unable to serve on any address
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
Java基础入门五)之方法以及递归算法
一.方法 1.1 什么是方法 java中的方法类似于其他语言中的函数 是一段用来完成特定功能的代码片段 1.2 为什么要声明方法 DRY Don't Repeat Yourself(不要写重复的代码) 原则 把能重复使用的逻辑抽取出来 不写重复的代码可以节省时间 提高效率 降低代码的出错几率 方便程 ...
分类:编程语言   时间:2018-07-17 10:44:42    阅读次数:168
HDU 1240 Asteroids!
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.4 You don‘t have permission to access / on
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 <HDU 1171>
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
Directive Controller And Link Timing In AngularJS
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
1346条   上一页 1 ... 20 21 22 23 24 ... 135 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!