码迷,mamicode.com
首页 >  
搜索关键字:fine grain audit    ( 6435个结果
hdu1179Ollivanders: Makers of Fine Wands since 382 BC. (二分最大匹配)
Problem Description In Diagon Alley ,there is only one Wand-seller,peeling gold letters over the door read Ollivanders: Makers of Fine Wands since 382 BC.A single wand lay on a faded purple cushion i...
分类:其他好文   时间:2014-07-29 14:59:59    阅读次数:242
linux日志审计2
http://www.cnblogs.com/ahuo/archive/2012/08/24/2653905.htmlhttp://people.redhat.com/sgrubb/audit/(1)auditsudo apt-get install auditdsyslog会记录系统状态(硬件警告...
分类:系统相关   时间:2014-07-25 14:21:31    阅读次数:234
计算子序列和是定值的子序列个数
题目如下: Counting Subsequences Time Limit: 5000 MSMemory Limit: 65536 K Description ?"47 is the quintessential random number," states the 47 society. And there might be a grain of truth in that....
分类:其他好文   时间:2014-07-22 08:13:34    阅读次数:281
data audit on hadoop fs
最近项目中遇到了存储在HDFS上的数据格式不对,是由于数据中带有\r\n的字符,程序处理的时候没有考虑到这些情况。历史数据大概有一年的时间,需要把错误的数据或者重复的数据给删除了,保留正确的数据,项目中使用Pig来进行数据处理,所以我写了一个UDF的JAVA类去过滤那些错误的数据,把错误的数据和正确...
分类:其他好文   时间:2014-07-18 17:33:40    阅读次数:246
2014年7月10日
字符串讲解 参考MSDN方法string.ToLower()string.ToUpper()string.Equals属性:string.length字符串分割: string str = "How are you ?Fine,Thank you?"; s...
分类:其他好文   时间:2014-07-16 22:57:15    阅读次数:207
2014.7.13
英语: fine 罚款 bowel dustbin prok incinerate salacity cone regent mitigant thug fealty loathe
分类:其他好文   时间:2014-07-16 19:29:22    阅读次数:171
mysql 审计server_audit 模块
server_audit模块是一个 mariadb 还是skysql 开发的一个mysql 的插件。可以做一些审计上面的工作。众所周知,mysql 是里面是很难记录用户的操作命令的。用这个就可以。支持两种格式的输出,file 或者syslog。1.安装INSTALL PLUGIN server_au...
分类:数据库   时间:2014-07-16 19:18:47    阅读次数:311
【翻译自mos文章】使用asm来部署 超大数据库(10TB到PB 范围)--针对oracle 10G
使用asm来部署 超大数据库(10TB到PB 范围)--针对oracle 10G...
分类:数据库   时间:2014-07-15 10:13:03    阅读次数:296
Android 权限表
String ACCESS_CHECKIN_PROPERTIES 允许在登入数据库的时候读写其中的属性表,并上传改变的值   String ACCESS_COARSE_LOCATION 允许应用访问范围(如WIFI)性的定位 String ACCESS_FINE_LOCATION 允许应用访问精确(如...
分类:移动开发   时间:2014-07-12 17:31:10    阅读次数:853
php 获取今天,本周,本月,三个月内,半年内,今年的开始和结束时间
$now = time(); //今天 $today_audit_num = 0; $today_use_num = 0; $beginTime = date('Y-m-d 00:00:00', $now); $endTime = date('Y-m-d 23:59:59', $now)...
分类:Web程序   时间:2014-07-09 00:22:30    阅读次数:671
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!