SubLime Text3 快捷操作 ctrl+N:快速创建 ctrl+p:find anything查找框 输入@查找元素 ctrl+shift+p:切换语言 ctrl+L:选中一行 ctrl+D:光标选中多行操作 也是替换功能 这时ctrl+k:掉过一行也可以ctrl+d选中后 按alt+f3 ...
分类:
其他好文 时间:
2016-09-11 10:17:35
阅读次数:
137
https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx To find .NET Framework versions by viewing the registry (.NET Framework 1-4) On the S ...
分类:
Web程序 时间:
2016-09-10 22:05:03
阅读次数:
2831
var $info_b=$('div.info_b'),$xiaoxi = $info_b.find('div.xt-xiaoxi'); function DSQ(){ $('#'+footid).hide(); $xiaoxi.css({'position':'absolute','bottom' ...
分类:
其他好文 时间:
2016-09-10 19:14:15
阅读次数:
153
Given two strings s and t which consist of only lowercase letters. String t is generated by random shuffling string s and then add one more letter at ...
分类:
其他好文 时间:
2016-09-10 16:14:05
阅读次数:
101
Given an array of size n, find the majority element. The majority element is the element that appears more than ? n/2 ? times. You may assume that the ...
分类:
其他好文 时间:
2016-09-10 10:19:34
阅读次数:
127
Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of ...
分类:
其他好文 时间:
2016-09-10 07:52:09
阅读次数:
122
Given a 2D board and a list of words from the dictionary, find all words in the board. Each word must be constructed from letters of sequentially adja ...
分类:
其他好文 时间:
2016-09-10 07:51:08
阅读次数:
195
Design and implement a TwoSum class. It should support the following operations: add and find. add - Add the number to an internal data structure. fin ...
分类:
其他好文 时间:
2016-09-10 06:42:48
阅读次数:
158
标签: 动态规划 描述: Find the contiguous subarray within an array (containing at least one number) which has the largest product. Find the contiguous subarray ...
分类:
其他好文 时间:
2016-09-10 01:29:31
阅读次数:
148
标签:动态规划 题目描述: Given a 2D binary matrix filled with 0's and 1's, find the largest square containing all 1's and return its area. Example For example, g ...
分类:
其他好文 时间:
2016-09-10 01:21:33
阅读次数:
251