码迷,mamicode.com
首页 >  
搜索关键字:kernel header files    ( 28704个结果
Linux Commands 彻底研究(01):ls
NAMEls - list directory contents 列出文件夹内容SYNOPSIS ls [OPTION]... [FILE]...DESCRIPTION List information about the FILEs (the current dir...
分类:系统相关   时间:2014-05-09 10:27:55    阅读次数:617
mongoDB 启动服务
mongod --dbpath "d:\Program Files\MongoDB 2.6 Standard\data\db" --logpath "d:\Program Files\MongoDB 2.6 Standard\logs\MongoDB.log" --install --service...
分类:数据库   时间:2014-05-09 10:19:13    阅读次数:301
(转)win7+iis7.5+asp.net下 CS0016: 未能写入输出文件“c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files 解决方案
本文转载自:http://www.cnblogs.com/finesite/archive/2011/01/28/1946940.html网上搜的解决方案但在我的环境下仍旧没有解决,我的方法如下:给C:\Windows\temp 文件夹赋予完全控制权限,如图:其他的解决方案均没有成功如:1 设置c:...
分类:Windows程序   时间:2014-05-09 03:51:18    阅读次数:402
PE代码段中的数据
PE代码段中可能包含一些数据,比如 optional header中的data directory会索引到一些数据,比如import/export table等等; 还有一些jump table/switch table等等。 一般来说,direct/indirect call/branch的目标,...
分类:其他好文   时间:2014-05-09 03:24:13    阅读次数:350
《linux 内核完全剖析》 sys.c 代码分析
sys.c 代码分析     setregid /* * This is done BSD-style, with no consideration of the saved gid, except * that if you set the effective gid, it sets the saved gid too. This * makes it possib...
分类:系统相关   时间:2014-05-09 02:13:12    阅读次数:621
linux 内核源码分析 - 获取数组的大小
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))   测试程序: #include #include struct dev { int a; char b; float c; }; struct dev devs[]= { { 1,'a',7.0, }, { 1,'a',7.0, }, { ...
分类:系统相关   时间:2014-05-09 02:10:16    阅读次数:494
《linux 内核完全剖析》 vsprintf.c 代码笔记
vsprintf.c 代码笔记 你 /* * linux/kernel/vsprintf.c * * (C) 1991 Linus Torvalds */ /* vsprintf.c -- Lars Wirzenius & Linus Torvalds. */ /* * Wirzenius wrote this portably, Torvalds fucked...
分类:系统相关   时间:2014-05-09 01:38:20    阅读次数:480
Java开发常用环境变量配置
1. JDK变量名:JAVA_HOME变量值:D:\Program Files\Java\jdk1.7.0_25(即JDK的安装路径)配置解析:方便引用、归一原则(%JAVA_HOME%),第三方软件约定。变量名:Path(该变量名在系统变量中已经存在)变量值:%JAVA_HOME%\bin;%JA...
分类:编程语言   时间:2014-05-08 23:49:22    阅读次数:333
Barcode Professional for Reporting Services 介绍及下载
BarcodeProfessionalforReportingServices是一款灵活和强大的.NET组件(.NETDLL类库),它让您轻松地添加条码生成和打印功能到您的SQLServerReportingServicesreport中。支持几乎所有当前常用的条码:Code39,Code128,GS1-128,GS1DataBar(RSS-14),EAN13&UPC,Postal(USPS,Bri..
分类:其他好文   时间:2014-05-08 17:01:08    阅读次数:392
微信订阅号开发笔记(五)
1、用户管理//查询所有分组 publicfunctionqueryGroups(){ $url="https://api.weixin.qq.com/cgi-bin/groups/get?access_token="; $url.=$this->getacctoken(); $result=$this->cget($url); header("Content-type:text/html;charset=utf-8"); print_r($result); } //创建..
分类:微信   时间:2014-05-08 16:45:04    阅读次数:726
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!