首页 > 2014年06月27日 > 全部分享
[leetcode] Implement strStr()
Implement strStr().
分类:其他   时间:2014-06-27 12:37:30    收藏:0  评论:0  赞:0  阅读:301
周末测试-JC的小苹果
让我们继续JC和DZY的故事。“你是我的小丫小苹果,怎么爱你都不嫌多!”“点亮我生命的火,火火火火火!”话说JC历经艰辛来到了城市B,但是由于他的疏忽DZY偷走了他的小苹果!没有小苹果怎么听歌!他发现邪恶的DZY把他的小苹果藏在了一个迷宫里。JC在经历了之前的战斗后他还剩下hp点血。开始JC在1号....
分类:移动平台   时间:2014-06-27 12:36:54    收藏:0  评论:0  赞:0  阅读:463
javascript中的call()和apply()方法的使用
1、方法定义call方法:语法:call([thisObj[,arg1[, arg2[, [,.argN]]]]])定义:调用一个对象的一个方法,以另一个对象替换当前对象。说明:call 方法可以用来代替另一个对象调用一个方法。call 方法可将一个函数的对象上下文从初始的上下文改变为由 thisO...
分类:移动平台   时间:2014-06-27 12:38:09    收藏:0  评论:0  赞:0  阅读:296
[leetcode] First Missing Positive
Given an unsorted integer array, find the first missing positive integer.
分类:其他   时间:2014-06-27 12:39:24    收藏:0  评论:0  赞:0  阅读:320
[leetcode] Multiply Strings
Given two numbers represented as strings, return multiplication of the numbers as a string.
分类:其他   时间:2014-06-27 12:38:42    收藏:0  评论:0  赞:0  阅读:305
[JAVA_开课吧资源]第三周 常用类库、异常处理
主题一 常用类库» 类库中常用的包Java类库中的类和接口大多封装在特定的包里,每个包具有自己的功能。[请点击查看更多内容转自CSDN博客XXX的专栏]» Object类的一些常用方法hashCode:public int hashCode()返回该对象的哈希码值。支持该方法是为哈希表提供一些优点,...
分类:编程语言   时间:2014-06-27 12:40:00    收藏:0  评论:0  赞:0  阅读:462
[leetcode] 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 ...
分类:其他   时间:2014-06-27 12:40:43    收藏:0  评论:0  赞:0  阅读:301
[leetcode] Reverse Integer
Reverse digits of an integer.
分类:其他   时间:2014-06-27 12:41:59    收藏:0  评论:0  赞:0  阅读:301
[leetcode] Integer to Roman
Given an integer, convert it to a roman numeral.
分类:其他   时间:2014-06-27 12:41:23    收藏:0  评论:0  赞:0  阅读:250
XEN创建内网(VLAN)
步骤:1、创建一个Network2、创建VLAN创建VLAN的时候内部包含几个工作2.1、创建一个Vlan对象(图中的①)2.2、创建一个PIF(图中的②)连接之前新建的VLAN和新建的Network2.3、Vlan(图中的①)和PIF(图中的③)连接起来code:Network.Record ne...
分类:其他   时间:2014-06-27 12:42:38    收藏:0  评论:0  赞:0  阅读:511
[leetcode] Swap Nodes in Pairs
Given a linked list, swap every two adjacent nodes and return its head.
分类:其他   时间:2014-06-27 12:43:15    收藏:0  评论:0  赞:0  阅读:274
[leetcod]Substring with Concatenation of All Words
You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatena...
分类:其他   时间:2014-06-27 12:44:36    收藏:0  评论:0  赞:0  阅读:352
java interview
1、作用域public,private,protected,以及不写时的区别答:区别如下:作用域当前类同一package子类其他packagepublic√√√√protected√√√×friendly√√××private√×××不写时默认为friendly2、Annonymous Inner ...
分类:编程语言   时间:2014-06-27 12:43:59    收藏:0  评论:0  赞:0  阅读:393
pure.css
注释中address是纠正的意思 等价于correct/*!Pure v0.5.0Copyright 2014 Yahoo! Inc. All rights reserved.Licensed under the BSD License.https://github.com/yui/pure/blo...
分类:Web开发   时间:2014-06-27 12:45:16    收藏:0  评论:0  赞:0  阅读:617
[leetcode] Longest Palindromic Substring
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes...
分类:其他   时间:2014-06-27 12:47:07    收藏:0  评论:0  赞:0  阅读:276
vs2010 win32程序中 sqlserver 2008 express的简单使用 (C++)
vs2010 win32程序中 sqlserver 2008 express的简单使用
分类:数据库技术   时间:2014-06-27 12:46:29    收藏:0  评论:0  赞:0  阅读:580
asp.net mvc传文件[转载]
利用Asp.net MVC处理文件的上传下载如果你仅仅只有Asp.net Web Forms背景转而学习Asp.net MVC的,我想你的第一个经历或许是那些曾经让你的编程变得愉悦无比的服务端控件都驾鹤西去了.FileUpload就是其中一个,而这个控件的缺席给我们带来一些小问题。这篇文章主要说如何...
分类:Web开发   时间:2014-06-27 12:45:53    收藏:0  评论:0  赞:0  阅读:390
File类的基本操作之读出所有目录路径
package org.mark.file;import java.io.File;/** * File类的基本操作之读出所有文件夹路径 * 假设给定一个文件夹,要求将此文件夹中的所有文件都列出来 * 使用递归 */public class TestChare { /** * @param arg....
分类:其他   时间:2014-06-27 12:47:45    收藏:0  评论:0  赞:0  阅读:309
[leetcode] Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他   时间:2014-06-27 12:48:28    收藏:0  评论:0  赞:0  阅读:358
[leetcode] Reverse Nodes in k-Group
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.
分类:其他   时间:2014-06-27 12:49:06    收藏:0  评论:0  赞:0  阅读:373
1543条   上一页 1 ... 33 34 35 36 37 ... 78 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!