原文请看:http://www.cnblogs.com/DrizzleX/articles/2475044.html本文研究这样一个问题:使用QT
SDK和VS2008开发了一个程序,将这个程序放到另一台“干净”的主机上,如何保证程序正确运行。本文也适用于QT与VS05/VS03/MINGW等配合开...
分类:
其他 时间:
2014-01-31 12:14:08
收藏:
0 评论:
0 赞:
0 阅读:
427
1.cvt w h fps2.xrandr --newmode "mode_name"
3.xrandr --andmode VGA(which show in the list of command xrandr)"mode name you
new in step 2"4.xrandr --ou...
分类:
其他 时间:
2014-01-31 12:12:28
收藏:
0 评论:
0 赞:
0 阅读:
450
1.yum list|grep intel2.telinit3,remove nomodeset
from /etc/grub.conf3.remove file /etc/X11/xorg.conf!it will load intel driver
automatically.4.reboot!
分类:
其他 时间:
2014-01-31 12:11:38
收藏:
0 评论:
0 赞:
0 阅读:
434
2013年的大年三十,在公司上班,突然想问自己,你是程序员,还是工程师?
分类:
其他 时间:
2014-01-31 12:10:48
收藏:
0 评论:
0 赞:
0 阅读:
326
IP地址由32位二进制码表示。分成4个字节,中间用“.”来进行分割。IP地址由两部分组成。
包括网络号(net-id)和主机号(host-id)。例如,下面的表示方法:二进制表示10001010000010110000001100011111十进制表示13811331TCP/IP协议规定,IP地址可...
分类:
其他 时间:
2014-01-31 12:09:58
收藏:
0 评论:
0 赞:
0 阅读:
463
原文请看:http://www.cnblogs.com/javaexam2/archive/2011/05/18/2632916.html关于在windows下部署发布QT程序的总结2008-06-01
15:18以下包括了部分网上收集的,以及qt帮助里的内容(Deploying an Applic...
分类:
Windows开发 时间:
2014-01-31 12:09:08
收藏:
0 评论:
0 赞:
0 阅读:
527
上海投行需要一大群JAVA,C++,C#,UNIX.走过路过不要错过!过完年想换工作看过来初级资深都有
- V2EX上海投行需要一大群JAVA,C++,C#,UNIX.走过路过不要错过!过完年想换工作看过来初级资深都有
分类:
编程语言 时间:
2014-01-31 12:08:18
收藏:
0 评论:
0 赞:
0 阅读:
456
题意 一个扫地机器人要按顺序收集所有垃圾,求最小步数 组数T 机器人容量 Cap 垃圾数目 n
垃圾坐标和重量 x y c转移方程 \( d(i)=min\{d(j)+dis2org(j+1)+dis(j+1,i)|j 8 #include 9
#include 10 #include 11 #in...
分类:
其他 时间:
2014-01-31 12:07:28
收藏:
0 评论:
0 赞:
0 阅读:
469
任务管理器中找到进程 MSOSYNC.EXE。 将其关闭。
找到 MSOSYNC.EXE的位置
64bit Windows 7 中位置为:C:\Program Files\Microsoft Office\Office15
将文件 MSOSYNC.EXE删除。新建TXT文件,重命名为 MSOSYNC.EXE即可。
SkyDriver和Google Driver常常和Office共享...
分类:
其他 时间:
2014-01-30 11:35:47
收藏:
0 评论:
0 赞:
0 阅读:
830
Trapping Rain Water
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.
For example,
Giv...
分类:
移动平台 时间:
2014-01-30 11:20:47
收藏:
0 评论:
0 赞:
0 阅读:
528
Combination Sum
Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where
the candidate numbers sums to T.
The same repeated number may be chos...
分类:
其他 时间:
2014-01-30 11:29:57
收藏:
0 评论:
0 赞:
0 阅读:
641
Sudoku Solver
Write a program to solve a Sudoku puzzle by filling the empty cells.
Empty cells are indicated by the character '.'.
You may assume that there will be only one unique solutio...
分类:
其他 时间:
2014-01-30 11:28:17
收藏:
0 评论:
0 赞:
0 阅读:
586
Next Permutation
Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers.
If such arrangement is not possible, it must rearrange...
分类:
其他 时间:
2014-01-30 11:21:37
收藏:
0 评论:
0 赞:
0 阅读:
521
以前总是听说topcoder,这一次很好地去练习了一下。
当然,之前的配置也搞了半天,而且还有很多东西不是很明白,这有待于慢慢地去学习!
当然,topcoder上都是用类来提交,所以对我这种没有面向对象思想的人来说确实是一个不小的挑战,但是做了两题,确实感到了乐趣的所在!哈哈哈...
分类:
其他 时间:
2014-01-30 11:38:17
收藏:
0 评论:
0 赞:
0 阅读:
673
这道题不仅仅还是用类来提交
并且让我了解了一点儿基础了string类和vector的容器,通过做题目来一起理解书上的内容,这确实是一件不错的事情!...
分类:
其他 时间:
2014-01-30 11:37:27
收藏:
0 评论:
0 赞:
0 阅读:
639
状态图,英文名曰-Statechart Diagram,她是系统的动态方面建模的五种图之一,一个状态图显示了一个状态机,在为对象的生命期建模中,她发挥着重要的作用,展示了单个对象内从状态到状态的控制流。
从实质上来讲,她是一种由于状态、变迁、时间和活动组成的状态机。一般而言,状态图是对类所描述设施的补充说明,描述了类的所有对象可能具有的状态以及引起状态变化的事件。举个简单的例子,灯...
分类:
其他 时间:
2014-01-30 11:27:27
收藏:
0 评论:
0 赞:
0 阅读:
610
iOS内存管理的学习记录 由于项目里基本都是arc,对于内存管理的理解不够,现在放假了,准备好好总结一下...
分类:
其他 时间:
2014-01-30 11:16:37
收藏:
0 评论:
0 赞:
0 阅读:
628
paip.日期时间操作以及时间戳uapi php java python 总结
///uapi
Date 函数 | Day 函数 | Hour 函数 | Minute 函数 | Month 函数 | Second 函数 | Time 函数 | Weekday 函数 | Year 函数
timestamp() 返回当前的 Unix 时间戳
date -- 格式化一个本地时间/日期
...
分类:
编程语言 时间:
2014-01-30 11:15:47
收藏:
0 评论:
0 赞:
0 阅读:
681
破解excel2013 vba xlsm...
分类:
其他 时间:
2014-01-30 11:19:57
收藏:
0 评论:
0 赞:
0 阅读:
577
unbuntu 12.04 下默认是安装了openjdk的,不过这个jdk问题比较多,因为你甚至无法启动Eclipse,所以还是需要自己安装jdk的。
1.下载jdk6
jdk6下载地址为:http://download.java.net/jdk6/,根据操作系统的选择对应的安装包,我的是ubuntu 12.04 32bit的,所以下载的文件是jdk-6u38-ea-bin-b04-lin...
分类:
其他 时间:
2014-01-30 11:29:07
收藏:
0 评论:
0 赞:
0 阅读:
629