Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa...
分类:
其他好文 时间:
2015-02-10 15:06:02
阅读次数:
172
本人精心总结,欢迎转载,转载请注明出处:http://blog.csdn.net/einsteinlike/article/details/43700985
thrift是一个十分节省的数据传输协议,我们尝试将其移植到quick-cocos2dx
lua的使用:首先编译lua5.2 make install进系统。然后编译thrift 0.9.2 ,配置的时候选择 ./configure —w...
分类:
其他好文 时间:
2015-02-10 13:29:25
阅读次数:
353
MySQL存储过程:#插入一条返回值涂聚文注DELIMITER $$ DROP PROCEDURE IF EXISTS `geovindu`.`proc_Insert_BookKindOut` $$ CREATE PROCEDURE `geovindu`.`proc_Insert_BookKindO...
分类:
数据库 时间:
2015-02-10 13:06:11
阅读次数:
172
10线程同时操作,频繁出现插入同样数据的问题。虽然在插入数据的时候使用了: insert inti tablename(fields....) select @t1,@t2,@t3 from tablename where not exists (select id from tablename w...
分类:
数据库 时间:
2015-02-10 12:47:28
阅读次数:
2648
最近用调试flex的性能,发现fb自带有性能调试工具profile,折腾好一段时间终于成功用上环境:flash builder 4.6,myeclipse 10(fb装独立版,再以插件形式绑定到myeclipse),win8.1 64bit,ie 11,flash player 16第一次profi...
分类:
其他好文 时间:
2015-02-10 11:10:31
阅读次数:
267
MySQL5.5存储过程:#插入一条 涂聚文DELIMITER $$DROP PROCEDURE IF EXISTS `geovindu`.`proc_Insert_BookKindList` $$CREATE PROCEDURE `geovindu`.`proc_Insert_BookKindL....
分类:
数据库 时间:
2015-02-10 01:47:46
阅读次数:
172
http://seajs.org/docs/#quick-start感觉seajs的语法有点罗嗦... Browserify的语法最棒啦!它既有RequireJS的特点也有NodeJS引入模块的特点例子是抄的官方的例子 在官方的github里有这是首页的部分seajs.use 和 require 引...
分类:
Web程序 时间:
2015-02-09 18:04:29
阅读次数:
183
解题思路:
直接的bfs,因为和时间有关,需要采用优先队列.
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
const int MAXN = 500 + 10;
char G[MAXN][MAXN];...
分类:
其他好文 时间:
2015-02-09 15:59:04
阅读次数:
101
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:
其他好文 时间:
2015-02-09 15:51:03
阅读次数:
135
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873
接上文Qt5官方demo解析集33——Qt Quick Examples - Window and Screen...
分类:
其他好文 时间:
2015-02-09 14:09:07
阅读次数:
220