Red Hat 电子杂志第三期

红帽子第三期电子杂志发布了。这一期最让我感兴趣的是 Coming soon to Enterprise Linux,有什么新功能会加入到 RHEL 中? D-Bus 将引入到企业版中.

What is D-BUS?
D-BUS is an IPC mechanism for sending and receiving messages across a common communications channel. At the protocol level D-BUS can be used as a peer-to-peer message transport for applications to communicate directly with each other. The real power of D-BUS comes from the bus daemons which act as routers for messages. There are two standard buses that a developer can rely on always being around. These are the system bus and the session bus.
The system bus is a global daemon that any application running in any context can use as a transport. It is a single point where applications can export services that anyone can use. Only one system bus daemon can be run at a time.
The session bus is a bus local to the current user’s session. It is used for communication between applications running within the same X session. For every login to X, a session bus daemon is started.

dbus-nm-hal.png

继续阅读

此文作者:, 位于 OpenSource 分类 标签: on .
转载须以超链接形式标明文章原始出处和作者信息及版权声明.

用 Sql*Plus 创建批量文件改名的脚本

用户要求对一个目录下的大量图片进行文件名修改。并给了一个对照文件:

4930503541,2019030524
4932503521,2089031230
4932503800,2389031456
4900003521,2019031211
.....

对照文件中前面的是就名字,后面的是新名字。可实际一看真正的文件名字,就傻了眼:文件名字都是类似:4930503541_1.png、4932503521_2.png 之类的,本来想用个Shell脚本来做,现在看起来,不好实现呀!

继续阅读

《探讨ORACLE数据库的数据导入方法》一文这里讨论

《探讨 ORACLE 数据库的数据导入方法》

讨论了不同情况下数据装载的性能问题。“针对 Oracle 数据库所提供的加速数据导入的各种特性和技术进行探讨,其中的一些方法也可以转化应用于其他数据库。”[作者:万波]

因为该页面的交互性不强,如果有疑问,可以在这里留言并进行讨论。

继续阅读

此文作者:, 位于 Database 分类 标签: on .
转载须以超链接形式标明文章原始出处和作者信息及版权声明.

What’s New in PostgreSQL 8.0

PostgreSQL 8.0 向前迈进了一大步。最引人注意的是 Win32 Native Server 。以前如果在Windows上用,居然要用 Cygwin 来模拟?! 唉呀,真是土阿!现在看起来改进了好多,安装上以后也会方便了,installer 项目会使安装越来越人性化。

继续阅读