在Ubuntu/Debian系统下所使用的软件包是deb,那么很多只有出Centos/Linux下的rpm包的软件在Ubuntu/Debian系统下就无法通过直接通过软件包来快速安装,当地首选的办法是直接使用下载软件的源代码编译包,这个就可以在不同平台上通过编译安装,但是如果仅有rpm包又不像花时间编译安装软件时,还可以通过alien工具来装换rpm包来进行安装,同Cen
分类:
系统相关 时间:
2017-12-17 00:58:58
阅读次数:
195
QWidget::createWindowContainer和QWindow::setParentNative Widgets vs Alien Widgets http://doc.qt.io/qt-5/qwidget.html#native-widgets-vs-alien-widgetsAli ...
分类:
其他好文 时间:
2017-12-15 19:32:48
阅读次数:
152
在QWidget 之paint部分杂记提到了从Qt4.4开始,Alien Widget被引入。那么...这是什么东西呢,我们在使用中又可能会感受到什么东西? 用例子来说话似乎比用源码来说话来得容易,所以看例子: 例子 一个小例子: 创建 a -> b -> c -> d -> e 共5个widget ...
分类:
其他好文 时间:
2017-12-14 21:05:21
阅读次数:
366
Qt 4.0 automatically double-buffers Qt 4.1 QWidget::autoFillBackground Qt 4.2 delayed widget creation (DWC) stylesheet Qt 4.3 QWidget::render Qt 4.4 A ...
分类:
其他好文 时间:
2017-12-14 20:58:41
阅读次数:
192
1、首先下载alien工具 http://ftp.de.debian.org/debian/pool/main/a/alien/ http://ftp.de.debian.org/debian/pool/main/a/alien/alien_8.95.tar.xz 2、tar -vxf alien_ ...
分类:
其他好文 时间:
2017-11-28 23:17:29
阅读次数:
1475
这是一个打飞机的游戏,结构如下: 其中images中包含的素材为 命名为alien.png 命名为ship.png 游戏效果运行是这样的: 敌军,也就是体型稍微大点的,在上方左右移动,并且有规律向下移动。我军目标,消灭所有飞机。但是屏幕上最多只展现3颗子弹。 一旦,我军飞机与敌军飞机碰撞,或者敌军飞 ...
分类:
编程语言 时间:
2017-11-28 23:17:14
阅读次数:
818
转载自:http://os.51cto.com/art/200708/53942.htm ubuntu的软件包格式是deb,如果要安装rpm的包,则要先用alien把rpm转换成deb。用alien转换的deb包并不能保证100%顺利安装,所以可以找到deb最好直接用deb。 注意,用alien转换 ...
分类:
系统相关 时间:
2017-11-09 15:10:23
阅读次数:
178
//两重for遍历tle //a alien born less lien never nevertheless new newborn the zebra //60ms #include <iostream>#include <set>#include <string>using namespac ...
分类:
其他好文 时间:
2017-11-08 22:28:45
阅读次数:
169
俗话说,祸从口出。职场高手往往都懂得什么该说,什么不该说。要把握说得太多和说得太少之间的分寸很难,但是管好自己的嘴也同样不容易。如果想在职场一帆风顺,以下12件事是你永远也不该吐露的。 You can’t build a strong professional network if you don’ ...
分类:
其他好文 时间:
2017-11-07 14:26:36
阅读次数:
168
Linux简介及Ubuntu安装 Linux,免费开源,多用户多任务系统。基于Linux有多个版本的衍生。RedHat、Ubuntu、Debianaa 安装VMware或VirtualBox虚拟机。具体安装步骤,找百度。 再安装Ubuntu。具体安装步骤,找百度。 安装完后,可以看到Linux系统的 ...
分类:
系统相关 时间:
2017-10-24 11:22:40
阅读次数:
272