码迷,mamicode.com
首页 >  
搜索关键字:written    ( 1077个结果
Android中Parcelable接口用法(转自Harvey Ren)
1. Parcelable接口Interface for classes whose instances can be written to and restored from a Parcel。 Classes implementing the Parcelable interface must ...
分类:移动开发   时间:2016-01-21 10:27:12    阅读次数:216
使用crontab不能正常执行的问题
crontab -l: 列出当前用户的crontab列表crontab -e: 以vi打开crontab文件,可以进行编辑。如果需要加新的自启动项目,可以在此进行添加后再输入:wq保存。 "crontab.XXXXGoo5MX" 25L, 1611C written crontab: instal....
分类:其他好文   时间:2016-01-16 12:03:52    阅读次数:229
Codeforces Round #339 (Div. 2) B. Gena's Code
B. Gena's CodeIt's the year 4527 and the tanks game that we all know and love still exists. There also exists Great Gena's code, written in 2016. The ...
分类:其他好文   时间:2016-01-15 22:51:51    阅读次数:255
Codeforces Round #339 Div.2 B - Gena's Code
It's the year 4527 and the tanks game that we all know and love still exists. There also exists Great Gena's code, written in 2016. The problem this c...
分类:其他好文   时间:2016-01-15 06:26:15    阅读次数:307
Java ConcurrentHashMap学习 —— HashMap Vs. ConcurrentHashMap Vs. SynchronizedMap – How a HashMap can be Synchronized in Java
HashMapis a very powerfuldata structure inJava. We use it everyday and almost in all applications. There are quite a few examples which I have written...
分类:编程语言   时间:2016-01-07 10:21:08    阅读次数:319
ZigZag Conversion leetcode
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2016-01-06 00:09:07    阅读次数:206
UVA - 1103Ancient Messages(dfs)
UVA - 1103Ancient MessagesIn order to understand early civilizations, archaeologists often study texts written in ancient languages.One such language,...
分类:其他好文   时间:2016-01-04 13:08:27    阅读次数:260
scala 模式匹配详解 2 scala里是怎么实现的?
在这篇martin和另外两位模式匹配领域专家的论文里说了模式匹配的几种实现方式,以及scala是选择哪种方式来实现的。http://lampwww.epfl.ch/~emir/written/MatchingObjectsWithPatterns-TR.pdf我引用了里面的一些描述。在面向对象的程序...
分类:其他好文   时间:2016-01-03 14:45:34    阅读次数:100
ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2016-01-02 22:34:30    阅读次数:218
Shell编程进阶 1.2 shell结构及执行
创建一个shell脚本mkdir shellvim first.sh#!/bin/bash##The first test shell script.##Written by wangshaojun.ls /tmp/echo "my home is $HOME"echo "This is first...
分类:系统相关   时间:2016-01-01 14:48:37    阅读次数:193
1077条   上一页 1 ... 62 63 64 65 66 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!