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...
分类:
其他好文 时间:
2014-12-03 23:15:35
阅读次数:
248
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...
分类:
其他好文 时间:
2014-12-03 22:47:05
阅读次数:
127
1 local MainScene = class("MainScene", function() 2 return display.newScene("MainScene") 3 end) 4 local CURRENT_MODULE_NAME = ... 5 local Queue =...
分类:
移动开发 时间:
2014-12-03 20:59:51
阅读次数:
233
yuminstallemacsvi~/.emacs.d/init.el(if(file-exists-p"~/.emacs.d/.emacs")(load"~/.emacs.d/.emacs"))vi~/.emacs.d/.emacs(add-to-list‘load-path"~/.emacs.d/jdee-2.4.1/lisp")(load"jde")cedethttp://sourceforge.net/projects/cedet/?source=dlpecbhttps://github.com/al..
分类:
其他好文 时间:
2014-12-03 19:33:47
阅读次数:
215
原文:SQL点滴29—错误无处不在我只想说以下是很基础的sql知识,但是很容易犯错。所以睁大我们的眼睛,屏住我们的呼吸,小心的检查吧!案例1if not exists (select OrderID from CorpEmailSendQueue where orderid=600643425) b...
分类:
数据库 时间:
2014-12-03 19:08:02
阅读次数:
164
原文:SQL点滴35—SQL语句中的exists比如在Northwind数据库中有一个查询为 SELECT c.CustomerId,CompanyName FROM Customers c WHERE EXISTS( SELECT OrderID FROM Orders o WHERE o.Cus...
分类:
数据库 时间:
2014-12-03 18:49:04
阅读次数:
205
-- 表的结构 `ecs_account_log`CREATE TABLE IF NOT EXISTS `ecs_account_log` (`log_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID号',`user_id...
分类:
数据库 时间:
2014-12-03 17:09:20
阅读次数:
286
1 // Composer autoloading 2 if (file_exists('vendor/autoload.php')) { // 加载自动加载器 3 $loader = include 'vendor/autoload.php'; 4 } 5 6 if (cl...
分类:
Web程序 时间:
2014-12-03 14:07:50
阅读次数:
271
http://git.oschina.net/zengraoli/ie_player ? 有点儿想要做成类似baidu视频那样的ActiveX浏览器,还想支持别的浏览器。。目前在firefox已经差不多ok了,后面还差bt协议的解析,还差去掉ffplay.exe的依赖,还需...
分类:
其他好文 时间:
2014-12-03 12:40:23
阅读次数:
185
html+css+js实现的网页播放器。注:Firefox本地打开不会播放,放在服务端正常运行,其他浏览器可以在本地打开,所以压缩包里附带了一个asp的小服务器,运行AspWebServer.exe自动打开页面,浏览器可正常播放,所有播放器相关js,css,html等文件,均在www文件夹内。css...
分类:
Web程序 时间:
2014-12-03 12:25:12
阅读次数:
465