287. Find the Duplicate Number Add to List ...
分类:
其他好文 时间:
2016-11-27 22:44:41
阅读次数:
181
#136. Single Number Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a l ...
分类:
其他好文 时间:
2016-11-27 22:29:09
阅读次数:
223
1.对象封装 2.CategoryFragment 3.Holder ...
分类:
其他好文 时间:
2016-11-27 20:19:46
阅读次数:
199
20161124 Linux常用命令1、find find /etc/ -size +50k -lsfind /etc/ -size +50k -ls 2> /dev/null查看目录下大于50K的文件并用ls列表显示出来,理解2> /dev/null含义,把没权限的都隐藏起来了2、pwd ,ls ...
分类:
系统相关 时间:
2016-11-27 20:09:31
阅读次数:
168
Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000.寻找最长回文子串Example:Input: "babad" Outp... ...
分类:
其他好文 时间:
2016-11-27 19:17:51
阅读次数:
259
题目描述 题目分析 有个[1,n]的条件要充分利用起来。 题目代码 ...
分类:
移动开发 时间:
2016-11-27 16:30:14
阅读次数:
254
语法解释: 1 $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2 var checkText=$("#select_id").find("option:selected").text(); //获取Se ...
分类:
Web程序 时间:
2016-11-27 14:09:24
阅读次数:
282
find是unix/linux命令行工具箱中最棒的工具之一。 1、find命令的工作方式如下:沿着文件层次结构向下遍历,匹配符合条件的文件,执行相应的操作。 2、要列出当前目录及子目录下所有的文件和文件夹: $find base_path base_path可以放在任意位置,find会从该位置开始向 ...
分类:
其他好文 时间:
2016-11-27 13:53:41
阅读次数:
221
Problem: Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j), inclusive. The update(i, val) function modifies nu ...
分类:
编程语言 时间:
2016-11-27 11:56:02
阅读次数:
285
其他信息: V5.7.4.4 Can't find the System.Data.SQLite.dll more info : 混合模式程序集是针对“v2.0.50727”版的运行时生成的,在没有配置其他信息的情况下,无法在 4.0 运行时中加载该程序集。 解决办法,web.config 添加 ...
分类:
数据库 时间:
2016-11-27 06:40:07
阅读次数:
190