linux上的日志系统 syslog syslog-ng 开源 商业 日志级别:信息详细程度。 子系统:facility,设施。 动作:日志滚动(日志切割): #logrotate[OPTION]滚动、压缩或邮件系统日志。 配置文件: /etc/logrotate.conf 计划任务文件: /etc/cron.daily/logrotate 各子系统..
分类:
系统相关 时间:
2015-02-27 18:36:53
阅读次数:
227
ISBT 128来源于code 128条码,在条码系统中也可以直接用code 128或其他一维条码代替,但最终结果只要符合ISBT128的内容即可。如:
其中,,前五位字符(90003)[facility]由ICCBBA分配在全世界唯一的标识码,代表唯一的医疗机构或组织代码。05代表的年份[year],217134为序列号[sequential numer],然后两位图标或数字数列在...
分类:
其他好文 时间:
2015-02-04 13:05:51
阅读次数:
378
epoll - I/O event notification facility在linux的网络编程中,非常长的时间都在使用select来做事件触发。在linux新的内核中,有了一种替换它的机制,就是epoll。相比于select,epoll最大的优点在于它不会随着监听fd数目的增长而减少效率。由于...
分类:
其他好文 时间:
2015-01-30 19:00:35
阅读次数:
151
一、异常信息:Message 850 not found; No message file for product=network, facility=NL二、解决方案:后来在网上查了一下,是找不到oracle安装主目录的原因。想了一想可能是环境变量出问题了,export了一下发现果然没有$ORAC...
分类:
Web程序 时间:
2015-01-06 23:00:08
阅读次数:
575
JSON-RPC for Javahttps://github.com/briandilley/jsonrpc4j#json-rpc-for-javaThis project aims to provide the facility to easily implement JSON-RPC for ...
分类:
编程语言 时间:
2014-12-20 14:07:21
阅读次数:
510
接到一个朋友打来的求助电话,在安装oracle11g单机版的时候新建监听报错如下:
Message 1070 not found; No message file for product=network, facility=TNSTNSLSNR for Linux: Version
............
原因:在oracle用户配置环境变量文件.bash_profile时没...
分类:
Web程序 时间:
2014-11-26 16:36:32
阅读次数:
144
Some PLF-based controls expose a convenient facility for temporarily disabling their events and for checking if an event is being raised. The followin...
分类:
其他好文 时间:
2014-11-11 22:34:40
阅读次数:
267
可以阅读官方文档:http://developer.android.com/reference/android/app/Dialog.html其中有一段:Note: Activities provide a facility to manage the creation, saving and re...
Timer的官方描述是:A facility for threads to schedule tasks for future execution in a background thread.
Tasks may be scheduled for one-time execution, or for repeated execution at regular intervals.
意思就是...
分类:
其他好文 时间:
2014-11-01 17:52:47
阅读次数:
169
epoll - I/O event notification facility在linux的网络编程中,非常长的时间都在使用select来做事件触发。在linux新的内核中,有了一种替换它的机制,就是epoll。相比于select,epoll最大的优点在于它不会随着监听fd数目的增长而减少效率。由于...
分类:
其他好文 时间:
2014-10-16 17:48:22
阅读次数:
260