invlpg 指令简介
void
tlb_invalidate(pde_t *pgdir, void *va)
{
// Flush the entry only if we're modifying the current address space.
// For now, there is only one address space, so...
分类:
其他好文 时间:
2014-10-11 18:13:55
阅读次数:
214
来自:http://blog.csdn.net/cinmyheart/article/details/38747505yaffs2 源码错误错误:2014-08-06Charles Mannin版本的 yaffs 有误!yaffs_flush_file的定义:source file :yaffs_g...
分类:
其他好文 时间:
2014-10-11 12:41:45
阅读次数:
668
操作命令:show binlog events in 'mysql-bin.000016' limit 10;reset master 删除所有的二进制日志flush logs 产生一个新的binlog日志文件show master logs; 或者 show binary logs; 查看二进制....
分类:
数据库 时间:
2014-10-10 23:46:24
阅读次数:
356
apache访问日志按周,天,小时轮循设置<VirtualHost*:80>ServerAdminwebmaster@dummy-host.example.comDocumentRoot"/data/www/bbsServerNamewww.test.comServerAliaswww.dummy-host.example.com#CustomLog"|/usr/local/sbin/cronolog/app/logs/access_%Y%m%d_www.log"co..
分类:
Web程序 时间:
2014-10-10 15:11:44
阅读次数:
198
使用API调用QueueCreateCollection去创建tfs collection 返回The collection servicing job did not succeed.查询TFS的Logs中:[error]:tfs User or role 'TFSEXECROLE' does n...
分类:
数据库 时间:
2014-10-10 11:48:54
阅读次数:
200
部署ELK时候,logstash启动报错Sending logstash logs to /var/log/logstash.log.Exception in thread ">output" org.elasticsearch.discovery.MasterNotDiscoveredExcept...
分类:
其他好文 时间:
2014-10-10 11:35:24
阅读次数:
397
redis修改持久化路径和日志路径vimredis.conflogfile/data/redis_cache/logs/redis.log#日志路径dir/data/redis_cache#持久化路径,修改后记得要把dump.rdb持久化文件拷贝到/data/redis_cache下先杀掉redis,拷贝dump.rdb,启动清缓存cd/data/server/redis-2.6.16/src./redis-c..
分类:
其他好文 时间:
2014-10-09 20:22:58
阅读次数:
204
times=`tail-1/Data/logs/nginx/access.log|awk‘{print$4}‘`m_time=`echo${times}|awk-F:‘{print$2}‘`foriin010203040506070809;doif[$i-eq${m_time}];thenm_time=`echo${m_time#0}`fidoneif[${m_time}="00"];thens_time="23"elselet"s_time=${m_time}-1"num=`exprlength${s_ti..
分类:
其他好文 时间:
2014-10-09 19:08:58
阅读次数:
221
#!/bin/bashNGINX=/usr/local/nginx/sbin/nginxPID=/usr/local/nginx/logs/nginx.pid##funSTART(){pstree-p|grepnginx>/dev/null2>&1if[-f$PID]&&[$?-eq0]thenecho"Warnning:nginxalreadyrunning"elseif[-f$PID];thenrm-rf$PIDfi$NGINX##stdinOKif[$?-eq0];t..
分类:
其他好文 时间:
2014-10-09 15:31:48
阅读次数:
179
这个问题网上很多,我就不重复那些了。 我的是关于进度条的应用。我最后遇到的问题是,在本机swampserver环境下的输出缓存很快,但是到了服务器上就是一段一段的了。我的服务器是Web服务器是IIS。如果你用其他的方法解决不了,我这里提供一个参考。 那么,这是不同服务器的配置问题。我将IIS...
分类:
Web程序 时间:
2014-10-09 13:05:43
阅读次数:
186