ifneq ($(KERNELRELEASE),)param-objs := file1.o file2.oobj-m := param.oelse KDIR := /lib/modules/2.6.18-53.el5/build all: make -C $(KDIR) M=$(PWD) modu ...
分类:
其他好文 时间:
2016-07-11 18:37:32
阅读次数:
140
nginx1.8.0安装#!/bin/bash
#installnginx-1.8.0.tar.gz
//源码包放在/usr/local/src目录下
cd/usr/local/src
tarxzvfnginx-1.8.0.tar.gz
cdnginx-1.8.0
./configure--prefix=/usr/local/nginx--with-http_realip_module--with-http_sub_module--with-http_gzip_static_modu..
分类:
其他好文 时间:
2016-06-23 19:12:04
阅读次数:
245
nginx1.8.0安装#!/bin/bash
#installnginx-1.8.0.tar.gz
//源码包放在/usr/local/src目录下
cd/usr/local/src
tarxzvfnginx-1.8.0.tar.gz
cdnginx-1.8.0
./configure--prefix=/usr/local/nginx--with-http_realip_module--with-http_sub_module--with-http_gzip_static_modu..
分类:
其他好文 时间:
2016-06-23 19:11:43
阅读次数:
189
NW.js is an app runtime based on Chromium and node.js. You can write native apps in HTML and JavaScript with NW.js. It also lets you call Node.js modu... ...
分类:
Web程序 时间:
2016-06-15 15:39:46
阅读次数:
247
第6章 第一个Linux驱动程序: 统计单词个数 一、编写Linux驱动程序的步骤 第1步:建立Linux驱动骨架 用 modu te_init和 moduie_exit去指定 第2步:注册和注销设备文件 misc_register 创建设备文件 misc_deregister 移除设备文件 第3步 ...
分类:
其他好文 时间:
2016-06-05 12:35:50
阅读次数:
162
最近在研究React Native,搭建Android 环境的时候,遇到了一下一个大坑:运行模拟器时候出现一下截图报错: 我使用终端命令:$android 查看,明明安装了intel x86 Emulator Accelerator(HAXM installer)这个安卓模拟加速器,如下图 解决方法 ...
分类:
系统相关 时间:
2016-04-09 12:17:28
阅读次数:
336
when i try to give the environment variable "DJANGO_SETTINGS_MODULE" a path, for example, DJANGO_SETTINGS_MODULE=mysite_settings, DJANGO_SETTINGS_MODU
分类:
其他好文 时间:
2016-03-10 23:42:07
阅读次数:
287
一 综述: 二 全局变量(包含函数和类): (1)正常变量x: *通过module.x能够使用。 *通过from module import *能够使用。 (2)以"_"开头变量x: *通过module.x能够使用。 *通过from module import *不能使用。 *通过from modu
分类:
编程语言 时间:
2016-02-20 20:21:11
阅读次数:
261
man insmod:INSMOD(8) insmod INSMOD(8)NAME insmod - Simple program to insert a module into the Linux KernelSYNOPSIS insmod [filename] [modu...
分类:
系统相关 时间:
2016-01-06 22:03:59
阅读次数:
244
模块化编程 try { 7 var h = open( in )... 8 } finally { 9 close(h)10 }11 }app.js1 module lexer from 'compiler/LexicalHandler';2 modu...
分类:
其他好文 时间:
2015-11-01 22:43:42
阅读次数:
222