码迷,mamicode.com
首页 >  
搜索关键字:let    ( 14348个结果
7.0 Streams
When I worked on Lab-1, I used Streams, though I hadn't learned that.And this time, let me talk about more details of Streams.First, let's have a look...
分类:其他好文   时间:2015-05-04 23:55:02    阅读次数:129
HDU-1004-Let the Balloon Rise(直接new一个字符串数组compareTo!)
Let the Balloon Rise Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 85666    Accepted Submission(s): 32330 Problem Description Con...
分类:编程语言   时间:2015-05-03 13:25:20    阅读次数:165
vimrc
let g:molokai_original = 1 let g:rehash256 = 1colorscheme molokaiset numberset nohlsearch incsearch"set mouse=aset autoindent smartindentset incsearch...
分类:系统相关   时间:2015-05-02 18:04:03    阅读次数:220
[ES6] 23. Rest Parameters & Spread Parameters
Rest Parameters:In ES5, when you don't know how many paramters will be passed in, you can use arguments:let sum = function(){ let result = 0; fo...
分类:其他好文   时间:2015-05-01 19:50:49    阅读次数:157
用Swift开发Mac App(5)
显示昆虫详情打开MasterViewController.swift 增加如下方法: func selectedBugDoc() -> ScaryBugDoc? {    let selectedRow = self.bugsTableView.selectedRow;    if selectedRow >= 0 && selectedRow self.bugs.count { ret...
分类:移动开发   时间:2015-05-01 09:23:20    阅读次数:264
Swift基础教程(swift代码创建第一个控件之UILabel)
首先 给需要创建的label 设置frame let textLabel = UILabel(frame:CGRectMake(self.view.frame.size.width/8,20,self.view.frame.size.width*3/4,100)) 给label 设值         textLabel.text = “现在我们来开始学习如何创建我们的第一个swi...
分类:编程语言   时间:2015-04-30 09:02:18    阅读次数:142
python challenge 16
前情回顾:上一篇第16关地址打开16关,又是一张奇奇怪怪很多点点的图片,应该又是与PIL库有关的.页面的标题是:let me get this straight。这是英语中的一句俚语,意思是让我把这事搞清楚.在这一关中其实是让我们把每一行像素位置调整后对其.看这幅图片,很多红色的点,于是想到是不是这...
分类:编程语言   时间:2015-04-30 00:50:23    阅读次数:212
Codeforces Round #227 (Div. 2)---E. George and Cards(贪心, 树状数组+set维护, 好题!)
George is a cat, so he loves playing very much.Vitaly put n cards in a row in front of George. Each card has one integer written on it. All cards had distinct numbers written on them. Let’s number the...
分类:编程语言   时间:2015-04-29 21:54:23    阅读次数:211
[POJ2068]Nim解题报告
Let's play a traditional game Nim. You and I are seated across a table and we have a hundred stones on the table (we know the number of stones exactly...
分类:其他好文   时间:2015-04-29 21:06:13    阅读次数:180
JavaScript算法题(二) && 数组filter使用
1.Let's implement the reject() function...例:var odds = reject([1, 2, 3, 4, 5, 6], function(num){ return num % 2 == 0; });=> [1, 3, 5]soluction:functio...
分类:编程语言   时间:2015-04-29 18:51:50    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!