输入子系统在内核中的位置:/driver/input
drivers/input/input.c: input_init ---> err = register_chrdev(INPUT_MAJOR,
"input", &input_fops); static const struct file_o...
分类:
其他好文 时间:
2014-05-05 23:34:42
阅读次数:
516
一、逻辑体系结构图 二、逻辑结构图组成介绍
从上表可以看出,一个数据库是由多个表空间(tablespace)组成,一个表空间又由多个段(segment)组成,一个段又由多个区(extent)组成,一个区则由多个块(block)组成。
一个数据库中,UNDO和SYSTEM表空间是必须存在的。 ...
分类:
数据库 时间:
2014-05-05 23:27:54
阅读次数:
414
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.IO;using System.Linq;usi...
分类:
其他好文 时间:
2014-05-05 23:22:07
阅读次数:
290
直接指向网页[InternetShortcut]URL=http://user.qzone.qq.com/2275471603Modified=F00F43B3A875C601D9ShowCommand=7IconIndex=1IconFile=C:\WINDOWS\SYSTEM\url.dllHo...
using System;using System.IO;using
System.Security.Principal;using System.ComponentModel;using
System.Configuration;using System.Runtime.InteropServic...
分类:
Web程序 时间:
2014-05-05 22:58:48
阅读次数:
516
FPSDisplay.csusing UnityEngine;using
System.Collections; public class FPSDisplay : MonoBehaviour{ float deltaTime =
0.0f; void Update() { ...
分类:
其他好文 时间:
2014-05-05 22:05:23
阅读次数:
522
using UnityEngine;using System.Collections;public
class Test : MonoBehaviour { public GameObject anObject ; private Camera cam ;
private Plan...
分类:
其他好文 时间:
2014-05-05 22:00:12
阅读次数:
357
Struts2实现文件上传
文件上传页面
file.jsp:
...
分类:
其他好文 时间:
2014-05-05 13:26:32
阅读次数:
261
apk file 其实就是zip文件, 可以将其重命名为zip文件,然后用unzip命令解压。unzip example1.apk -d ./example_dir
tree
.
├── AndroidManifest.xml
├── classes.dex
├── META-INF
│ ├── CERT.RSA
│ ├── CERT.SF
│ └── MANIFEST.MF
├── ...
分类:
移动开发 时间:
2014-05-05 13:12:59
阅读次数:
469
package ioTest.io2;
import java.io.IOException;
import java.io.InputStream;
/*
*键盘录入:如果录入的是一行数据打印,如果录入了over就结束录入
*System.in:标准输入流对象
*System.out:标准输出流对象
*/
public class ReadIn {
public static v...
分类:
编程语言 时间:
2014-05-03 17:07:53
阅读次数:
268