会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Bouygues
同志仍需要努力,同志太懒了,
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2016年8月17日
[PYTHON] 安装PyQt [一]
摘要: ### Install ######1. Install Python $ python --version$ 3.2.3Has been installed already, so pass this step.2. Install QTqmake -v : OS crashed, and reb
阅读全文
posted @ 2016-08-17 11:55 Bouygues
阅读(1550)
评论(0)
推荐(0)
2016年8月9日
Win10下修改系统启动项
摘要: WinNT下的 C:\Boot.ini 在Win10上找不到了。 可以用如下方法设置。 1. cd c:\windows\system32;2. bcdedit 查看所有引导系统3. bcdedit /set {identifier} [item] [value]ex: bdcedit /set {
阅读全文
posted @ 2016-08-09 13:59 Bouygues
阅读(693)
评论(0)
推荐(0)
2016年8月3日
Linux下安装JDK
摘要: 1. download jdkLike JDK8: http://download.oracle.com/otn-pub/java/jdk/8u101-b13/jdk-8u101-linux-i586.tar.gz2. cp jdk to /usr/java/3. unzip jdk> sudo t
阅读全文
posted @ 2016-08-03 17:24 Bouygues
阅读(147)
评论(0)
推荐(0)
2016年7月20日
[Wayland] (三) Wayland中的跨进程过程调用浅析 [FW]
摘要: 原文地址:http://blog.csdn.net/jinzhuojun/article/details/40264449 Wayland协议主要提供了Client端应用与Server端Compositor的通信机制,Weston是Server端Compositor的一个參考实现。Wayland协议
阅读全文
posted @ 2016-07-20 11:35 Bouygues
阅读(2186)
评论(0)
推荐(0)
[Wayland] (二) 代码结构 [FW]
摘要: 先贴一张Wayland SW Architecture Diagram, refer to: https://wayland.freedesktop.org/architecture.html The kernel gets an event and sends it to the composit
阅读全文
posted @ 2016-07-20 10:17 Bouygues
阅读(962)
评论(0)
推荐(0)
2016年7月19日
[Wayland] (一) Building
摘要: https://wayland.freedesktop.org/building.htmlhttps://wayland.freedesktop.org/ubuntu12.04.html 1. source wayland.conf 2. cd wayland./autogen.sh --prefi
阅读全文
posted @ 2016-07-19 11:55 Bouygues
阅读(1520)
评论(1)
推荐(0)
2016年6月1日
查看进程端口号
摘要: 1. Windows 1)tasklist -v | find "programName" 得到进程PID 2)netstat -nao | find “PID” 2. Linux 1) ps -ef | grep ""programName" 2) netstat -anp | grep “PID
阅读全文
posted @ 2016-06-01 10:26 Bouygues
阅读(158)
评论(0)
推荐(0)
2016年5月14日
TheWorld不能访问Taobao的解决办法
摘要: 删除世界之窗文件夹里面 ieswitcher 和 ieswitcher-journal 这两个文件。C:\Users\user\AppData\Local\TheWorld6\Application\6.2.0.128 原因分析:这两个文件应该是记录网站切换内核的列表,可能默认把淘宝加进去了。删除这
阅读全文
posted @ 2016-05-14 17:31 Bouygues
阅读(225)
评论(0)
推荐(0)
2016年4月5日
XWindow - KDE & Gnome
摘要: 在介绍KDE和Gnome之前,我们 有必要先来介绍UNIX/Linux图形环境的概念。对一个习惯Windows的用户来说,要正确理解UNIX/Linux的图形环境可能颇为困难,因为 它与纯图形化Windows并没有多少共同点。Linux实际上是以UNIX为模板的,它继承了UNIX内核设计精简、高度健
阅读全文
posted @ 2016-04-05 14:08 Bouygues
阅读(325)
评论(0)
推荐(0)
2015年12月11日
CoreDump Info 分析
摘要: [转自]http://blog.csdn.net/kangear/article/details/8217329讲解的很详细,感谢原作者!++++++++++++++++++++++++++++++++++++++++=========================================...
阅读全文
posted @ 2015-12-11 10:15 Bouygues
阅读(793)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告