Albert 是一个 Linux 上的启动器,使用 C++ 和 QT 实现,实现了如下的功能:
Run Applications
Open files
Open bookmarks
Search web
calculate things
GPL-licensed
Install
Official Build
通过下面的网站下载官方编译的版本。
https://software.opensuse.org/download.html?project=home:manuelschneid3r&package=a
Read more ...
Kie have these concepts which every user need to know.
KieService
通过如下方式产生 KieServices:
KieServices ks = KieServices.Factory.get();
KieService 可以用来创建 KieContainer。
KieContainer 定义了规则的范围。
KieContainer
KieContainer 是所有给定 KieModule 的 KieBases 的集合。
KieContainer 承载了 KieModule 和
Read more ...
Today, when I visit tldr issue and I saw a talk about the command lsblk, although I used a lot before, I really don’t understand the MAJ:MIN in the result. Most time, I use it to check the harddrive disk and partitions.
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0
Read more ...