码迷,mamicode.com
首页 > 2015年12月06日 > 全部分享
LeetCode - Search in Rotated Sorted Array II
题目:Follow up for "Search in Rotated Sorted Array":What if duplicates are allowed?Would this affect the run-time complexity? How and why?Write a functi...
分类:其他好文   时间:2015-12-06 11:19:26    阅读次数:124
LeetCode - Add Digits
题目:Given a non-negative integer num, repeatedly add all its digits until the result has only one digit.For example:Given num = 38, the process is like...
分类:其他好文   时间:2015-12-06 11:20:11    阅读次数:103
1035. Password (20)
To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always some confusing passwords ...
分类:其他好文   时间:2015-12-06 11:19:50    阅读次数:210
1038. Recover the Smallest Number (30)
Given a collection of number segments, you are supposed to recover the smallest number from them. For example, given {32, 321, 3214, 0229, 87}, we can...
分类:其他好文   时间:2015-12-06 11:20:07    阅读次数:183
1043. Is It a Binary Search Tree (25)
时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, Yue(二叉树建立方法)A Binary Search Tree (BST) is recursively defined as a binary tree which has the fo...
分类:其他好文   时间:2015-12-06 11:20:07    阅读次数:371
image lazyload 原理分析
image lazyload 原理分析lazyload.js实现图片异步载入
分类:其他好文   时间:2015-12-06 11:18:01    阅读次数:113
1013. Battle Over Cities (25)
It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all the highways from/toward that c...
分类:其他好文   时间:2015-12-06 11:20:25    阅读次数:122
[LeetCode]Word Break
public class Solution { public String longestPalindrome(String s) { int length = s.length(); String result = ""; for (int i = ...
分类:其他好文   时间:2015-12-06 11:18:57    阅读次数:119
Swift学习笔记(六)
十二 下标1、下标语法下标可以让你通过实例名后加中括号内一个或多个数值的形式检索一个元素。语法和方法语法和属性语法类似,通过使用subscript关键定义,一个或多个输入参数以及一个返回值。不同于实例方法的是,下标可以是可读写的或者只读的。这种行为通过一个getter和setter语句联通,就像是计...
分类:编程语言   时间:2015-12-06 11:19:14    阅读次数:196
1028. List Sorting (25)
printf 比cout 执行要快时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueExcel can sort records according to any column. Now you are supposed to imi...
分类:其他好文   时间:2015-12-06 11:17:24    阅读次数:152
JavaWeb学习(5.5)---在Servlet使用getServletContext()获取ServletContext对象出现java.lang.NullPointerException(空指针)异常的解决办法
本文整理自孤傲苍狼大大的博客,,,在servlet的service方法中获取ServletContext对象也行出现java.lang.NullPointerException(空指针)异常,代码如下:1 //获取ServletContext对象2 ServletContext servletCon...
分类:编程语言   时间:2015-12-06 11:19:15    阅读次数:134
1045. Favorite Color Stripe (30)
LCS 最大公共子序列。 memset函数需要include 时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueEva is trying to make her own color stripe out of a given one...
分类:其他好文   时间:2015-12-06 11:18:32    阅读次数:142
关于Keil的安装与注册
由于前一段时间一直在做关于stm32f407的相关内容,于是安装的Keil是MDK5,最近一阵子想再看看51单片机以前没有做过的内容,就要再安装一个Keil C51,结果就不可避免的遇到了两个软件必须要修改配置才能兼容的问题。网上我也找了很多的解决办法,这里提供一种看到的相当简单的解决思路。 ...
分类:其他好文   时间:2015-12-06 11:17:21    阅读次数:123
HTML5的 input:file上传类型控制
一、input:file属性 属性值有以下几个比较常用: accept:表示可以选择的文件MIME类型,多个MIME类型用英文逗号分开,常用的MIME类型见下表。 multiple:是否可以选择多个文件,多个文件时其value值为第一个文件的虚拟路径。 1、accept 只能选择png和gif图.....
分类:Web程序   时间:2015-12-06 11:16:04    阅读次数:200
Android开发—已root的手机获取data路径
开发android的时候,尽管手机已经root但是DDMS中还是没有data/data路径怎么办?可以用cmd命令提示符为逐个文件夹设置权限:打开cmd,输入adb shell 回车—>su 回车—>chmod 777 /data 回车—>chmod 777 /data/data 回车—>chmod...
分类:移动开发   时间:2015-12-06 11:17:39    阅读次数:199
《1024伐木累》-程序员相亲都做了什么?
谁说IT不懂爱|爆笑呆萌伐木累情感上的孤独,事业上的沉醉,往往会让我们陷入两难。对于爱情,我们勇敢的说是,对于结果,我们又会勇敢的面对。当一个程序小白,努力去工作,向全世界宣称:我要奋斗的时候,心声告诉他,这只是对感情在逃避。。。无论如何,让自己忙起来,总会好过一些,毕竟我们还是要生活。昨天都过去了...
分类:其他好文   时间:2015-12-06 11:18:18    阅读次数:155
统一设置导航栏与状态栏代码
统一设置导航栏与状态栏代码:#import "AppDelegate.h"#import "SZMMainTabBarController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(U...
分类:其他好文   时间:2015-12-06 11:16:11    阅读次数:146
889条   上一页 1 ... 36 37 38 39 40 41 42 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!