码迷,mamicode.com
首页 >  
搜索关键字:ever    ( 3292个结果
HDU4864:Task(贪心)
Problem Description Today the company has m tasks to complete. The ith task need xi minutes to complete. Meanwhile, this task has a difficulty level y ...
分类:其他好文   时间:2017-05-20 12:18:24    阅读次数:274
Daily dictation 听课笔记
E5 three strong and three weak S d don't can't N t L th Don't ever let somebody tell you, you can't do something ...
分类:其他好文   时间:2017-05-20 01:10:08    阅读次数:141
友链大集合
以后还会更 foreverpiano同志 http://www.cnblogs.com/foreverpiano/ 搞基同志 http://www.cnblogs.com/zwfymqz/ 出气筒同志 http://www.cnblogs.com/SpeedZone/ 某位女同志 http://ww ...
分类:其他好文   时间:2017-05-19 23:49:22    阅读次数:228
LeetCode---------Add Two Numbers 解法
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:其他好文   时间:2017-05-19 12:15:11    阅读次数:306
【前端】怎样成长为一名优秀的前端project师---
浅谈本人的经验。也算是与大家交流吧,本人眼下也是从事前端的工作,时间并不长,说的不好,请见谅。 首先,前端project师必须得掌握HTML、CSS和JavaScript。仅仅懂当中一个或两个还不行,你必须对这三门语言都非常熟悉。也不是说必须对这三门语言都非常精通,但你至少要可以运用它们完毕大多数任 ...
分类:其他好文   时间:2017-05-19 10:11:37    阅读次数:233
浅析ES5 中对数组遍历的5个扩展方法
功能: 遍历数组中的每一个元素, 并且将每一个元素的处理过程交给回调函数 语法: 数组.forEach( callback ) 回调函数中会传入两个参数, 一个是遍历的数组元素, 一个是当前的索引. 例如: 遍历打印数组中的每一个元素与索引号 传统: for ( var i = 0; i < arr ...
分类:编程语言   时间:2017-05-19 00:05:41    阅读次数:305
python_code list_1
>>> def is_not_empty(s): return s and len(s.strip()) > 0 >>> filter(is_not_empty, ['test', None, '', 'str', ' ', 'END'])<filter object at 0x1056a3518> ...
分类:编程语言   时间:2017-05-18 21:37:10    阅读次数:263
Spring MVC 使用tomcat中配置的数据源
Spring MVC 使用tomcat中配置的数据源 配置tomcat数据源 打开tomcat目录下的conf目录,编辑sever.xml目录。在<GlobalNamingResources>标签中添加数据源配置: 编辑同目录下的context.xml。 在<Context> 标签中添加数据源连接: ...
分类:编程语言   时间:2017-05-18 15:39:46    阅读次数:143
配置网络yum源
有的时候服务器需要下载一些软件,是本地yum源没有的,这时候需要配置网络yum源 #cd /etc/yum.repos.d/ 把这个目录下的配置文件备份,改名;或者是把文件里边的enabled=1的改为enabled=0; # wget -O /etc/yum.repos.d/CentOS-Base ...
分类:其他好文   时间:2017-05-18 14:45:32    阅读次数:115
字符串数组统计单词数
public class _z { public static void main(String a[]){ String x[]=new String[]{"Every","day","we","should","smile","on","the","people","around","us"}; ...
分类:编程语言   时间:2017-05-17 18:21:49    阅读次数:250
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!