代码搜索:iOS越狱
找到约 4,141 项符合「iOS越狱」的源代码
代码结果 4,141
www.eeworm.com/read/436998/7757289
txt basccisco.txt
Cisco IOS基本安全配置详解
no ip domain-lookup //关闭域名查询
no cdp run //禁用cdp
no ip http server //禁用http server,这玩意儿的安全漏洞很多的
no ip source-route //禁用IP源路由,防止路由欺骗
no service finger //禁用finger服务
no ip b
www.eeworm.com/read/129180/14260336
htm index.htm
TCP/IP Lean: Web server test pages
TCP/IP Lean
Web server test pages
HTML c
www.eeworm.com/read/116246/14982206
cpp test.cpp
#include
#include
void main()//从文件写入工作区C
{
int i,n;
char name[100];
fstream f1;
f1.open("d:\\data.txt",ios::in);
cout
www.eeworm.com/read/115294/15019036
cpp test.cpp
#include
#include
void main()//从文件写入工作区C
{
int i,n;
char name[100];
fstream f1;
f1.open("d:\\data.txt",ios::in);
cout
www.eeworm.com/read/213567/4915253
entries
/ceostream.cpp/1.3/Mon Jun 23 21:00:44 2003//
/cevfw.cpp/1.5/Tue Mar 5 04:04:04 2002//
/getdate_tab.cpp/1.1/Mon Jun 23 16:32:48 2003//
/ios.cpp/1.1/Wed Jan 24 07:05:18 2001//
/iostream.cpp/1.1/Wed Ja
www.eeworm.com/read/291465/3965908
entries
/ceostream.cpp/1.1/Thu Jun 29 04:19:12 2006//
/cevfw.cpp/1.1/Thu Jun 29 04:19:12 2006//
/getdate_tab.cpp/1.1/Thu Jun 29 04:19:12 2006//
/ios.cpp/1.1/Thu Jun 29 04:19:12 2006//
/iostream.cpp/1.1/Th
www.eeworm.com/read/102552/15772785
htm subject_41828.htm
序号:41828 发表者:brown 发表日期:2003-05-29 19:07:08
主题:CFile 有 eof 可用嗎?
内容:請問前輩, ifstream fin_dump("dump.bin",ios::binary); while(!fin_dump.eof()) { // read }
www.eeworm.com/read/101790/15808994
htm subject_41828.htm
序号:41828 发表者:brown 发表日期:2003-05-29 19:07:08
主题:CFile 有 eof 可用嗎?
内容:請問前輩, ifstream fin_dump("dump.bin",ios::binary); while(!fin_dump.eof()) { // read }
www.eeworm.com/read/355810/10243599
asm memory.asm
;;--------DEFINE IOS--------------
#DEFINE P_COM3_PA7 PA.7
#DEFINE P_COM2_PA6 PA.6
#DEFINE P_COM1_PA5 PA.5
#DEFINE P_CLK_PA4 PA.4
#DEFINE P_DATA_PB5 PB.5
#DEFINE
www.eeworm.com/read/445397/7595874
cisco路由器笔记
学习笔记
进入特权执行模式: Router#enable
查看IOS版本: Router#show version
查看启动配置: Router#show running-config
查看运行配置: Router#show startup-config
清除现有配置: Router#erase startup-config
保存路由器更改: Router#copy running-