lock_kernel()仅仅虚晃一枪就过去了. 紧接着来的是page_address_init include/linux/mm.h #if defined(CONFIG_HIGHMEM) && !defined(WANT_PAGE_VIRTUAL) #define HASHE...
分类:
其他好文 时间:
2014-08-26 19:31:26
阅读次数:
260
一. 安装包: 1. crash(通过yum安装) 2. kernel-debuginfo-2.6.32-358.el6.x86_64.rpm? 3. kernel-debuginfo-common-x86_64-2.6.32-358.el6.x86_64.rpm ? 二. 开启kdump服务:/etc/init.d/kdump start 注:通...
分类:
其他好文 时间:
2014-08-26 17:49:56
阅读次数:
364
admin\includes\init_includes\init_languages.php 前台小语种后台英文导致批量表导入后,前后台不显示产品的问题将红色部分修改成前台语言对应的值,前台语言对应的ID可以到数据表languages查看大约25-27行 $_SESSION['languag...
分类:
其他好文 时间:
2014-08-26 16:54:26
阅读次数:
188
在两台Linux服务器ddd(IP:10.3.93.212)和tsung213(IP:10.3.93.213)上安装了Tigase,要把这两台服务器组成一个Tigase集群,只需要修改这两台服务器的init.properties文件的相关配置即可。config-type=--gen-config-d...
分类:
其他好文 时间:
2014-08-26 15:09:56
阅读次数:
389
软件时钟
#include "global.h"
//时基函数结构体
typedef struct
{
uint16_t DelayTime;
uint16_t TimeBackup;
uint16_t Init;
}TIMER_T;
static volatile uint16_t u16Day; //日
static volatile uint16_t u1...
分类:
其他好文 时间:
2014-08-26 13:48:16
阅读次数:
164
Struts2初始化时,首先就会初始化log,看源码如下: 1 public void init(FilterConfig filterConfig) throws ServletException { 2 InitOperations init = new InitOperatio...
分类:
其他好文 时间:
2014-08-26 13:22:16
阅读次数:
207
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
分类:
Web程序 时间:
2014-08-26 13:12:36
阅读次数:
263
每次申明一个jQuery对象的时候,返回的是jQuery.prototype.init对象,很多人就会不明白,init明明是jQuery.fn的方法啊,实际上这里不是方法,而是init的构造函数,因为js的prototype对象可以实现继承,加上js的对象只是引用不会是拷贝,new jQuery,n...
分类:
Web程序 时间:
2014-08-26 11:32:55
阅读次数:
197