在QT中使用调试的时候,会发现显示“no debugger set up”,此时需要我们手动设置。找到一个解决方案,现分享如下http://www.it165.net/os/html/201410/9502.html标号少标个5凑合看吧
分类:
系统相关 时间:
2014-11-19 13:58:40
阅读次数:
265
题意: 按顺序扔木棒,求出最上层的木棒是哪些。解法: 由于最上层的木棒不超过1000个,所以用一个队列存储最上层的木棒,每次扔出一个木棒后,都与队列中的木棒一一判断,看此木棒是否在某一最上层的木棒的上面,即判线段是否相交(两次跨立实验),如果相交,则将那个被压的木棒抛出队列,最后再加入扔的这个木棒到...
分类:
其他好文 时间:
2014-11-19 12:29:27
阅读次数:
167
问题描述:
You are given an n x n 2D matrix representing an image.
Rotate the image by 90 degrees (clockwise).
Follow up:
Could you do this in-place?
基本思路:
此题要求矩阵顺时针转90度。可以找出元素选择规律:
i‘ = j;
j...
分类:
其他好文 时间:
2014-11-19 11:26:21
阅读次数:
128
源:http://mirrors.163.com/.help/debian.htmlhttps://lug.ustc.edu.cn/wiki/mirrors/help/debian下载地址:http://docs.cubieboard.org/tutorials/cb2/installation/c...
分类:
其他好文 时间:
2014-11-19 10:41:51
阅读次数:
161
Percona Toolkit 2.2.12 发布了,Percona Toolkit 是一组高级的命令行工具,用来管理 MySQL 和系统任务。改进内容包括:New Features:pt-stalknow gathersdmesgoutput from up to 60 seconds befor...
分类:
数据库 时间:
2014-11-19 10:40:29
阅读次数:
261
问题描述:
You are given an n x n 2D matrix representing an image.
Rotate the image by 90 degrees (clockwise).
Follow up:
Could you do this in-place?
基本思路:
此题要求矩阵顺时针转90度。可以找出元素选择规律:
i‘ = j;
j...
分类:
其他好文 时间:
2014-11-19 01:24:29
阅读次数:
154
Linked List CycleGiven a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?Linked ListTwo Pointers''...
分类:
其他好文 时间:
2014-11-18 23:25:09
阅读次数:
170
(1). The singular value decomposition leads tot eh polar decomposition: Every operator $A$ can be written as $A=UP$, where $U$ is unitary and $P$ is p...
分类:
其他好文 时间:
2014-11-18 13:20:04
阅读次数:
211
题目描述:
Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level by level from leaf to root).
For example:
Given binary tree {3,9,20,...
分类:
其他好文 时间:
2014-11-18 10:25:11
阅读次数:
145
安装好flash builder4.6
运行fb安装目录下utilities\Adobe Flash Builder 4.6 Plug-in Utility.exe 插件。
第一次选择flash builder4.6的 目录
第二次选择myeclipse\myelclipse10目录。
删除myeclipse安装目录下configuration/org.eclipse.up...
分类:
系统相关 时间:
2014-11-18 10:20:28
阅读次数:
165