码迷,mamicode.com
首页 >  
搜索关键字:address    ( 6346个结果
闲来无事爬了下通讯录 试手 jsdom
curl http://xxx.com/address/addresslist\?search\=%40 --cookie oa_cookie=123 -s| node parss.js js 代码var jsdom = require('jsdom') ,fs = require('fs...
分类:Web程序   时间:2014-07-10 13:58:50    阅读次数:161
page_address()函数分析--如何通过page取得虚拟地址
由于X86平台上面,内存是划分为低端内存和高端内存的,所以在两个区域内的page查找对应的虚拟地址是不一样的。一. x86上关于page_address()函数的定义在include/linux/mm.h里面,有对page_address()函数的三种宏定义,主要依赖于不同的平台:首先来看看几个宏的...
分类:其他好文   时间:2014-07-02 00:24:41    阅读次数:173
could not bind to address 0.0.0.0:80 no listening sockets available, shutting down
在启动apache服务的时候(service httpd start 启动)出现这个问题。出现这个问题,是因为APACHE的默认端口被占用的缘故.解决方法就是把这个端口占用的程序占用的端口去掉。使用命令:netstat -lnp|grep 80 查看80端口使用如:tcp 0 0 0.0.0.0:8...
分类:其他好文   时间:2014-06-30 22:06:35    阅读次数:319
链接脚本之LMA VMA解释
链接脚本中的LMA和VMA是什么意思,这个问题纠结了一段时间,今天在看《ARM体系结构与编程》时,豁然开朗,写下自己的认识,分享如下: LMA:加载地址 位于存储器中的地址 LOAD MEMORY ADDRESS VMA:运行地址(虚拟地址) 运行时的地址 VIRTUAL MEMORY ADDRESS 为什么用VMA表示呐?因为cpu运行的地址都是虚拟地址,经过MMU转为物理地址。在没有开MMU的裸板下,延续了这一称呼。理解为运行地址。 为什么要分 两种地址? 运行映像文件时,有些域可以移动到新...
分类:其他好文   时间:2014-06-30 06:13:11    阅读次数:204
查询ORACLE数据库操作记录
代码:SELECTa.First_Load_Time, a.Sql_Text, s.Sid, s.Serial#, s.Program--, , a.* --Utl_Inaddr.Get_Host_Address(s.Terminal)Ip FROMV$sqlareaa,V$sessions WHEREs.Sql_Address(+)=a.Address ANDUpper(a.Sql_Text)LIKE‘%DELETEFROM%MTL_TRANSACTIONS_INTERFACE%‘;有人删除..
分类:数据库   时间:2014-06-28 00:41:47    阅读次数:423
pure.css
注释中address是纠正的意思 等价于correct/*!Pure v0.5.0Copyright 2014 Yahoo! Inc. All rights reserved.Licensed under the BSD License.https://github.com/yui/pure/blo...
分类:Web程序   时间:2014-06-27 12:44:58    阅读次数:356
C++基本之--静态成员函数和静态成员变量
#include using namespace std; class Internet { public: Internet(char *name,char *address) { strcpy(Internet::name,name); ...
分类:编程语言   时间:2014-06-27 11:34:21    阅读次数:133
CCNA 例题精选
3. Refer to the exhibit. Whichtwo statements are true about interVLAN routing in the topology that is shownin the exhibit? (Choose two.) A.  Host E and host F use the sameIP gateway address. B....
分类:其他好文   时间:2014-06-27 10:47:25    阅读次数:147
spice for openstack
nova.conf vnc_enabled=False [Spice] agent_enabled=True enabled=True html5proxy_base_url=http://x.x.x.x:6082/spice_auto.html server_listen=0.0.0.0 server_proxyclient_address=x.x.x.x keymap=...
分类:其他好文   时间:2014-06-27 08:47:57    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!