码迷,mamicode.com
首页 >  
搜索关键字:facility    ( 99个结果
HAproxy配置指令简单总结之一
haproxy配置分为两部分globalproxies default frontend backend listen=frontend+backendglobal进程管理及安全相关的参数 chroot pidfile user uid group gid log<address><facility> daemon性能调整相关的参数 maxconn noepoll nopolldebug相关参数 debugproxies..
分类:其他好文   时间:2016-11-28 17:37:51    阅读次数:336
rsyslog local0-local7的用法
很多时候我们需要将一个服务的日志文件导向一个指定的文件,这个时候可以设置log-facility 如在dhcpd.conf中配置1 : update log-facility in the dhcpd.conf file [root@lab ~]# cat /etc/dhcp/dhcpd.conf# ...
分类:其他好文   时间:2016-09-19 19:39:00    阅读次数:1483
epoll使用详解(精髓)
epoll - I/O event notification facility在linux的网络编程中,很长的时间都在使用select来做事件触发。在linux新的内核中,有了一种替换它的机制,就是epoll。相比于select,epoll最大的好处在于它不会随着监听fd数目的增长而降低效率。因为在 ...
分类:其他好文   时间:2016-09-02 21:47:30    阅读次数:159
Intent
An Intent provides a facility for performing late runtime binding between the code indifferent applications. Its most significant use is in the launch ...
分类:其他好文   时间:2016-07-23 18:03:59    阅读次数:90
Entity Framework Tutorial Basics(41):Multiple Diagrams
Multiple Diagrams in Entity Framework 5.0 Visual Studio 2012 provides a facility to split the design time visual representation of the Entity Data Mod ...
分类:其他好文   时间:2016-07-07 12:48:53    阅读次数:192
python logging - 高级
参考: Advanced logging tutorial:https://docs.python.org/2.7/howto/logging.html#advanced-logging-tutorial 15.7. logging - Logging facility for Python:https://docs.python.org/2.7/library/logging.html?hi...
分类:编程语言   时间:2016-06-24 15:41:46    阅读次数:220
epoll经典使用方法
epoll - I/O event notification facility在linux的网络编程中,很长的时间都在使用select来做事件触发。在linux新的内核中,有了一种替换它的机制,就是epoll。相比于select,epoll最大的好处在于它不会随着监听fd数目的增长而降低效率。因为在 ...
分类:其他好文   时间:2016-06-11 01:59:12    阅读次数:262
python之syslog模块
syslog模块为提供了rsyslog模块的一个接口。可以记录程序运行时的输出信息。个人认为此方法没有logging模块方便常用方法如下:syslog.open(indent[,logopt[,facility]])####初始化rsyslog日志接口函数syslog.syslog([priority],message)#######将message记录到日志文件syslog.c..
分类:编程语言   时间:2016-03-16 19:33:44    阅读次数:551
php foreach遍历
foreach($facility_list['data'] as $facility){ //处理语句}第一种格式遍历给定的 array_expression_r_r 数组。每次循环中,当前单元的值被赋给 $value 并且数组内部的指针向前移一步(因此下一次循环中将会得到下一个单元)。第二种格....
分类:Web程序   时间:2016-01-13 19:11:48    阅读次数:172
2006-7有价值的Kean博客——Calling ObjectARX functions from a .NET Application(PInvoke)
One of the really compelling features of .NET is its ability to call "legacy" unmanaged C++ APIs. I say "legacy", but we use this facility regularly t...
分类:移动开发   时间:2016-01-03 20:56:36    阅读次数:288
99条   上一页 1 ... 3 4 5 6 7 ... 10 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!