码迷,mamicode.com
首页 >  
搜索关键字:gnu c __attribute__    ( 7292个结果
<unix网络编程> 的环境配置
的环境配置首先在网上下载UNP的库文件,然后就可以安装学了。我的系统环境:2.6.32-131.0.15.el6.i686 #1 SMP Sat Nov 12 17:30:50 CST 2011 i686 i686 i386 GNU/LinuxLSB Version: :base-4.0-ia32....
分类:其他好文   时间:2014-07-25 02:38:54    阅读次数:222
对jquery的 attr()和prop()理解
jquery1.6版本后引入了prop()方法,很多时候总是混淆attr()与prop()这俩,下面分析一下这俩的区别在此之前,先来了解一下html 的attribute和property,因为jquery的attr()和prop()正是来源于这俩东西。先看一段html代码:根据 DOM (HTML...
分类:Web程序   时间:2014-07-24 22:27:22    阅读次数:297
linux service等命令不能使用的解决办法
主要是路径没添加进来:在shell里面输入这条命令:export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.2...
分类:系统相关   时间:2014-07-24 22:00:32    阅读次数:230
链接加载文件gcc __attribute__ section
在阅读源代码的过程中,发现一个头文件有引用:/** The address of the first device table entry. */extern device_t devices[];/** The address after the last device table entry. ...
分类:其他好文   时间:2014-07-24 21:38:02    阅读次数:206
Attribute-based identification schemes for objects in internet of things
Methods and arrangements for object identification. An identification request is received from different objects of a network. Attributes and values o...
分类:Web程序   时间:2014-07-23 22:19:07    阅读次数:354
C++问题整理
1、如何消除"unused parameter"的警告:http://stackoverflow.com/questions/3599160/unused-parameter-warnings-in-c-code比较通用的做法就是(void) x;但是我更欣赏gcc上的__attribute__,可...
分类:编程语言   时间:2014-07-23 15:00:46    阅读次数:165
[ext/iconv/iconv.lo] Error 1
办法1: wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz tar -zxvf libiconv-1.13.1.tar.gz cd libiconv- 1.13.1 ./configure make make install 办法2: wget http://down.wdlinux....
分类:其他好文   时间:2014-07-23 13:33:46    阅读次数:167
7. 获取对象的熟悉以及CSS熟悉
HTML: attribute attribute ...
分类:Web程序   时间:2014-07-23 12:39:06    阅读次数:275
Ubuntu12.04 查看内核版本以及系统位数
查看内核的几种方法:1. uname -a #显示详细的内核信息,Linux localhost.localdomain 2.6.18-92.1.6.el5xen #1 SMP Wed Jun 25 12:56:52 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux2....
分类:其他好文   时间:2014-07-23 12:18:46    阅读次数:583
Manual | BSD手册| Linux手册 | 数据库手册 | 编程开发手册 | WEB开发手册 | 软件应用手册 | 网络技术手册 | GNU手册
豆豆手册□BSD手册□Linux手册□数据库手册□编程开发手册□WEB开发手册□软件应用手册□网络技术手册□GNU手册在线手册首 页BSD手册·FreeBSD Handbook 简体中文版·NetBSD Internals·NetBSD 指导手册·FreeBSD Porter 手册·FREEBSD ...
分类:数据库   时间:2014-07-23 12:16:56    阅读次数:454
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!