




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、窗體頂端開荒者BlogJava 首頁 新隨筆 聯(lián)系 聚合 管理 隨筆-20 評論-40 文章-11 trackbacks-0 交換機/路由器/防火墻支持的命令 1. 交換機支持的命令: 交換機基本狀態(tài): switch: ;ROM狀態(tài), 路由器是rommon> hostname> ;用戶模式 hostname# ;特權(quán)模式 hostname(config)# ;全局配置模式 hostname(config-if)# ;接口狀態(tài) 交換機口令設(shè)
2、置: switch>enable ;進入特權(quán)模式 switch#config terminal ;進入全局配置模式 switch(config)#hostname ;設(shè)置交換機的主機名 switch(config)#enable secret xxx ;設(shè)置特權(quán)加密口令 switch(config)#enable password xxa ;設(shè)置特權(quán)非密口令 switch(config)#line console 0 ;進入控制臺口 switch(config-line)#line vty 0 4 ;進入虛擬終端 switch(config-line)#login ;允許登錄 switc
3、h(config-line)#password xx ;設(shè)置登錄口令xx switch#exit ;返回命令 交換機VLAN設(shè)置: switch#vlan database ;進入VLAN設(shè)置 switch(vlan)#vlan 2 ;建VLAN 2 switch(vlan)#no vlan 2 ;刪vlan 2 switch(config)#int f0/1 ;進入端口1 switch(config-if)#switchport access vlan 2 ;當(dāng)前端口加入vlan 2 switch(config-if)#switchport mode trunk ;設(shè)置為干線 switch(
4、config-if)#switchport trunk allowed vlan 1,2 ;設(shè)置允許的vlan switch(config-if)#switchport trunk encap dot1q ;設(shè)置vlan 中繼 switch(config)#vtp domain ;設(shè)置發(fā)vtp域名 switch(config)#vtp password ;設(shè)置發(fā)vtp密碼 switch(config)#vtp mode server ;設(shè)置發(fā)vtp模式 switch(config)#vtp mode client ;設(shè)置發(fā)vtp模式 交換機設(shè)置IP地址: switch(config)#inte
5、rface vlan 1 ;進入vlan 1 switch(config-if)#ip address ;設(shè)置IP地址 switch(config)#ip default-gateway ;設(shè)置默認網(wǎng)關(guān) switch#dir flash: ;查看閃存 交換機顯示命令: switch#write ;保存配置信息 switch#show vtp ;查看vtp配置信息 switch#show run ;查看當(dāng)前配置信息 switch#show vlan ;查看vlan配置信息 switch#show interface ;查看端口信息 switch#show int f0/0 ;查看指定端口信息 2
6、. 路由器支持的命令: 路由器顯示命令: router#show run ;顯示配置信息 router#show interface ;顯示接口信息 router#show ip route ;顯示路由信息 router#show cdp nei ;顯示鄰居信息 router#reload ;重新起動 路由器口令設(shè)置: router>enable ;進入特權(quán)模式 router#config terminal ;進入全局配置模式 router(config)#hostname ;設(shè)置交換機的主機名 router(config)#enable secret xxx ;設(shè)置特權(quán)加密口令 rou
7、ter(config)#enable password xxb ;設(shè)置特權(quán)非密口令 router(config)#line console 0 ;進入控制臺口 router(config-line)#line vty 0 4 ;進入虛擬終端 router(config-line)#login ;要求口令驗證 router(config-line)#password xx ;設(shè)置登錄口令xx router(config)#(Ctrl+z) ; 返回特權(quán)模式 router#exit ;返回命令 路由器配置: router(config)#int s0/0 ;進入Serail接口 router(co
8、nfig-if)#no shutdown ;激活當(dāng)前接口 router(config-if)#clock rate 64000 ;設(shè)置同步時鐘 router(config-if)#ip address ;設(shè)置IP地址 router(config-if)#ip address second ;設(shè)置第二個IP router(config-if)#int f0/0.1 ;進入子接口 router(config-subif.1)#ip address ;設(shè)置子接口IP router(config-subif.1)#encapsulation dot1q ;綁定vlan中繼協(xié)議 router(confi
9、g)#config-register 0x2142 ;跳過配置文件 router(config)#config-register 0x2102 ;正常使用配置文件 router#reload ;重新引導(dǎo) 路由器文件操作: router#copy running-config startup-config ;保存配置 router#copy running-config tftp ;保存配置到tftp router#copy startup-config tftp ;開機配置存到tftp router#copy tftp flash: ;下傳文件到flash router#copy tftp s
10、tartup-config;下載配置文件 ROM狀態(tài): Ctrl+Break ;進入ROM監(jiān)控狀態(tài) rommon>confreg 0x2142 ;跳過配置文件 rommon>confreg 0x2102 ;恢復(fù)配置文件 rommon>reset ;重新引導(dǎo) rommon>copy xmodem: flash: ;從console傳輸文件 rommon>IP_ADDRESS= ;設(shè)置路由器IP rommon>IP_SUBNET_MASK= ;設(shè)置路由器掩碼 rommon>TFTP_SERVER=
11、;指定TFTP服務(wù)器IP rommon>TFTP_FILE=c2600.bin ;指定下載的文件 rommon>tftpdnld ;從tftp下載 rommon>dir flash: ;查看閃存內(nèi)容 rommon>boot ;引導(dǎo)IOS 靜態(tài)路由: ip route ;命令格式 router(config)#ip route ;靜態(tài)路由舉例 router(config)#ip route ;默認路由舉例 動態(tài)路由: router(config)#ip routing ;啟
12、動路由轉(zhuǎn)發(fā) router(config)#router rip ;啟動RIP路由協(xié)議。 router(config-router)#network ;設(shè)置發(fā)布路由 router(config-router)#negihbor ;點對點幀中繼用。 幀中繼命令: router(config)#frame-relay switching ;使能幀中繼交換 router(config-s0)#encapsulation frame-relay ;使能幀中繼 router(config-s0)#fram-relay lmi-type cisco ;設(shè)置管理類型 router(config-s0)#fra
13、me-relay intf-type DCE ;設(shè)置為DCE router(config-s0)#frame-relay dlci 16 ; router(config-s0)#frame-relay local-dlci 20 ;設(shè)置虛電路號 router(config-s0)#frame-relay interface-dlci 16 ; router(config)#log-adjacency-changes ;記錄鄰接變化 router(config)#int s0/0.1 point-to-point ;設(shè)置子接口點對點 router#show frame pvc ;顯示永久虛電路
14、router#show frame map ;顯示映射 基本訪問控制列表: router(config)#access-list permit|deny router(config)#interface ;default:deny any router(config-if)#ip access-group in|out ;default:ut 例1: router(config)#access-list 4 permit router(config)#access-list 4 deny 55 router(config)#access-lis
15、t 4 permit 55 router(config)#access-list 4 deny 55 router(config)#access-list 4 permit any router(config)#int f0/0 router(config-if)#ip access-group 4 in 擴展訪問控制列表: access-list permit|deny icmp wild>type access-list permit|deny tcp wild>port 例3: router(conf
16、ig)#access-list 101 deny icmp any echo router(config)#access-list 101 permit ip any anyrouter(config)#int s0/0 router(config-if)#ip access-group 101 in 例3: router(config)#access-list 102 deny tcp any eq 80 router(config)#access-list 102 permit ip any any router(co
17、nfig)#interface s0/1 router(config-if)#ip access-group 102 out 協(xié)議 路由協(xié)議 路由器配置 交換機配置 加密 上一頁 1 2 QQ 推出Windows2003教程 win2003安裝介紹 win2003網(wǎng)絡(luò)優(yōu)化 win2003使用技巧 win2003系統(tǒng)故障 服務(wù)器配置 專家答疑 幀中繼命令: router(config)#frame-relay switching ;使能幀中繼交換router(config-s0)#encapsulation frame-relay ;使能幀中繼router(config-s0)#fram-rel
18、ay lmi-type cisco ;設(shè)置管理類型router(config-s0)#frame-relay intf-type DCE ;設(shè)置為DCErouter(config-s0)#frame-relay dlci 16 ;router(config-s0)#frame-relay local-dlci 20 ;設(shè)置虛電路號router(config-s0)#frame-relay interface-dlci 16 ;router(config)#log-adjacency-changes ;記錄鄰接變化router(config)#int s0/0.1 point-to-point
19、;設(shè)置子接口點對點router#show frame pvc ;顯示永久虛電路router#show frame map ;顯示映射 基本訪問控制列表: router(config)#access-list permit|deny router(config)#interface ;default:deny anyrouter(config-if)#ip access-group in|out ;default:ut 例1: router(config)#access-list 4 permit router(config)#access-list 4 deny 10.8.1
20、.0 55 router(config)#access-list 4 permit 55 router(config)#access-list 4 deny 55 router(config)#access-list 4 permit any router(config)#int f0/0 router(config-if)#ip access-group 4 in 擴展訪問控制列表: access-list permit|deny icmp wild>typeaccess-list permit|
21、deny tcp wild>port例3:router(config)#access-list 101 deny icmp any echorouter(config)#access-list 101 permit ip any anyrouter(config)#int s0/0router(config-if)#ip access-group 101 in例3:router(config)#access-list 102 deny tcp any eq 80router(config)#access-list 1
22、02 permit ip any anyrouter(config)#interface s0/1router(config-if)#ip access-group 102 out 刪除訪問控制例表: router(config)#no access-list 102 router(config-if)#no ip access-group 101 in 路由器的nat配置 Router(config-if)#ip nat inside ;當(dāng)前接口指定為內(nèi)部接口 Router(config-if)#ip nat outside ;當(dāng)前接口指定為外部接口 Router(config)#ip na
23、t inside source static p <私有IP><公網(wǎng)IP> port Router(config)#ip nat inside source static Router(config)#ip nat inside source static tcp 80 80 Router(config)#ip nat pool p1 0 Router(config)#ip nat inside source list 1 pool
24、p1 Router(config)#ip nat inside destination list 2 pool p2 Router(config)#ip nat inside source list 2 interface s0/0 overload Router(config)#ip nat pool p2 type rotary Router#show ip nat translationrotary 參數(shù)是輪流的意思,地址池中的IP輪流與NAT分配的地址匹配。overload參數(shù)用于PAT 將內(nèi)部IP映射到一個公網(wǎng)IP不
25、同的端口上。 外部網(wǎng)關(guān)協(xié)議配置: routerA(config)#router bgp 100 routerA(config-router)#network routerA(config-router)#neighbor remote-as 200 配置PPP驗證: RouterA(config)#username password RouterA(config)#int s0 RouterA(config-if)#ppp authentication chap|pap 3PIX防火墻命令 Pix525(config)#nameif ethernet0 out
26、side security0 ;命名接口和級別 Pix525(config)#interface ethernet0 auto ;設(shè)置接口方式 Pix525(config)#interface ethernet1 100full ;設(shè)置接口方式 Pix525(config)#interface ethernet1 100full shutdown Pix525(config)#ip address inside Pix525(config)#ip address outside 52 Pix525
27、(config)#global (if_name) natid ip-ip ;定義公網(wǎng)IP區(qū)間 Pix525(config)#global (outside) 1 -5 ;例句 Pix525(config)#global (outside) 1 ;例句 Pix525(config)#no global (outside) 1 ;去掉設(shè)置 Pix525(config)#nat (if_name) nat_id local_ip netmark Pix525(config)#nat (inside) 1 0 0內(nèi)網(wǎng)所有主機(0代表
28、)可以訪問global 1指定的外網(wǎng)。 Pix525(config)#nat (inside) 1 內(nèi)網(wǎng)/16網(wǎng)段的主機可以訪問global 1指定的外網(wǎng)。 Pix525(config)#route if_name 0 0 gateway_ip metric ;命令格式 Pix525(config)#route outside 0 0 1 ;例句 Pix525(config)#route inside 1 ;例句 Pix525(confi
29、g)#static (inside, outside) 表示內(nèi)部ip地址,訪問外部時被翻譯成全局地址。 Pix525(config)#static (dmz, outside) 中間區(qū)域ip地址,訪問外部時被翻譯成全局地址。 posted 2008-06-28 18:30 wahaha 閱讀(95) | 評論 (0) | 編輯 收藏Cisco 中符號標(biāo)志 &
30、#160; !-字符代表交換機收到一個回應(yīng)應(yīng)答; . -請求超時; U -目的地不能達到; ?-不可知的數(shù)據(jù)包類型;
31、0; & -數(shù)據(jù)包超出生存時間; C -接收的數(shù)據(jù)包經(jīng)歷了擁塞; I -用戶中斷測試;posted 2008-05-30 09:29 wahaha 閱讀(100) | 評論 (0) | 編輯 收藏Cisco 交換機操作初步學(xué)習(xí) 在接觸交換機伊始,我是從了解交換機的命令開始的。&
32、#160; 1. Cisco Catalyst 所有交換機都是用以下參數(shù)建立到控制臺的連接。 2
33、. 用戶模式與特權(quán)模式的切換。 用戶模式-提供了對命令的監(jiān)控(show)的有限訪問,不允許執(zhí)行任何配置命令。 特權(quán)模式(啟用模式)-提供所有配置、管理和監(jiān)控的完全訪問。 switch
34、>enable 3. 驗證系統(tǒng)配置 show version 顯示硬件和軟件版本及其他信息/show module 顯示基于底板的硬件模塊信息。 4. 配置系統(tǒng)標(biāo)識 Cisic IOS 配置工作在配置
35、模式中進行enable->配置模式又必須進入特權(quán)模式privileged mode->特權(quán)模式下的基本配置模式被稱為全局配置模式(global configuration mode)->全局模式必須在特權(quán)模式中使用configure terminal命令進入。 完成以上操作后,交換機顯示提示為:switch(config)# 配置主機名:hostname
36、160;Switch-A 注意:將運行配置文件保存到啟動配置文件中:copy running-config startup-config 顯示內(nèi)存中保存的當(dāng)前配置命令:show running-config
37、 查看啟動配置文件: show startup-config CatOS 在CatOS中,所有配置都在特權(quán)訪問模式中完成。幾乎所有配置命令都從關(guān)鍵字set開始,用clear來重置一些配置
38、參數(shù)。 配置主機名:set system name Switch-B 注意:不用保存,可以用show config命令來驗證配置
39、60; posted 2008-05-30 09:21 wahaha 閱讀(74) | 評論 (0) | 編輯 收藏HTML語言基礎(chǔ)篇 元素的開始 /元素的結(jié)束/ 元素的功能 <!-注釋的內(nèi)容> <!> 注釋標(biāo)記 <A> </A> 錨元素,定義超文本連接點 <ADDRESS> </ADDRESS> 地址信息起止點 <B> &l
40、t;/B> 字體顏色加深 <BASE> 基本屬性,如基本連接,打開方式等 <BLINK> </BLINK> 字體閃爍 <BLOCKQUOTE> </BLOCKQUOTE> 塊引用 <BODY> </BODY> 超文本的正文主體的起止 <BR> 回車換行 <CAPTION> </CAPTION> 標(biāo)題,多用與表格 <CENTER> </CENTER> 元素間的內(nèi)容居中 <CITE> </CITE> 表明其間的內(nèi)容是引文或者列
41、證 <CODE> </CODE> 代碼 <DD> 文字縮格 <DL> 線縮格 <DT> 回車換行,但不縮格 <EM> </EM> 強調(diào),斜體且顏色加重 <FONT> </FONT> 變化字體大小和顏色 <form> </form> 交互項元素的起止 <Frame> </Frame> 展示頁的版面的分割 <HEAD> </HEAD> 超文本件頭的起止 <HEADER> <HEADER> 與<
42、;head>和</head>等價 <HR> 面水平線的隔線 <Hn> </Hn> 定義標(biāo)題字體大小,n值為1-6 <HTML> </HTML> 超文本的開始和結(jié)束 <I> </I> 字體為斜體 <IMG> (</IMG>) 插入圖形圖象文件 <INPUT> 輸入信息元素 <LI> 清單條目,多用語目錄列表 <LIST> </LIST> 顯示文本內(nèi)容,但不執(zhí)行標(biāo)記命令 <MARQUEE> </MARQUEE
43、> 字符移動方式控制 <META> 資料說明 <NEXTD> 下一個標(biāo)識 <OL> </OL> 用序號顯示一級標(biāo)題 <P> </P> 段落的起止,也可以加空行 <PRE> </PER> 按原文格式 <S> </S> 中化線 <SMALL> </SMALL> 用小號字顯示 <STRONG> </STRONG> 字體顏色加重 <SUB> </SUB> 下角標(biāo) <SUP> </SUP&g
44、t; 上角標(biāo) <TABLE> </TABLE> 表格的起止,圖文混排時也使用 <TD> </TD> 表格中一欄內(nèi)容的起止 <TEXTAREA> </TEXTAREA> 用文本區(qū)輸入信息 <TH> </TH> 表頭的起止 <TITLE> </TITLE> 超文本標(biāo)題起止 <TR> </TR> 表中一行的起止 <TT> </TT> 固定寬度 <U> </U> 下劃線 <UL> </UL>
45、; 同一級標(biāo)題的限定,無序號 <VAR> </VAR> 變量 <XMP> </XMP> 功能<LIST>字體略小 posted 2007-11-26 11:09 wahaha 閱讀(56) | 評論 (0) | 編輯 收藏SQL 語言操作記錄 在實現(xiàn)電話號碼查詢功能的程序中,為了改變xxx表一列中的某些值,我如是實現(xiàn):
46、0; idusernamepassword001name1沒有002name2是003name3沒有 update xxx set password='無' where password='沒有' posted 2007-11-20 23:49 wahaha 閱讀(131) | 評論 (0) | 編輯
47、60;收藏Oracle 10g ORA-12154: TNS: could not resolve the connect identifier specified 問題解決! 今天,從上周就捆饒我的問題終于在下班前被我搞定!小得意了一下. 我的電腦上之前安裝了Oracle 10g database,配置完變量用PL/SQL操作一切OK .當(dāng)又安裝完Oracle 10g client后,問題出現(xiàn)了,用PL/SQL登陸時反復(fù)提示:ORA-12154: TNS: could not resolve the
48、 connect identifier specified 對于初學(xué)者,我反復(fù)的在"Oracle - OraDb10g_home3"下的"配置和移植工具"中的"Net Manager"中查找問題所在.請教高手,也沒有召見問題的原因.我郁悶了,隨后自己決定來搞定這個問題. 我做了大量的反復(fù)的資料查看和自我檢查,靈感在下班的時候出現(xiàn),我突然意識到我的"環(huán)境變量"一直被忽視.打開后我發(fā)現(xiàn)我當(dāng)前的環(huán)境變量這樣設(shè)置的:path =
49、 E:oraclient_2;E:oracleoradatabin;E:oraclebin;E:Program FilesJavajdk1.5.0_04bin;E:Tomcat5028bin;%SystemRoot%system32;%SystemRoot%;%SystemRoot%System32Wbem問題出現(xiàn)了.隨后我該成如下:path = E:oracle;E:oracleoradatabin;E:oraclebin;E:Program FilesJavajdk1.5.0_04bin;E:Tomcat5028bin;%SystemRoot%system32;%S
50、ystemRoot%;%SystemRoot%System32WbemOK ! 問題在最后的關(guān)頭被我解決了!不錯.這就是: "不拋棄 不放棄" posted 2007-11-19 17:59 wahaha 閱讀(27834) | 評論 (32) | 編輯 收藏Oracle ORA-12154: TNS: could not resolve the connect identifier specified 問題解決中,遇到的優(yōu)秀帖子! 上下文:機器上安裝了一個Oracle817服務(wù)器,但是都是最小安裝,然后想通過這臺機器的SqlPlus連接其他機器 的Or
51、acle8i服務(wù)器現(xiàn)象:通過Net8 Assistant可以測試通過,但是使用SqlPlus則不行,報ORA-12154的錯誤解決方式:檢查$Oracle_Homenetworkadmintnsname.ora文件,看看配置的TNS在不在檢查$Oracle_Homenetworkadminsqlnet.ora,看看NAMES.DIRECTORY_PATH這個常量的值。需要設(shè)置為:NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)然后就打開SqlPlus就Ok了原因:估計是NAMES.DIRECTORY_PATH常量是查詢服務(wù)的方式。我沒有修改這
52、個之前NAMES.DIRECTORY_PATH= (HOSTNAME)是這個樣子的,所以可能他僅僅查詢本機器的服務(wù)。加上TNSAMES 可能就是增加解析TNS的功能。NND,也許是吧 posted 2007-11-19 17:17 wahaha 閱讀(5078) | 評論 (1) | 編輯 收藏Oracle 10g 數(shù)據(jù)庫安裝后登陸途徑! 在安裝完Oracle 10g后 ,有兩種登陸方式進入Oracle 10g 頁面,揭開它神秘的面紗。 在We
53、b瀏覽器中輸入:
54、0; (1 ) http/localhost:5500/em
55、160; (2 ) http:/Ip地址:5500/em 引出內(nèi)容:
56、160; tomcat安裝完成后在瀏覽器中輸入:
57、 (1 ) http/localhost:8080(我的修改端口后9090)
58、 (2 )&
59、#160; http:/Ip地址:8080(我的修改端口后9090) (備注: 創(chuàng)建全局數(shù)據(jù)庫名:orcl 數(shù)據(jù)庫口令:orcl
60、0; 用戶名:sys 口令:orcl 連接身份: sysdba Enterprise Manager Database Control URL - (orcl) :http:/XXGS09:1158/em數(shù)據(jù)庫配置文件已經(jīng)安裝到f:oracleproduct10.2.0,同時其他選定的安裝組件也已經(jīng)安裝到 f:oracleproduct10.2.0db_1。iSQL*Plus URL 為:http:/XXGS09:5560/isqlplusiSQL*Plus DBA URL 為:http:
61、/XXGS09:5560/isqlplus/dba 創(chuàng)建數(shù)據(jù)庫名:emp
62、用戶名:sys 口令:sys 連接身份: sysdba用戶名:sysman 口令:sysman 連接身份: normal http:/XXGS09:5500/em
63、0; ) 參考文章:
64、160; posted 2007-11-13 15:04 wahaha 閱讀(1240) | 評論 (0) | 編輯 收藏今天我開始寫我的博客! 今天學(xué)習(xí)Oracle 的過程中,在網(wǎng)上查相關(guān)資料的過程中,看了好多別人在Blog中寫的資料。突然感覺自己也應(yīng)該把自己的學(xué)習(xí)中的一些經(jīng)歷記錄下來!
65、 記錄的目的有二: 首先: 我想把我出現(xiàn)疑問的地方給自己做出記錄,幫自己以后注意這些問題。 其次: 我感覺自學(xué)東西,如果有一點點東西你走入誤區(qū),因為你初學(xué),那將給你學(xué)習(xí)的進度帶來非常大的阻力。所以我想讓我的記錄能幫助后來的其他人。 希望我寫的東西夠出彩! posted 2007-11-13 12
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 旅游行業(yè)運營與服務(wù)管理案例分析題庫及解答指導(dǎo)
- 證券投資分析與風(fēng)險管理知識考點
- 擴大宣傳效益內(nèi)容梳理條款協(xié)議
- ××超市版權(quán)合規(guī)制度
- 我心中的英雄形象:小學(xué)生寫人作文9篇
- 美國國立衛(wèi)生研究院(NIH)公共獲取的案例解析及啟示
- 雨后彩虹的約定:童話色彩的故事展現(xiàn)美好愿景8篇
- 2025年甲肝滅活疫苗項目立項申請報告模板
- 2025年德語TestDaF口語模擬試卷:歷年真題解析與備考策略
- 2025年電子商務(wù)師(初級)職業(yè)技能鑒定試卷:電商行業(yè)發(fā)展趨勢分析
- 家政服務(wù)培訓(xùn) 課件
- 2025年婚姻家庭咨詢師職業(yè)資格考試試題及答案
- 2025年人教版小學(xué)五年級下冊數(shù)學(xué)期末重難點測評試題(含答案和解析)
- 2024年天津市應(yīng)急管理局招聘行政執(zhí)法專職技術(shù)檢查員筆試真題
- 廣西壯族自治區(qū)欽州市2024-2025學(xué)年高二上學(xué)期期末檢測歷史試題(含答案)
- 黨課課件含講稿:以作風(fēng)建設(shè)新成效激發(fā)干事創(chuàng)業(yè)新作為
- 工業(yè)自動化設(shè)備維護保養(yǎng)操作手冊
- 猩紅熱課件完整版本
- GB/T 23858-2009檢查井蓋
- 輸煤皮帶著火事故處置演練
- 流動資金貸款需求量測算參考計算表(XLS12)
評論
0/150
提交評論