




版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、藍夢教育集團即時通訊系統(tǒng)(仿騰訊QQ)信息主窗口類中的各個子面板和彈出式菜單程序類(第2部分) 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 J2EE課程設計實訓教學示例項目藍夢教育集團即時通訊系統(tǒng)(仿騰 訊QQ)完善客戶端系統(tǒng)信息主窗口類中的各個子面板和彈出式菜單程序類(第2/2部分) 1.1.1 實現(xiàn)相關的彈出式菜單的功能 1、FriendInfoTreeNodeSelfPopupMenu類 (1)類名稱為FriendInfoTreeNodeSelfPopupMenu,包名稱com.px1987.imsystem.client.frame.imsystemmainframe.t
2、ree,繼承ponent.SelfDefineJPopupMenu_ImageBar類 (2)編程該類 楊教授大學堂,版權所有,盜版必究。 1/25頁 為于 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 package com.px1987.imsystem.client.frame.imsystemmainframe.tree; import javax.swing.ImageIcon; import javax.swing.JCheckBoxMenuItem; import javax.swing.JMenuItem; import ponent.SelfDefineJChec
3、kBoxMenuItem; import ponent.SelfDefineJMenuItem; import ponent.SelfDefineJPopupMenu_ImageBar; import com.px1987.imsystem.client.frame.IMSystemMainFrame; public class FriendInfoTreeNodeSelfPopupMenu extends SelfDefineJPopupMenu_ImageBar private static final long serialVersionUID = -371994667741261146
4、5L; private IMSystemMainFrame oneIMSystemMainFrame=null; public IMSystemMainFrame getOneIMSystemMainFrame() public void setOneIMSystemMainFrame(IMSystemMainFrame oneIMSystemMainFrame) private JMenuItem imSpaceMenuItem = null; private JMenuItem onePersonInfoMenuItem = null; private JMenuItem updateMy
5、HeadImageMenuItem = null; private JCheckBoxMenuItem showMyHeadImageCheckBoxMenuItem = null; private JMenuItem netRecordMenuItem = null; private JMenuItem graftMenuItem =null; public FriendInfoTreeNodeSelfPopupMenu() super(); 楊教授大學堂,版權所有,盜版必究。 2/25頁 return oneIMSystemMainFrame; this.oneIMSystemMainFr
6、ame = oneIMSystemMainFrame; 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 public FriendInfoTreeNodeSelfPopupMenu(String label,IMSystemMainFrame oneIMSystemMainFrame) public FriendInfoTreeNodeSelfPopupMenu(String label) public FriendInfoTreeNodeSelfPopupMenu(ImageIcon imageIcon) private void createThisTreeNodeSelfPop
7、upMenu() imSpaceMenuItem = new SelfDefineJMenuItem(); imSpaceMenuItem.setText("IM 空間"); imSpaceMenuItem.setIcon(new super(imageIcon); super(label); super(label); this.oneIMSystemMainFrame=oneIMSystemMainFrame; createThisTreeNodeSelfPopupMenu(); ImageIcon(getClass().getResource("/image
8、s/treePopMenu/sefttree1.jpg"); this.add(imSpaceMenuItem); onePersonInfoMenuItem= new SelfDefineJMenuItem(); onePersonInfoMenuItem.setText("個人資料"); this.add(onePersonInfoMenuItem); updateMyHeadImageMenuItem = new SelfDefineJMenuItem(); updateMyHeadImageMenuItem.setText("更改我的頭像&quo
9、t;); this.add(updateMyHeadImageMenuItem); showMyHeadImageCheckBoxMenuItem = new SelfDefineJCheckBoxMenuItem(); showMyHeadImageCheckBoxMenuItem.setSelected(true); showMyHeadImageCheckBoxMenuItem.setText("顯示我的頭像"); this.add(showMyHeadImageCheckBoxMenuItem); netRecordMenuItem = new SelfDefine
10、JMenuItem(); 楊教授大學堂,版權所有,盜版必究。 3/25頁 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 netRecordMenuItem.setText("網(wǎng)絡備完錄"); netRecordMenuItem.setIcon(new ImageIcon(getClass().getResource("/images/treePopMenu/sefttree2.jpg"); this.add(netRecordMenuItem); graftMenuItem = new SelfDefineJMenuItem(); graft
11、MenuItem.setText("送禮許愿"); graftMenuItem.setIcon(new ImageIcon(getClass().getResource("/images/treePopMenu/sefttree3.jpg"); this.add(graftMenuItem); 2、FriendInfoTreeNodePopupMenu類 (1)類名稱為FriendInfoTreeNodePopupMenu,包com.px1987.imsystem.client.frame.imsystemmainframe.tree,繼ponent.S
12、elfDefineJPopupMenu_ImageBar類 楊教授大學堂,版權所有,盜版必究。 4/25頁 名稱承為于 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 (2)編程該類 package com.px1987.imsystem.client.frame.imsystemmainframe.tree; import javax.swing.ButtonGroup; import javax.swing.ImageIcon; import javax.swing.JCheckBoxMenuItem; import javax.swing.JMenu; import javax
13、.swing.JMenuItem; import ponent.SelfDefineJCheckBoxMenuItem; 楊教授大學堂,版權所有,盜版必究。 5/25頁 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 import ponent.SelfDefineJMenu; import ponent.SelfDefineJMenuItem; import ponent.SelfDefineJPopupMenu_ImageBar; import com.px1987.imsystem.client.frame.IMSystemMainFrame; import com.px198
14、7.imsystem.client.frame.imsystemmainframe.treeevent.FriendInfoTreeNodePopupMenu_ActionListenerEventHandler; import com.px1987.imsystem.client.util.IMSystemClientUtils; public class FriendInfoTreeNodePopupMenu extends SelfDefineJPopupMenu_ImageBar private static final long serialVersionUID = 82150735
15、81183947613L; private IMSystemMainFrame oneIMSystemMainFrame=null; private JMenu personHeadImageMenu = null; private JCheckBoxMenuItem bigHeadImageMenuItem = null; private JCheckBoxMenuItem smallHeadImageMenuItem =null; private JCheckBoxMenuItem standardHeadImageMenuItem = null; private JCheckBoxMen
16、uItem showMyHeadImageMenuItem = null; private JMenu nameInfoShowMenu =null; private JCheckBoxMenuItem showAnnotationInfoMenuItem = null; private JCheckBoxMenuItem showLoveNameInfoMenuItem = null; private JMenu columnShowMenu = null; private JCheckBoxMenuItem singleShowMenuItem = null; private JCheck
17、BoxMenuItem multiShowMenuItem = null; private JCheckBoxMenuItem showClearInfoMenuItem = null; private JCheckBoxMenuItem slideEffectMenuItem = null; private JMenu sortShowMenu = null; private JCheckBoxMenuItem sortByIDMenuItem = null; private JCheckBoxMenuItem sortByUpdateTimeMenuItem =null; private
18、JCheckBoxMenuItem sortByNameMenuItem = null; private JMenuItem showOnLinePersonInfoMenuItem = null; private JCheckBoxMenuItem showNoKnownPersonGroupInfoMenuItem =null; 楊教授大學堂,版權所有,盜版必究。 6/25頁 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 private JCheckBoxMenuItem showBlockNameListMenuItem = null; private JMenuItem a
19、ddNewGroupInfoMenuItem = null; private JMenuItem addNewFriendMenuItem = null; private JMenuItem renameMenuItem = null; private JMenuItem deleteThisGroupMenuItem = null; public FriendInfoTreeNodePopupMenu() public FriendInfoTreeNodePopupMenu(String label) public FriendInfoTreeNodePopupMenu(String lab
20、el,IMSystemMainFrame super(label); super(); oneIMSystemMainFrame) public FriendInfoTreeNodePopupMenu(ImageIcon imageIcon) private void createThisTreeNodePopupMenu() private void initThisTreeNodePopupMenu() private void createAllMenuAndMenuItemForThisPopup() personHeadImageMenu = new SelfDefineJMenu(
21、); 楊教授大學堂,版權所有,盜版必究。 7/25頁 super(label); this.oneIMSystemMainFrame=oneIMSystemMainFrame; createThisTreeNodePopupMenu(); super(imageIcon); initThisTreeNodePopupMenu(); createAllMenuAndMenuItemForThisPopup(); this.setBackground(IMSystemClientUtils.getNoSerializableVOInstance(). getLoginFormBgColor();
22、楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 personHeadImageMenu.setText("頭像顯示方式"); personHeadImageMenu.setIcon(new ImageIcon(getClass().getResource( "/images/treePopMenu/headimage.jpg"); this.add(personHeadImageMenu); ButtonGroup oneButtonGroup=new ButtonGroup(); bigHeadImageMenuItem = new Self
23、DefineJCheckBoxMenuItem(); oneButtonGroup.add(bigHeadImageMenuItem); smallHeadImageMenuItem = new SelfDefineJCheckBoxMenuItem(); oneButtonGroup.add(smallHeadImageMenuItem); standardHeadImageMenuItem = new SelfDefineJCheckBoxMenuItem(); oneButtonGroup.add(standardHeadImageMenuItem); bigHeadImageMenuI
24、tem.setText("大頭像"); bigHeadImageMenuItem.addActionListener( new FriendInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "bigHeadImageMenuItem_onClick"); smallHeadImageMenuItem.setText("小頭像"); smallHeadImageMenuItem.addActionListener( new FriendInfoT
25、reeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "smallHeadImageMenuItem_onClick"); standardHeadImageMenuItem.setText("標準頭像"); standardHeadImageMenuItem.addActionListener( new FriendInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "stan
26、dardHeadImageMenuItem_onClick"); showMyHeadImageMenuItem = new SelfDefineJCheckBoxMenuItem(); showMyHeadImageMenuItem.setText("顯示我的頭像"); showMyHeadImageMenuItem.setSelected(true); showMyHeadImageMenuItem.addActionListener( 楊教授大學堂,版權所有,盜版必究。 8/25頁 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 new Frien
27、dInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "showMyHeadImageMenuItem_onClick"); personHeadImageMenu.add(bigHeadImageMenuItem); personHeadImageMenu.add(smallHeadImageMenuItem); personHeadImageMenu.add(standardHeadImageMenuItem); personHeadImageMenu.addSeparator()
28、; personHeadImageMenu.add(showMyHeadImageMenuItem); nameInfoShowMenu = new SelfDefineJMenu(); nameInfoShowMenu.setText("名稱顯示"); this.add(nameInfoShowMenu); ButtonGroup twoButtonGroup=new ButtonGroup(); showAnnotationInfoMenuItem = new SelfDefineJCheckBoxMenuItem(); twoButtonGroup.add(showA
29、nnotationInfoMenuItem); showLoveNameInfoMenuItem = new SelfDefineJCheckBoxMenuItem(); twoButtonGroup.add(showLoveNameInfoMenuItem); showAnnotationInfoMenuItem.setText("顯示備注"); showAnnotationInfoMenuItem.setSelected(true); showAnnotationInfoMenuItem.addActionListener( new FriendInfoTreeNode
30、PopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "showAnnotationInfoMenuItem_onClick"); showLoveNameInfoMenuItem.setText("顯示昵稱"); showLoveNameInfoMenuItem.addActionListener( new FriendInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "showLoveN
31、ameInfoMenuItem_onClick"); nameInfoShowMenu.add(showAnnotationInfoMenuItem); nameInfoShowMenu.add(showLoveNameInfoMenuItem); columnShowMenu = new SelfDefineJMenu(); 楊教授大學堂,版權所有,盜版必究。 9/25頁 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 columnShowMenu.setText("列表顯示"); this.add(columnShowMenu); ButtonGro
32、up threeButtonGroup = new ButtonGroup(); singleShowMenuItem = new SelfDefineJCheckBoxMenuItem(); threeButtonGroup.add(singleShowMenuItem); multiShowMenuItem = new SelfDefineJCheckBoxMenuItem(); threeButtonGroup.add(multiShowMenuItem); singleShowMenuItem.setText("單列顯示"); singleShowMenuItem.
33、setSelected(true); singleShowMenuItem.addActionListener( new FriendInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "singleShowMenuItem_onClick"); columnShowMenu.add(singleShowMenuItem); multiShowMenuItem.setText("多列平鋪"); multiShowMenuItem.addActionListener(
34、 new FriendInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "multiShowMenuItem_onClick"); columnShowMenu.add(multiShowMenuItem); columnShowMenu.addSeparator(); showClearInfoMenuItem = new SelfDefineJCheckBoxMenuItem(); showClearInfoMenuItem.setText("顯示清爽資料")
35、; showClearInfoMenuItem.addActionListener( new FriendInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "ShowClearInfoMenuItem_onClick"); columnShowMenu.add(showClearInfoMenuItem); slideEffectMenuItem = new SelfDefineJCheckBoxMenuItem(); slideEffectMenuItem.setText(&quo
36、t;滑動效果"); 楊教授大學堂,版權所有,盜版必究。 10/25頁 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 slideEffectMenuItem.addActionListener( new FriendInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "slideEffectMenuItem_onClick"); columnShowMenu.addSeparator(); columnShowMenu.add(slideEffectMenuItem
37、); this.addSeparator(); sortShowMenu = new SelfDefineJMenu(); sortShowMenu.setText("排序顯示"); this.add(sortShowMenu); ButtonGroup fourButtonGroup = new ButtonGroup(); sortByIDMenuItem = new SelfDefineJCheckBoxMenuItem(); fourButtonGroup.add(sortByIDMenuItem); sortByUpdateTimeMenuItem = new S
38、elfDefineJCheckBoxMenuItem(); fourButtonGroup.add(sortByUpdateTimeMenuItem); sortByNameMenuItem = new SelfDefineJCheckBoxMenuItem(); fourButtonGroup.add(sortByNameMenuItem); sortByIDMenuItem.setText("按身份標識排序"); sortByUpdateTimeMenuItem.setText("按服務更新排序"); sortByNameMenuItem.setTe
39、xt("按名稱排序"); sortShowMenu.add(sortByIDMenuItem); sortShowMenu.add(sortByUpdateTimeMenuItem); sortShowMenu.add(sortByNameMenuItem); this.addSeparator(); showOnLinePersonInfoMenuItem = new SelfDefineJMenuItem(); showOnLinePersonInfoMenuItem.setText("顯示在線聯(lián)系人"); this.add(showOnLinePe
40、rsonInfoMenuItem); this.addSeparator(); showNoKnownPersonGroupInfoMenuItem = new SelfDefineJCheckBoxMenuItem(); showNoKnownPersonGroupInfoMenuItem.setText("顯示陌生人分組"); 楊教授大學堂,版權所有,盜版必究。 11/25頁 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 showNoKnownPersonGroupInfoMenuItem.addActionListener( new FriendInfoT
41、reeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "showNoKnownPersonGroupInfoMenuItem_onClick"); this.add(showNoKnownPersonGroupInfoMenuItem); showBlockNameListMenuItem = new SelfDefineJCheckBoxMenuItem(); showBlockNameListMenuItem.setText("顯示黑名單"); showBlockNameL
42、istMenuItem.addActionListener( new FriendInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "showBlockNameListMenuItem_onClick"); this.add(showBlockNameListMenuItem); this.addSeparator(); addNewGroupInfoMenuItem = new SelfDefineJMenuItem(); addNewGroupInfoMenuItem.setTe
43、xt("添加分組"); addNewGroupInfoMenuItem.addActionListener( new FriendInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "addNewGroupInfoMenuItem_onClick"); this.add(addNewGroupInfoMenuItem); addNewFriendMenuItem = new SelfDefineJMenuItem(); addNewFriendMenuItem.se
44、tText("添加聯(lián)系人"); addNewFriendMenuItem.setIcon(new ImageIcon(getClass().getResource( "/images/treePopMenu/addFriend.jpg"); addNewFriendMenuItem.addActionListener(new FriendInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, "addNewFriendMenuItem_onClick"
45、;); this.add(addNewFriendMenuItem); this.addSeparator(); renameMenuItem = new SelfDefineJMenuItem(); 楊教授大學堂,版權所有,盜版必究。 12/25頁 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 renameMenuItem.setText("重命名"); renameMenuItem.addActionListener(new FriendInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemM
46、ainFrame, "renameMenuItem_onClick"); deleteThisGroupMenuItem = new SelfDefineJMenuItem(); deleteThisGroupMenuItem.setText("刪除該組"); deleteThisGroupMenuItem.setIcon(new ImageIcon(getClass().getResource( "/images/treePopMenu/deleteGroup.jpg"); deleteThisGroupMenuItem.addAc
47、tionListener(new FriendInfoTreeNodePopupMenu_ActionListenerEventHandler(oneIMSystemMainFrame, 3、FriendInfoTreeNodePopupMenu_byClickOut類 (1)類名稱為FriendInfoTreeNodePopupMenu_byClickOut,包名稱為 ,繼承于 public JMenuItem getDeleteThisGroupMenuItem() public JMenuItem getRenameMenuItem() public JMenuItem getAddNe
48、wGroupInfoMenuItem() return addNewGroupInfoMenuItem; return renameMenuItem; return deleteThisGroupMenuItem; "deleteThisGroupMenuItem_onClick"); this.add(renameMenuItem); this.add(deleteThisGroupMenuItem); com.px1987.imsystem.client.frame.imsystemmainframe.tree ponent.SelfDefineJPopupMenu_I
49、mageBar類 楊教授大學堂,版權所有,盜版必究。 13/25頁 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 (2)編程該類 package com.px1987.imsystem.client.frame.imsystemmainframe.tree; import javax.swing.ButtonGroup; import javax.swing.ImageIcon; import javax.swing.JCheckBoxMenuItem; import javax.swing.JMenu; import javax.swing.JMenuItem; import p
50、onent.SelfDefineJCheckBoxMenuItem; 楊教授大學堂,版權所有,盜版必究。 14/25頁 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 import ponent.SelfDefineJMenu; import ponent.SelfDefineJMenuItem; import ponent.SelfDefineJPopupMenu_ImageBar; import com.px1987.imsystem.client.frame.IMSystemMainFrame; import com.px1987.imsystem.client.frame.i
51、msystemmainframe.event.IMSystemMainFrame_ActionListenerEventHandler; public class FriendInfoTreeNodePopupMenu_byClickOut extends SelfDefineJPopupMenu_ImageBar private static final long serialVersionUID = -8871613980569893992L; private IMSystemMainFrame oneIMSystemMainFrame=null; private JMenu person
52、HeadImageMenu_byClickOut = null; private JCheckBoxMenuItem bigHeadImageMenuItem_byClickOut = null; private JCheckBoxMenuItem smallHeadImageMenuItem_byClickOut = null; private JCheckBoxMenuItem standardHeadImageMenuItem_byClickOut = null; private JCheckBoxMenuItem showMyHeadImageMenuItem_byClickOut =
53、 null; private JMenu nameInfoShowMenu_byClickOut = null; private JCheckBoxMenuItem showAnnotationInfoMenuItem_byClickOut = null; private JCheckBoxMenuItem showLoveNameInfoMenuItem_byClickOut = null; private JMenu columnShowMenu_byClickOut = null; private JCheckBoxMenuItem singleShowMenuItem_byClickO
54、ut = null; private JCheckBoxMenuItem multiShowMenuItem_byClickOut =null; private JCheckBoxMenuItem ShowClearInfoMenuItem_byClickOut = null; private JCheckBoxMenuItem slideEffectMenuItem_byClickOut = null; private JMenu sortShowMenu_byClickOut = new SelfDefineJMenu(); private JCheckBoxMenuItem sortBy
55、IDMenuItem_byClickOut = null; private JCheckBoxMenuItem sortByUpdateTimeMenuItem_byClickOut = null; private JCheckBoxMenuItem sortByNameMenuItem_byClickOut = null; private JMenuItem showOnLinePersonInfoMenuItem_byClickOut = null; private JCheckBoxMenuItem showNoKnownPersonGroupInfoMenuItem_byClickOu
56、t = 楊教授大學堂,版權所有,盜版必究。 15/25頁 楊教授大學堂 精心創(chuàng)作的優(yōu)秀程序員 職業(yè)提升必讀系列資料 null; private JCheckBoxMenuItem showBlockNameListMenuItem_byClickOut = null; public FriendInfoTreeNodePopupMenu_byClickOut() public FriendInfoTreeNodePopupMenu_byClickOut(String label) public FriendInfoTreeNodePopupMenu_byClickOut(String labe
57、l,IMSystemMainFrame super(label); super(); oneIMSystemMainFrame) public FriendInfoTreeNodePopupMenu_byClickOut(ImageIcon imageIcon) private void createThisTreeNodePopupMenu_byClickOut() personHeadImageMenu_byClickOut = new SelfDefineJMenu(); personHeadImageMenu_byClickOut.setText("頭像顯示方式"); personHeadImageMenu_byClickOut.setIcon(new ImageIcon(getClass().getResource( "/images/treePopMenu/headimage.jpg&
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 公司畫冊怎樣策劃方案
- 公司新聞播放策劃方案
- 公司百家宴活動策劃方案
- 公司組織敬老院活動方案
- 2025年移動通信工程師考試試題及答案
- 2025年信息檢索與知識管理考試題及答案
- 2025年生物技術相關領域資格考試試卷及答案
- 2025年軟裝設計師職業(yè)考試試題及答案
- 2025年青年志愿者能力測試試卷及答案
- 小學班主任工作計劃總結
- GB/T 14450-2016胎圈用鋼絲
- 牛生產-繁育課件
- 國家開放大學電大《計算機網(wǎng)絡》試題
- 國際標準行業(yè)分類第4版 ISICRev
- 計算機行業(yè):信創(chuàng)產業(yè)鯤鵬凌云信創(chuàng)提速
- 工程建設標準強制性條文房屋建筑部分(2013年版)完整版
- 裝配式鋼筋混凝土簡支T梁橋計算(G-M法)
- 《蘇東坡傳》精美(課堂PPT)
- 化學計量學基礎
- ISO13485內審檢查表
- 人教版二年級語文下冊同音字匯總(共9頁)
評論
0/150
提交評論