如若是Office 2003的对应问题,在运行对话框中输入:reg add
HKCU\Software\Microsoft\Office\11.0\Word\Options /v NoReReg /t REG_DWORD /d
1回车即可若是Office 2007的对应问题,在运行对话框中输入:re...
分类:
其他好文 时间:
2014-07-22 23:17:15
阅读次数:
446
Given an unsorted array of integers, find the
length of the longest consecutive elements sequence.For example,Given[100, 4,
200, 1, 3, 2],The longest ...
分类:
其他好文 时间:
2014-07-22 23:16:14
阅读次数:
408
private void button1_Click(object sender, EventArgs
e) { var appWord = new Microsoft.Office.Interop.Word.Application(); ...
分类:
其他好文 时间:
2014-07-22 23:14:16
阅读次数:
383
Reverse Words in a
String题目链接:http://oj.leetcode.com/problems/reverse-words-in-a-string/ Given an
input string, reverse the string word by word. F...
分类:
其他好文 时间:
2014-07-22 23:13:32
阅读次数:
309
Given a string, find the length of the longest
substring without repeating characters. For example, the longest substring
without repeating letters fo...
分类:
其他好文 时间:
2014-07-22 23:11:32
阅读次数:
388
我觉得这道题比较难,主要是因为对于我来说:1.
我没有把这个问题联想到树的宽度遍历(即便没有考虑树的宽度遍历,也是可以做的,但是我一开始实现的代码却是深度遍历,后来发现树的BFS一般使用queue实现的,貌似没有递归的方法??)2.
即使在意识到用BFS,却还有一个陷阱:我是对字典进行了BFS,这个...
分类:
其他好文 时间:
2014-07-22 23:08:55
阅读次数:
305
1 var decode = function(m) { 2 try { 3 m =
decodeURIComponent(m); 4 } catch(e) {} 5 var s = m.split("%"); 6 if (s.length
> 1)...
分类:
移动开发 时间:
2014-04-30 20:11:33
阅读次数:
590
otp (one-time
password)http://tools.ietf.org/html/rfc4226相应协议unified push
serverhttps://github.com/aerogear/aerogear-unifiedpush-server
分类:
移动开发 时间:
2014-04-30 18:51:28
阅读次数:
500
1、匹配每一个配置节WORD版的正则 【*】2、只匹配选项的C#版正则
(【)选项.*?(】)3、匹配第几题private void button1_Click(object sender, EventArgs e) {
//检查是不是题号 ...
分类:
其他好文 时间:
2014-04-30 15:41:02
阅读次数:
280