码迷,mamicode.com
首页 >  
搜索关键字:like    ( 7615个结果
Gym 100733C
题目:Even though he is the head of the Shitalian Mafia, Shi doesn't like bloodshed and punishes his subordinates if they kill innocent people. That is w...
分类:其他好文   时间:2015-09-14 15:29:21    阅读次数:163
判断UserAgent是否来自微信
iso: Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B554a MicroMessenger/6.2.4 NetType/WIFI...
分类:微信   时间:2015-09-14 15:29:08    阅读次数:411
hdu 5441 Travel(并查集)
Problem DescriptionJack likes to travel around the world, but he doesn’t like to wait. Now, he is traveling in the Undirected Kingdom. There are n cit...
分类:其他好文   时间:2015-09-13 21:29:20    阅读次数:129
leetcode-ZigZag Conversion
题目描述:The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed fo...
分类:其他好文   时间:2015-09-13 17:19:51    阅读次数:184
mysql计划任务
1、 检查你的MYSQL是否开了这个功能SHOW VARIABLES LIKE 'event_scheduler';我执行了一遍发现记录为空说明我的MYSQL没有开呢。OK解决办法2、打开你的MYSQL的计划任务功能使用这个功能之前必须确保event_scheduler已开启,可执行SET GLOB...
分类:数据库   时间:2015-09-13 11:56:30    阅读次数:199
leetcode [006] : ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font ...
分类:其他好文   时间:2015-09-13 11:50:43    阅读次数:161
Shell Commands
Most commands operate like this: command -options argumentspwd(print working directory)cd(change directory). Absolute pathname: "cd /home/students...
分类:系统相关   时间:2015-09-13 09:19:09    阅读次数:224
[LeetCode] Add Digits
Given a non-negative integernum, repeatedly add all its digits until the result has only one digit.For example:Givennum = 38, the process is like:3 + ...
分类:其他好文   时间:2015-09-13 00:47:31    阅读次数:171
慢查询
慢查询慢查询Table of Contents迅速的定位 速度慢 的语句迅速的定位 速度慢 的语句了解 mysql 数据库的一些运行状态show status;show status like 'uptime';show status like 'com_select';show status li...
分类:其他好文   时间:2015-09-12 23:29:09    阅读次数:324
ACM学习历程—HDU 3092 Least common multiple(数论 && 动态规划 && 大数)
hihoCoder挑战赛12DescriptionPartychen like to do mathematical problems. One day, when he was doing on a least common multiple(LCM) problem, he suddenly t...
分类:其他好文   时间:2015-09-11 23:26:49    阅读次数:1091
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!