一、自定义类型转换器 1). 为什么需要自定义的类型转换器 ? 因为Struts不能自动完成字符串到引用类型的转换。2). 如何定义类型转换器?I. 开发类型转换器的类: 扩展 StrutsTypeConverter 类; II. 配置类型转换器。 有两种配置方式 ①. 基于字段的配置: > 在字....
分类:
其他好文 时间:
2014-08-21 12:57:14
阅读次数:
291
微软近期Open的职位:Job posting title: SDEII - Senior SDEJob Location: Beijing or SuzhouBing Index Serve team is hiring! We are one of the core teams in Bing ...
分类:
其他好文 时间:
2014-08-21 02:42:43
阅读次数:
207
题意奇葩的一笔,本质上就是一个复杂统计,智商低下的我想不出来只好去搜了题解#include #include #include #include #include #include #include #include #include #include #include #include #incl...
分类:
其他好文 时间:
2014-08-20 19:16:53
阅读次数:
227
Under yourQuartus II folder, go to bin->cygwin->bin folder, select the following files in the list below and then right-click and choose Properties.Un...
分类:
移动开发 时间:
2014-08-20 17:45:02
阅读次数:
308
微软近期Open的职位:Group: Search Technology Center Asia (STCA)/Data Platform teamTitle: Senior Development LeadLocation: Beijing, ChinaThe R&D of Data Platfo...
分类:
其他好文 时间:
2014-08-20 15:37:42
阅读次数:
159
The set [1,2,3,…,n] contains a total
of n! unique permutations.
By listing and labeling all of the permutations in order,
We get the following sequence (ie, for n = 3):
"123""132""213""231""3...
分类:
其他好文 时间:
2014-08-19 22:34:25
阅读次数:
288
变形的Manacher算法,在扩展的时候要加入限制条件,满足题目中说的从左到中间身高不减。其他地方倒是没有什么改动。。 1 //#define LOCAL 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7...
分类:
其他好文 时间:
2014-08-19 20:24:25
阅读次数:
288
Topic 1: Regarding Level
In general, a college grad dev or PM will start at 59.
59 and 60 are level 1 (ie, PM)
61 and 62 are level 2 (ie, PM II)
63 and 64 are Senior (ie, Senior PM)
65 through ...
分类:
其他好文 时间:
2014-08-19 10:57:04
阅读次数:
6454
The set [1,2,3,…,n] contains a total of n! unique permutations.By listing and labeling all of the permutations in order, We get the following sequence...
分类:
其他好文 时间:
2014-08-18 23:29:23
阅读次数:
207
题意: 判断给出的线段是否组成了多边形。Solution: 简单题,并查集+hash 这里用map实现code#include #include #include #include using namespace std;typedef pair ii;map f;int f...
分类:
其他好文 时间:
2014-08-18 17:45:12
阅读次数:
277