码迷,mamicode.com
首页 > 其他好文
BZOJ1150: [CTSC2007]数据备份Backup
1150: [CTSC2007]数据备份BackupTime Limit: 10 SecMemory Limit: 162 MBSubmit: 682Solved: 294[Submit][Status]DescriptionInput输入的第一行包含整数n和k,其中n(2 ≤ n ≤100 000...
分类:其他好文   时间:2014-11-22 08:09:03    阅读次数:288
xcode快捷键大全
调整图片大小的时候按下:option键让让控件跟内容一样大:command+=http://www.cr173.com/html/21801_1.html一、关于运行调试1、运行,停止,都在工具栏的Product里。Command + R 运行。Command + . 停止2、F6单步调试、F7.....
分类:其他好文   时间:2014-11-22 08:10:35    阅读次数:213
LeetCode: Substring with Concatenation of All Words 解题报告
Substring with Concatenation of All WordsYou are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices...
分类:其他好文   时间:2014-11-22 08:08:34    阅读次数:207
Routing with restify and socket.io in node
I have a node app which routes the request based on the url using restfy. Now in want to bring socket into picture. But app doesnot redirect to the function when when socket.io is used. I am using ...
分类:其他好文   时间:2014-11-22 07:08:20    阅读次数:240
Jfinal_weixin demo的使用分析
如何开发微信,这个东西大家可以去参考tencent的那个微信开发文档,今天主要讲的都是Jfinal_weixin这个东西,也就是官网的那个demo。首先大家可以去官网上去找那个微信的demo。如果不知道官网地址,去群里问吧,那...
分类:其他好文   时间:2014-11-22 07:09:49    阅读次数:214
KMP的自我研究之路(一)
这里写了我的KMP自我研究的结果,重点在于KMP算法的思考路径,而不在于算法本身...
分类:其他好文   时间:2014-11-22 07:09:02    阅读次数:188
Spark Getting started
Spark Getting started...
分类:其他好文   时间:2014-11-22 07:05:55    阅读次数:300
The substring() Method in JDK 6 and JDK 7
The substring() Method in JDK 6 and JDK 7...
分类:其他好文   时间:2014-11-22 07:05:40    阅读次数:274
Velocity魔法堂系列二:VTL语法详解
一、前言 Velocity作为历史悠久的模板引擎不单单可以替代JSP作为Java Web的服务端网页模板引擎,而且可以作为普通文本的模板引擎来增强服务端程序文本处理能力。而且Velocity被移植到不同的平台上,如.Net的NVelocity和...
分类:其他好文   时间:2014-11-22 07:05:58    阅读次数:232
Leetcode: Min Stack
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x onto stack.pop() -- Removes...
分类:其他好文   时间:2014-11-22 07:04:11    阅读次数:193
Leetcode-Merge k Sorted Lists
Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.Have you met this question in a real interview?Analy...
分类:其他好文   时间:2014-11-22 07:03:11    阅读次数:192
Leetcode-Reverse Nodes in k-Group
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.If the number of nodes is not a multiple of k then le...
分类:其他好文   时间:2014-11-22 07:04:50    阅读次数:136
Leetcode-Find Minimum in Rotated Sorted Array II
Follow up for "Find Minimum in Rotated Sorted Array":What if duplicates are allowed?Would this affect the run-time complexity? How and why?Suppose a s...
分类:其他好文   时间:2014-11-22 07:03:46    阅读次数:206
Leetcode-Find Minimum in Rotated Sorted Array
Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).Find the minimum element.Yo...
分类:其他好文   时间:2014-11-22 07:02:08    阅读次数:190
曲线拟合
曲线拟合 1 #ifndef __LEAST_SQUARES_FITTING__ 2 #define __LEAST_SQUARES_FITTING__ 3 #include 4 #include 5 #include 6 using namespace std; 7 class...
分类:其他好文   时间:2014-11-22 07:04:25    阅读次数:242
lr_wasted_time
以下代码:由于web_find函数进行的操作无须包括在事务总执行时间中,因些要用计时器来计算其执行时间,然后用lr_wasted_time函数将其从事务的总执行时间中扣除。Action(){doubletime_elapsed;merc_timer_handle_ttimer;lr_start_transaction("Search");web_url("baidu_search",..
分类:其他好文   时间:2014-11-22 02:10:06    阅读次数:250
kali 安装完成后,无法进入界面
vmware下安装kali-1.9,安装完成后,无法进入界面,提示:系统出错且无法恢复,请联系管理员解决办法如下: 在新建虚拟机的时候,选择客户端系统:linuxDebian7. 因为,kali是基于Dibian7系统的,在虚拟中如果选择Debian6可能不能正常运行。
分类:其他好文   时间:2014-11-22 02:09:56    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!