码迷,mamicode.com
首页 >  
搜索关键字:only the original th    ( 14791个结果
leetcode题解:Valid Palindrome(判断回文)
题目:Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.For example,"A man, a plan, a canal: P...
分类:其他好文   时间:2014-07-09 21:38:15    阅读次数:207
Linux下MySql出现#1036 – Table ‘ ‘ is read only 错误解决方法
这两天在进行网站搬家,这次网站搬家采用直接打包mysql数据库和网页文件的形式进行迁移,上传好mysql data目录里面的网站数据库至VPS上mysql存放数据库的目录里面,解压就行。我的VPS存放数据库的路径是 /usr/local/mysql/var。上传好网站数据,解压,配置好数据库链接参数...
分类:数据库   时间:2014-07-09 00:02:30    阅读次数:192
BNUOJ 5227 Max Sum
Max SumTime Limit:1000msMemory Limit:32768KBThis problem will be judged on HDU. Original ID:100364-bit integer IO format:%I64d Java class name:MainGiv...
分类:其他好文   时间:2014-07-08 23:42:52    阅读次数:273
【LeetCode】Sum Root to Leaf Numbers
题目 Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 which represents the number 123. Find ...
分类:其他好文   时间:2014-07-08 21:43:08    阅读次数:219
在vim中显示git commit的文件
show git show in Vim //show files for a commit in vim tabs vim -pn $(git show --pretty="format:" --name-only SHAxxxx )...
分类:其他好文   时间:2014-07-08 19:54:35    阅读次数:199
POJ 2057 The Lost House
The Lost House Time Limit: 3000MS   Memory Limit: 30000K Total Submissions: 2140   Accepted: 886 Description One day a snail climbed up to a big tree and finally came to th...
分类:其他好文   时间:2014-07-08 18:08:00    阅读次数:267
how to add borders for a google map marker 谷歌地图 自定义图钉
If you are not satisfied with default Google map Marker (Default google marker can only be a icon, image or shape), for example adding a border, then you should use richmarker! http://google-maps...
分类:其他好文   时间:2014-07-08 17:17:18    阅读次数:386
JavaScript通过ID和name设置样式
JavaScript通过ID和name设置样式 1、说明 (1)根据所提供的元素的id值,返回对该元素的引用或节点 document.getElementById("tr_th") (2)根据参数中的标记,返回对一组元素的引用或节点 document.getElementsByTagName("td") 2、实现源码 JavaScript通过ID和...
分类:编程语言   时间:2014-07-08 17:16:41    阅读次数:196
zoj 3537 Cake (凸包判定+区间dp)
Cake Time Limit: 1 Second      Memory Limit: 32768 KB You want to hold a party. Here's a polygon-shaped cake on the table. You'd like to cut the cake into several triangle-shaped parts for th...
分类:其他好文   时间:2014-07-08 15:36:15    阅读次数:298
【LeetCode】Swap Nodes in Pairs
题目 Given a linked list, swap every two adjacent nodes and return its head. For example, Given 1->2->3->4, you should return the list as 2->1->4->3. Your algorithm should use only constant spac...
分类:其他好文   时间:2014-07-08 13:46:26    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!