Modules are small kernel extensions ,that may be loaded and unloaded at will● Can implement drivers, filesystems, firewall,and more● Are located under...
分类:
系统相关 时间:
2014-07-29 20:53:52
阅读次数:
235
#!/usr/bin/python
#!*-*coding:utf-8*-*
#file:Analysis_logs.py
#importos
importstring
importre
month={‘1‘:‘Jan‘,
‘2‘:‘Feb‘,
‘3‘:‘Mar‘,
‘4‘:‘Apr‘,
‘5‘:‘May‘,
‘6‘:‘Jun‘,
‘7‘:‘Jul‘,
‘8‘:‘Aug‘,
‘9‘:‘Sep‘,
‘10‘:‘Oct‘,
‘11‘:‘Nov‘,
‘12‘:‘Dec‘}
LogFilePath=r‘/var/l..
分类:
编程语言 时间:
2014-07-29 18:20:52
阅读次数:
327
修改文件 /system/core/Router.php 的方法 _parse_route()
/**
* Parse Routes
*
* This function matches any routes that may exist in
* the config/routes.php file against the URI to
* determine if th...
分类:
其他好文 时间:
2014-07-29 18:05:12
阅读次数:
211
问题分析:
当按下存在光盘的光驱弹出按钮时,查看系统日志会有一个内核警告信息:
在mint中在/var/log/syslog中存在如下警告(错误)信息:
May 30 10:49:08 ufo kernel: [ 147.793292] VFS: busy inodes on changed media or resized disk sr0
kernel表示这个问题是一个内核中报出的问...
分类:
其他好文 时间:
2014-07-29 17:50:22
阅读次数:
337
/* * Copyright 2005 Joe Walker * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
分类:
编程语言 时间:
2014-07-29 13:53:20
阅读次数:
484
题目如下:This cheeseburger you don't needDescriptionYoda: May the Force be with you.Master Yoda is the oldest member of the Jedi Council. He conducts prep...
分类:
其他好文 时间:
2014-07-29 12:20:26
阅读次数:
279
一 Words 1 squint 斜视,眯起眼 v,n,adj 2 soften变温和,变软 v e.g. To soften a formal look,Caroline recommends a ethnic blouses.为了看上去不过于正式,卡罗琳建议穿有民族色彩的上衣 3 may as ...
分类:
其他好文 时间:
2014-07-29 12:11:56
阅读次数:
236
DescriptionThe Happy Desert is full of sands. There is only a kind of animal called camel living on the Happy Desert. ‘Cause they live here, they need...
分类:
其他好文 时间:
2014-07-28 23:44:04
阅读次数:
329
题目:Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:You may assume that A has enough space (size that is greater or e....
分类:
编程语言 时间:
2014-07-28 14:47:23
阅读次数:
1108
题目:Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary).You may assume that the intervals were ini....
分类:
编程语言 时间:
2014-07-28 11:35:10
阅读次数:
293