We added a system call to modify idt table,
then programed it inmodify_idt.c1. Put our modify_idt.c file
in/usr/src/linux-3.10.15/arch/x86/kernel2./us...
分类:
其他好文 时间:
2014-05-22 15:51:03
阅读次数:
269
FORMdown_load_file_excelUSINGp_file_pathp_file_excelTYPESTANDARDTABLECHANGINGp_subrc.*StartingdownloadDATA:l_lcobj_excelTYPEole2_object,l_lcobj_workbo...
分类:
其他好文 时间:
2014-05-22 15:47:49
阅读次数:
194
NFS,是Network File
System的简写,即网络文件系统。网络文件系统是FreeBSD支持的文件系统中的一种,也被称为NFS.
NFS允许一个系统在网络上与他人共享目录和文件。通过使用NFS,用户和程序可以像访问本地文件一样访问远端系统上的文件。安装:[root@localhost
e...
分类:
其他好文 时间:
2014-05-22 15:36:46
阅读次数:
341
using System;using System.Collections.Generic;using
System.Linq;using System.Web;using System.Web.Mvc;using
System.Web.Security;namespace 验证权限.Control...
分类:
Web程序 时间:
2014-05-22 15:36:02
阅读次数:
264
1、定义/* 录制的音频文件 */ private File
mRecAudioFile; private File mRecAudioPath; /* MediaRecorder对象 */ private
MediaRecorder mMediaRecorder; /* 录音文件列表 */...
分类:
其他好文 时间:
2014-05-22 15:20:23
阅读次数:
236
/* 播放录音文件 */private void playMusic(File
file){Intent intent = new
Intent();intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);intent.setAction(android.con...
分类:
其他好文 时间:
2014-05-22 15:18:27
阅读次数:
269
试验环境:服务端:OEL 5.7 + Oracle 10.2.0.5 RAC客户端:Windows 7
+ Oracle 11.2.0.1 Client1.客户端登陆间断遭遇ORA-12545,现象如下:C:\Users\xiaoyu>sqlplus
system/oracle@192.168.1....
分类:
其他好文 时间:
2014-05-22 14:44:19
阅读次数:
516
Webservice超时问题Winform客户端调用Webservice
120秒超时.对此问题,针对服务器与客户端分别作了超时设置为300S.1. 服务器端设置超时在 web.config 的 system.web
里添加如下配置项:记得要把 web.config 的 debug 模式关闭:2. ...
分类:
Web程序 时间:
2014-05-22 14:38:56
阅读次数:
456
package com.ting.textcover;import
java.io.File;import android.app.Activity;import android.content.Intent;import
android.graphics.Bitmap;import android...
分类:
其他好文 时间:
2014-05-22 14:30:14
阅读次数:
321
题目大意就是数字中不能出现 62
和4代码:/*************************************************************************
> File Name: 2089.cpp > Author: minshik > Cr...
分类:
其他好文 时间:
2014-05-22 14:28:12
阅读次数:
215