It is possible to prevent theIDE Toolsfrom being loaded automatically when starting Visual Studio.To do this, please follow these steps:1) In the Visu...
分类:
其他好文 时间:
2015-01-15 21:46:46
阅读次数:
198
Given a string S, find the longest palindromic substring in S.
Note:
This is Part II of the article: Longest
Palindromic Substring. Here, we describe an algorithm (Manacher’s algorithm) which...
分类:
其他好文 时间:
2015-01-14 15:40:50
阅读次数:
326
This interesting problem has been featured in the famous Greplin
programming challenge, and is asked quite often in the interviews. Why? Because this problem can be attacked in so many ways. There a...
分类:
其他好文 时间:
2015-01-14 15:40:39
阅读次数:
291
I didn't use this blog system for almost 9 years due to account/password and other issues.After I finally reactivate it, I think it's a good sign for ...
分类:
其他好文 时间:
2015-01-14 00:48:11
阅读次数:
173
ID3D11DeviceContext::PSSetShaderResources: Resource being set to PS shader resource slot 0 is still bound on output! Forcing to NULL. [ STATE_SETTING ...
分类:
其他好文 时间:
2015-01-13 23:12:06
阅读次数:
230
A message containing letters from A-Z is being encoded to numbers using
the following mapping:
'A' -> 1
'B' -> 2
...
'Z' -> 26
Given an encoded message containing digits, determine the total nu...
分类:
编程语言 时间:
2015-01-13 21:33:22
阅读次数:
269
(http://leetcode.com/2011/01/studious-student-problem-analysis.html)You've been given a list of words to study and memorize. Being a diligent student ...
分类:
其他好文 时间:
2015-01-12 20:45:59
阅读次数:
140
引用:http://blog.csdn.net/badbad_boy/article/details/4313645写这篇文章,主要是为了解决长久以来的一个困惑。由此也可以看出偶以前确实不太聪明。 哈哈(虽然现在仍然还是)以前见到的很多磁道的示意图都是这样的:注意标线的位置,“指向一条线”,我当时的...
分类:
其他好文 时间:
2015-01-12 16:03:49
阅读次数:
305
freemarker list (长度,遍历,下标,嵌套,排序) 1. freemarker获取list的size:Java ArrayList list = new ArrayList();Freemaker ${list?size}2.list的遍历: ${being.name}${bein.....
分类:
编程语言 时间:
2015-01-12 15:56:06
阅读次数:
202
Oracle Database creates and uses memory structures for various purposes. For example, memory stores program code being run, data that is shared among ...
分类:
数据库 时间:
2015-01-11 17:38:35
阅读次数:
242