數字貨幣font
Ⅰ 誰能幫我解釋一下下面代碼的意思,我看不懂,所以有錯都調試不來,在每一行後面//注釋一下,麻煩了
void CTestExcelDlg::OnButton1()
{
// TODO: Add your control notification handler code here
/*
先創建一個_Application類,用_Application來創建一個Excel應用程序介面。
Excel介面類中層次如下所示:
-_Application
-Workbooks 工作薄集合
-_Workbook 工作薄
-Worksheets 工作表集合
-_Worksheet 工作表
-Range單元格區域
_Worksheet sheet;
Range range; //Excel中針對單元格的操作都應先獲取其對應的Range對象
Font font;
Range cols;
/*
COleVariant類為VARIANT數據類型的包裝,在自動化程序中,通常都使用
VARIANT數據類型進行參數傳遞。故下列程序中,函數參數都是通過COleVariant
類來轉換了的。
*/
//covOptional 可選參數的VARIANT類型
COleVariant covOptional((long)DISP_E_PARAMNOTFOUND, VT_ERROR);
if( !app.CreateDispatch("Excel.Application") ){
this->MessageBox("無法創建Excel應用!");
return;
}
//獲取工作薄集合
books=app.GetWorkbooks();
//添加一個工作薄
book=books.Add(covOptional);
//獲取工作表集合
sheets=book.GetSheets();
//獲取第一個工作表
sheet=sheets.GetItem(COleVariant((short)1));
//選擇工作表中A1:A1單元格區域
range=sheet.GetRange(COleVariant("A1"),COleVariant("A1"));
//設置A1=HELLO EXCEL!"
range.SetValue(COleVariant("HELLO EXCEL!"));
//調整格式,設置粗體
font=range.GetFont();
font.SetBold(COleVariant((short)TRUE));
//選擇A2單元格,插入一個公式"=RAND()*100000",並設置A2數字格式為貨幣形
式
range=sheet.GetRange(COleVariant("A2"),COleVariant("A2"));
range.SetFormula(COleVariant("=RAND()*100000"));
range.SetNumberFormat(COleVariant("$0.00"));
//選擇A:A列,設置寬度為自動適應
cols=range.GetEntireColumn();
cols.AutoFit();
//顯示Excel表格,並設置狀態為用戶可控制
app.SetVisible(TRUE);
app.SetUserControl(TRUE);
故要操作表,必須先逐步獲取Workbooks—>Workbook —>Worksheets
—>Worksheet —>Range
*/
_Application app;
Workbooks books;
_Workbook book;
Worksheets sheets;
Ⅱ 微信零錢通人工客服電話是多少
02968888522
Ⅲ 計算機試題,急!!!!
1. 在Word中,當修改一文檔時,必須把插入點移到需要修改的位置或選定修改的文本。對錯2. Word中,將「計算機的應用能力考試」改為「計算機應用能力考試」,需執行的操作為:插入點在「的」的後面,再按刪除(DELETE)鍵。對錯3. 在Word的編輯文檔中選取對象後,再按下Delete(或Del)鍵,則可以刪除所選對象對錯4. 用Word進行文字編輯有多種方法,其中包括使用剪貼板。對錯5. 現有前後兩個段落且段落格式不同的文字,若刪除前一個段落末尾的結束標記,則_兩個段落會合並為一段,原先各格式均丟失而採用文檔的默認格式對錯6. 在Word文檔中,要使一行文字居中,應當先將游標定位在該行對錯7. 在Word中,在頁面設置中可以設置奇偶頁的頁眉頁腳是否相同對錯8. 當需要輸入日期、時間等,可選擇「插入」菜單中的「日期和時間」命令。對錯9. Word把藝術字作為圖形來處理。對錯10. 在Word的"窗口"菜單底部顯示的文件名所對應的文件是當前已被打開的所有文件對錯11. 在Word文檔中將游標移到整篇文檔首的快捷鍵是Ctrl+Home對錯12. 在Word中,若想控制段落的第一行第一字的起始位置,應該設置首字下沉對錯13. 在Word的表格中可以對數據進行排列,行列數據都可以進行排序對錯14. 頁面視圖所顯示的文檔的某些修飾性細節不能列印出來。對錯15. 可以同時選中幾個文件一次全部打開。對錯
計算機基礎的考試試題《計算機應用》模擬試題一.單項選擇題 (每小題1分,共35分)
1. 銀行利用計算機進行存貸款業務管理屬於計算機的________應用領域。
A.輔助設計 B.實時控制
C.數據處理 D.科學計算2.微型計算機中最小的數據單位是________。
A.ASCII碼字元 B.字元串
C.位元組 D.比特(二進制位)
3. 通常所說的586機是指其________。
A.字長為586位 B.內存容量為586KB
C.主頻為586MHzs D.所用的微處理器晶元型號為586
4.規定計算機進行基本操作的命令稱為___A_____。
A.指令 B.指令系統
C.軟體 D.程序
5.主頻主要反映了計算機的____b____。
A.使用頻率 B.運算速度
C.處理能力 D.存儲容量
6.在下列各種板卡中,不屬於計算機的擴展板卡的是___d_____。
A.網卡 B.音效卡
C.顯示卡 D.主板
7.計算機源程序是________。
A.計算機命令 B.用高級語言或匯編語言編寫的程序
C.計算機所有軟體的總稱 D.用機器語言編寫的程序
8.某PC機配置為:PIII/600/128MB/20GB/VGA。其含義為___a_____。
A.CPU為PIII;主頻600MHz;內存容量128MB;硬碟容量20GB;顯示卡為VGA
B.CPU為PIII;主頻600MHz;內存容量128MB;硬碟容量20GB;網卡為VGA
C.CPU為PIII;主頻600MHz;硬碟容量128MB;光碟容量20GB;CD-ROM介面為VGA
D.CPU為PIII;機器型號為600MHz;顯示卡存儲器容量128MB;硬碟容量20GB;顯示器介面為VGA
9.微機中,CPU所處理的來自外存儲器中的信息必須首先調入__d_____。
A.主板 B.主機
C.運算器 D.內存儲器
10.Windows98的窗口有__a_______兩類。
A.應用程序窗口和文檔窗口 B.應用程序窗口和文本框
C.應用程序窗口和對話框 D.文檔窗口和文本框
11.當一個文檔窗口被關閉後,該文檔將保存在___d______中。
A.剪貼板 B.回收站
C.內存 D.外存
12.Windows98中用於引導用戶完成大多數日常操作的菜單在___d_____。
A."我的電腦"菜單中 B.資源管理器菜單中
C.Word菜單中 D."開始"菜單中
13.要查看磁碟剩餘空間的大小,可在"我的電腦"中使用滑鼠右鍵單擊該磁碟的圖標,然後單擊___d_____。
A."查看" B."打開"
C."系統" D."屬性"
14.在Word編輯過程中,如果發生意外死機,可以按___a______鍵解決。
A.Ctrl + Alt + Del B.Ctrl + Alt + Break
C.Ctrl + Del D.Ctrl + Break
15.Word版本之間保持向下兼容性,即____b____。
A.高版本Word生成的文檔可在低版本的Word中進行處理
B.低版本Word生成的文檔可在高版本的Word中進行處理
C.只能在同一版本下才能進行處理
D.不論版本高低均能進行處理
16.在Word編輯狀態下,利用__d______可快速.直接調整文檔的左右邊界。
A.格式欄 B.工具欄
C.菜單 D.標尺
17.在Word窗口下,可使用__c______菜單中的"文件"命令,實現兩個文件的合並。
A.編輯 B.視圖
C.插入 D.工具
18.在進行文檔列印預覽顯示時,__a_______。
A.只能改變頁面的左.右頁邊距
B.可以改變頁面的上.下.左.右頁邊距
C.只能改變頁面的上.下頁邊距
D.不可以改變頁面的上.下.左.右頁邊距
19.Word中的"剪切"和____b____命令,可將選定區域的內容放到剪貼板上。
A.粘貼 B.復制
C.清除 D.替換
20.若同時打開幾個文檔窗口,可以通過按____d_____鍵來順序切換文檔窗口。
A.Ctrl + F4 B.Alt + F4
C.Ctrl + F6 D.Alt + F6
21.當輸入數字超過單元格能顯示的位數時,則以____a____表示。
A.科學記數 B.百分比
C.貨幣 D.自定義
22.在Excel97中,改變列寬和行高的正確說法是____c_____。
A.只能用滑鼠操作 B.只能用菜單命令
C.滑鼠操作和菜單命令都可以 D.套用信函
23.在Excel97單元格中輸入計算式"=5>8"的結果為___c______。
A.0 B.1
C.FALSE D.TRUE
24.活動單元地址顯示在___a______內。
A.工具欄 B.菜單
C.名稱框 D.狀態欄
25.工作表的單元格表示為:Sheet1!A2,,其意義為___c______。
A.Sheet1為工作簿名,A2為單元格地址
B.Sheet1為單元格地址,A2為工作表名
C.Sheet1為工作表名,A2為單元格地址
D.設置表格的格式
26.多媒體信息不包括___c______。
A.音頻.視頻 B.文字.動畫
C.音效卡.解壓卡 D.聲音.圖形
27.在計算機領域中,媒體是指___d______。
A.各種信息和數據的編碼 B.列印信息的載體
C.各種數據的載體 D.存儲和傳播信息的載體
28.多媒體電腦的正確理解是___d______。
A.裝有CD-ROM光碟機的電腦 B.專供家庭娛樂用的電腦
C.價格較貴的電腦,是聯網的電腦 D.能綜合處理文字.圖像.動畫與聲音等信息的電腦
29.在計算機網路中, ____d_____能進行信號的數/模.模/數轉換。
A.集中器 B.數據機
C.主計算機 D.終端
30.一般所說的撥號入網,是指通過___b______與網際網路伺服器連接。
A.微波 B.公用電話系統
C.專用電纜 D.電視線路
31.為網路提供共享資源並對這些資源進行管理的計算機稱為_______。
A.網關 B.伺服器
C.中繼器 D.工作站
32.Internet提供的服務中,基於菜單查詢的工具是________。
A.Telnet B.Gopher
C.FTP D.WWW
33.下面________不是郵件地址的組成部分。
A. 用戶名 B.主機域名
C. @ D.口令
34.Windows NT是_________軟體。
A.計算機輔助教育 B.與Windows 98功能相同的操作系統
C.資料庫管理系統 D.網路操作系統
35.在計算機區域網中,以文件數據共享為目標,需要將供多台計算機共享的文件存放於一台被稱為_______的計算機中。
A.非同步通信伺服器 B.客戶機
C.文件伺服器 D.列印伺服器
二.多選題(每小題2分,共20分)
1.下列編碼中,________屬於漢字輸入碼。
A.區位碼 B.點陣碼 C.五筆字型碼
D.全拼雙音 E.智能ABC
2.在Windows98中對資源的管理可以通過________進行。
A.我的電腦 B.Windows資源管理器
C.網上鄰居 D.任務欄 E.工具欄
4.使用"媒體播放器"可以播放_______。
A.CD B.VCD C.WAV文件 D.PPT文件 E.MIDI文件
5.微機之間"病毒"的傳播途徑是________。
A.軟盤復制 B.網上非法信息傳遞 C.共同放置軟盤
D.借用他人的軟盤 E.非法光碟
6."資源管理器"窗口中將文件復制到軟盤的操作方法有________。
A.復制與粘貼 B.剪切與粘貼 C.使用"文件"菜單的"發送"命令
D.使用"文件"菜單的"新建"命令 E.使用快捷菜單的"復制"和"粘貼"命令
7.有關剪貼板的操作有________。
A.復制 B.撤銷 C.剪切 D.粘貼 E.刪除
8.Word97中視圖的模式有________。
A.普通視圖 B.聯機版視圖 C.頁面視圖
D.大綱視圖 E.圖表視圖
9.網卡的主要功能包括_______。
A.網路互聯 B.將計算機連接到通信介質上 C.實現數據傳輸
D.進行電信號匹配 E.保護計算機不受侵害
10.根據網路范圍和計算機之間的距離將計算機網路分為_______。
A.網際網路 B.廣域網 C.區域網
D.城域網 E.乙太網
三.判斷題(每小題1分,共10分)
1. 計算機可以直接處理數字.文字.聲音.圖形,以及其他類型的信息。
2. 安裝Windows98後就不需要單獨安裝Internet Explorer。
3. 菜單選項名字後跟有三角標記,表示選擇此菜單選項就會彈出一個對話框。
4. 在Excel97中,嵌入的意思是將信息如圖表.公式或數據表格數據插入Excel中。
5. 單點"格式"工具欄上的"下劃線"圖標兩次,就可以給選中文本加上雙下劃線。
6. 用來把單元A3與B3的內容乘的公式是3*AB。
7. 在Excel97中,只能復制單元格中的數據,而不能復制單元格的數據格式
8. 剪貼板能夠選擇性的粘貼剪貼板中的部分內容。
9. 在列印預覽模式中可以進行輸入。
10. 在Excel97的數據管理功能中,數據清單就是資料庫。
四.填空(每空1分,共10分)
1. 計算機內的所有數據或程序都是以________的形式存放在磁碟上。(文件)
2. 雙擊桌面上的________圖標,可恢復硬碟上被誤刪的文件。(回收站)
3.在Windows98中通常有應用程序窗口和________兩種窗口。(文檔窗口)
4.1993年美國提出的"國家信息基礎建設"計劃,也稱為建設________(信息高速公路)
5.Word文檔的默認擴展名是___________。
6.在Word中可將Word的表格形式轉換成__________形式。
7.在Excel97中,絕對地址前面應使用___________符號。
8.在進行自動分類匯總之前,必須對數據清單進行_________。
9. 在Excel資料庫中,提供了兩種篩選清單命令,分別是高級篩選和___________。
10. 在域名系統中,中國的域名是_____________字元。
五.問答題(每小題5分,共25分)1、簡述計算機系統的組成?
2、什麼是操作系統?簡述操作系統分類。 3、簡述我的電腦、 網上鄰居、 回收站的主要功能?
4、什麼是計算機網路,常用的網路有幾種類型? 5、個人計算機接入網際網路的方式有哪幾種?各有哪些特點?答案:
一、單選題:
1-5:CDCAB 6-10:DDADA 11-15:DDDAB 16-20:DCABD
21-25:ACCAC 26-30:CDDDB 31-35:BDDDC
二、多選題:
1:ACDE 2:AB 3無題 4:ABCE 5:ABE 6:ACE 7:ACD 8:ACD 9:ABC 10:BCD
三、判斷題:
對對錯對錯錯錯錯錯錯
四、填空題:
1:文件 2:回收站 3:文檔窗口 4:信息高速公路 5:.doc
6:文字格式 7:單引號 8:排序 9:自動篩選 10:cn
Ⅳ 外匯中復函數怎麼用
外匯保證金交易,是利用杠桿投資的原理(用一定比例的保證金,通常為2%~5%之間),使得每一位小額投資人亦也可在金融市場中買賣外國貨幣,而賺取利益。其基本精神和股票市場融資融券類似。外匯保證金交易的優點1、投資成本低,少於實際投資10%2、雙向交易投資,漲跌都有獲利機會3、獲利高,一天有一倍以上獲利的可能4、風險可控性,可預設限價和停止損點5、資金靈活,隨時可抽取資金6、全球24小時交易,選取獲利的機會多7、低廉手續費,低於千分之一8、全球每日交易量超過一兆美元,不易受人為操縱9、透明度高,所有行情、數據和新聞都是公開10、交易快,在絕大多數情況下外匯是實時成交 沈陽外匯MMI 直屬 加我詳細了解
Ⅳ word文檔能不能自動輸入數字的大寫
可以的。萬能的vba無所不能。
以前做過的一個任務,截取部分代碼供參考!
Public Function Num2Money(ByVal nMoney As Currency) As String '2010.05.04修改
Dim strMoney, strDec, strInt, cNum As String
Dim locDec, i, j As Long '小數點位置
Dim d(4) As String '元以下的單位
Dim t(3) As String '萬以下的單位
Dim w(3) As String '階符
Dim n(9) As String '數字
Dim s(4) As String '用以保存臨時轉化後的值
On Error Resume Next
d(0) = "": d(1) = "角": d(2) = "分": d(3) = "厘": d(4) = "毫"
t(0) = "": t(1) = "拾": t(2) = "佰": t(3) = "仟"
w(0) = "": w(1) = "元": w(2) = "萬": w(3) = "億"
n(0) = "零": n(1) = "壹": n(2) = "貳": n(3) = "叄": n(4) = "肆":
n(5) = "伍": n(6) = "陸": n(7) = "柒": n(8) = "捌": n(9) = "玖"
If nMoney = 0 Then '為"0"則退出
Num2Money = vbNullString
Exit Function
End If
If nMoney < 0 Then '為負則遞歸求解
Num2Money = "負" + Num2Money(Abs(nMoney))
Exit Function
End If
strMoney = VBA.Trim(VBA.Str(nMoney))
locDec = InStr(strMoney, ".") '小數點位置
s(0) = ""
If locDec > 0 Then
strDec = VBA.Right(strMoney, Len(strMoney) - locDec)
If strDec <> "" Then '轉化小數部分
For i = 1 To Len(strDec)
cNum = VBA.Left(strDec, 1)
strDec = VBA.Right(strDec, Len(strDec) - 1)
If cNum <> "0" Then
s(0) = s(0) & n(Val(cNum)) & d(i)
End If
Next
End If
strInt = VBA.Left(strMoney, locDec - 1) '取整數部分的值
Else
strInt = strMoney
End If
'考慮到VB中貨幣型變數的范圍,不超過 "1000萬億". & _
(-922,337,203,685,477.5808 ~ 922,337,203,685,477.5807)
For i = 0 To Len(strInt) / 4 '每4個數字一組進行轉換
s(i + 1) = ""
For j = 0 To 3
If strInt <> "" Then
cNum = VBA.Right(strInt, 1) '取末位數
strInt = VBA.Left(strInt, Len(strInt) - 1)
If cNum <> "0" Then '不為零則加單位
s(i + 1) = n(Val(cNum)) & t(j) & s(i + 1)
Else
s(i + 1) = n(Val(cNum)) & s(i + 1)
End If
End If '刪除重復的"零"
s(i + 1) = Replace(s(i + 1), "零零", "零")
Next
If VBA.Right(s(i + 1), 1) = "零" Then '刪除末位的"零"
s(i + 1) = VBA.Left(s(i + 1), Len(s(i + 1)) - 1)
End If
Next
Num2Money = ""
For i = 0 To 2 '連接整數位
Num2Money = Num2Money & s(3 - i) & IIf(VBA.Trim(s(3 - i)) = vbNullString, vbNullString, w(3 - i))
Next
Dim NumTrim2Money As String
'加上"元"
If VBA.Trim(Num2Money) <> vbNullString And VBA.Right(Num2Money, 1) <> "元" Then
NumTrim2Money = Num2Money & "元"
End If
'若無小數則加應加上"整"
If VBA.Trim(s(0)) = vbNullString Then
Num2Money = Num2Money & "整"
Else
Num2Money = Num2Money & s(0)
End If
If VBA.Right(Num2Money, 1) <> "分" And VBA.Right(Num2Money, 1) <> "整" Then
Num2Money = Num2Money & "整"
End If
If VBA.Right(VBA.Trim(Num2Money), 1) = "分" And VBA.Left(VBA.Right(VBA.Trim(Num2Money), 3), 1) = "元" Then
Num2Money = VBA.Left(VBA.Trim(Num2Money), Len(VBA.Trim(Num2Money)) - 2) & "零" & VBA.Right(VBA.Trim(Num2Money), 2)
End If
End Function
Private Sub 替換文本_市場(bh, lx, qy, dy, lc, mj, qzrq, dqrq, zq, xflb, zj, yj, xm, dh, sfzhm)
Dim 當前路徑, 導出文件名, 導出路徑文件名 As String
Dim Str1, Str2
Dim tarr(1 To 27, 1 To 2)
當前路徑 = ThisWorkbook.Path
導出文件名 = bh & ".doc"
導出文件名2 = bh & ".xlsx"
FileCopy 當前路徑 & "\模板\房屋租賃合同.doc", 當前路徑 & "\待列印WORD文檔\" & 導出文件名
FileCopy 當前路徑 & "\模板\承租申請.xlsx", 當前路徑 & "\待列印WORD文檔\" & 導出文件名2
With Sheets("關鍵字")
For i = 1 To 27
tarr(i, 1) = .Cells(i + 1, 1)
Next i
End With
tarr(1, 2) = xm
tarr(2, 2) = qy
tarr(3, 2) = dy
tarr(4, 2) = lc
tarr(5, 2) = dh
tarr(6, 2) = sfzhm
tarr(7, 2) = mj
tarr(8, 2) = yj
tarr(9, 2) = Num2Money(yj * 12) '大寫總租金
tarr(10, 2) = yj * 12 '小寫總租金
Select Case xflb
Case "年"
tarr(11, 2) = 1
tarr(12, 2) = 12
tarr(13, 2) = Num2Money(zj)
tarr(15, 2) = "" '續費日期2
tarr(16, 2) = "" '續費日期3
tarr(17, 2) = "" '續費日期4
tarr(18, 2) = 12 '第一次幾個月租金
tarr(19, 2) = "/"
tarr(20, 2) = "/"
tarr(21, 2) = "/"
tarr(22, 2) = Num2Money(zj) '大寫第一次租金
tarr(23, 2) = "/" '大寫第二次租金
tarr(24, 2) = "/" '大寫第三次租金
tarr(25, 2) = "/" '大寫第四次租金
Case "半年"
tarr(11, 2) = 2
tarr(12, 2) = 6
tarr(13, 2) = Num2Money(zj)
tarr(15, 2) = Int(qzrq + 183)
tarr(16, 2) = "" '續費日期3
tarr(17, 2) = "" '續費日期4
tarr(18, 2) = 6 '第一次幾個月租金
tarr(19, 2) = 6
tarr(20, 2) = "/"
tarr(21, 2) = "/"
tarr(22, 2) = Num2Money(zj) '大寫第一次租金
tarr(23, 2) = Num2Money(zj) '大寫第二次租金
tarr(24, 2) = "/" '大寫第三次租金
tarr(25, 2) = "/" '大寫第四次租金
Case "季度"
tarr(11, 2) = 4
tarr(12, 2) = 3
tarr(13, 2) = Num2Money(zj)
tarr(15, 2) = qzrq + 90
tarr(16, 2) = qzrq + 183 '續費日期3
tarr(17, 2) = Int(qzrq + (365 / 4 * 3 + 0.5)) '續費日期4
tarr(18, 2) = 3 '第一次幾個月租金
tarr(19, 2) = 3
tarr(20, 2) = 3
tarr(21, 2) = 3
tarr(22, 2) = Num2Money(zj) '大寫第一次租金
tarr(23, 2) = Num2Money(zj) '大寫第二次租金
tarr(24, 2) = Num2Money(zj) '大寫第三次租金
tarr(25, 2) = Num2Money(zj) '大寫第四次租金
End Select
tarr(14, 2) = qzrq
tarr(27, 2) = dqrq
If mj = 55 Then
tarr(26, 2) = 3
Else
If mj = 75 Then
tarr(26, 2) = 5
Else
tarr(26, 2) = 6
End If
End If
導出路徑文件名 = 當前路徑 & "\待列印WORD文檔\" & 導出文件名
導出路徑文件名2 = 當前路徑 & "\待列印WORD文檔\" & 導出文件名2
Set wdoc = CreateObject("word.application")
wdoc.Visible = False
With wdoc
.Documents.Open 導出路徑文件名
.Visible = True
For i = 1 To 27 '填寫文字數據
Str1 = tarr(i, 1)
Str2 = tarr(i, 2)
bj = True
Do While bj
.Selection.HomeKey Unit:=wdStory '游標置於文件首
If .Selection.Find.Execute(Str1) Then '查找到指定字元串
'.Selection.Font.Color = wdColorAutomatic '字元為自動顏色
.Selection.Text = Str2 '替換字元串
Else
bj = False
End If
Loop
Next i
End With
wdoc.Documents.Save
wdoc.Quit
Set wdoc = Nothing
'寫入承租申請
'房號 !區域!單元!樓層
'戶型 !面積
'承租說明付款方式: !周期!續費日期!續費
Set myb = Workbooks.Open(導出路徑文件名2)
Dim xfrq As Date '續費日期
Select Case xflb
Case "年"
xfrq = dqrq
Case "半年"
xfrq = qzrq + 182
Case "季度"
xfrq = qzrq + 91
End Select
With myb.Sheets("sheet1")
.Cells(3, 2) = xm
.Cells(4, 2) = dh
.Cells(5, 2) = sfzhm
.Cells(6, 2) = qzrq
.Cells(7, 2) = dqrq
.Cells(3, 6) = qy & Space(1) & dy & Space(1) & lc
.Cells(4, 6) = mj
.Cells(5, 6) = yj * 12
.Cells(6, 6) = yj
.Cells(7, 6) = ""
.Cells(9, 1) = zq & " " & xfrq & " " & xflb
End With
myb.Save
myb.Close
End Sub
Ⅵ 誰有DOS命令的解釋哦.
winver---------檢查Windows版本
wmimgmt.msc----打開windows管理體系結構(WMI)
wupdmgr--------windows更新程序
wscript--------windows腳本宿主設置
write----------寫字板
winmsd---------系統信息
wiaacmgr-------掃描儀和照相機向導
winchat--------XP自帶區域網聊天
mem.exe--------顯示內存使用情況
Msconfig.exe---系統配置實用程序
mplayer2-------簡易widnows media player
mspaint--------畫圖板
mstsc----------遠程桌面連接
mplayer2-------媒體播放機
magnify--------放大鏡實用程序
mmc------------打開控制台
mobsync--------同步命令
dxdiag---------檢查DirectX信息
drwtsn32------ 系統醫生
devmgmt.msc--- 設備管理器
dfrg.msc-------磁碟碎片整理程序
diskmgmt.msc---磁碟管理實用程序
dcomcnfg-------打開系統組件服務
ddeshare-------打開DDE共享設置
dvdplay--------DVD播放器
at/? > 盤符\文件名 將文件倒入記事本
net stop messenger-----停止信使服務
net start messenger----開始信使服務
notepad--------打開記事本
nslookup-------網路管理的工具向導
ntbackup-------系統備份和還原
narrator-------屏幕「講述人」
ntmsmgr.msc----移動存儲管理器
ntmsoprq.msc---移動存儲管理員操作請求
netstat -an----(TC)命令檢查介面
syncapp--------創建一個公文包
sysedit--------系統配置編輯器
sigverif-------文件簽名驗證程序
sndrec32-------錄音機
shrpubw--------創建共享文件夾
secpol.msc-----本地安全策略
syskey---------系統加密,一旦加密就不能解開,保護windows xp系統的雙重密碼
services.msc---本地服務設置
Sndvol32-------音量控製程序
sfc.exe--------系統文件檢查器
sfc /scannow---windows文件保護
tsshutdn-------60秒倒計時關機命令
tourstart------xp簡介(安裝完成後出現的漫遊xp程序)
taskmgr--------任務管理器
eventvwr-------事件查看器
eudcedit-------造字程序
explorer-------打開資源管理器
packager-------對象包裝程序
perfmon.msc----計算機性能監測程序
progman--------程序管理器
regedit.exe----注冊表
rsop.msc-------組策略結果集
regedt32-------注冊表編輯器
rononce -p ----15秒關機
regsvr32 /u *.dll----停止dll文件運行
regsvr32 /u zipfldr.dll------取消ZIP支持
cmd.exe--------CMD命令提示符
chkdsk.exe-----Chkdsk磁碟檢查
certmgr.msc----證書管理實用程序
calc-----------啟動計算器
charmap--------啟動字元映射表
cliconfg-------SQL SERVER 客戶端網路實用程序
Clipbrd--------剪貼板查看器
conf-----------啟動netmeeting
compmgmt.msc---計算機管理
cleanmgr-------垃圾整理
ciadv.msc------索引服務程序
osk------------打開屏幕鍵盤
odbcad32-------ODBC數據源管理器
oobe/msoobe /a----檢查XP是否激活
lusrmgr.msc----本機用戶和組
logoff---------注銷命令
iexpress-------木馬捆綁工具,系統自帶
Nslookup-------IP地址偵測器
fsmgmt.msc-----共享文件夾管理器
utilman--------輔助工具管理器
gpedit.msc-----組策略
run裡面的內容可以定製的
定製你的運行輸入框
在Windows裡面,Microsoft提供了一個新的快捷啟動程序的方法:運行
打開[開始]------[運行],裡面可以直接啟動一些特定的程序,如:輸入notepad.exe啟動記事本,輸入xdict.exe啟動金山詞霸等等。
啟動的原理是什麼呢?很簡單,在注冊表HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths下面,可以看到很多次級主鍵,每一個次級主鍵就對應著一個能夠在運行裡面輸入的內容。
以ACDSee.exe主鍵為例:右邊有2個字元串,默認對應的是這個程序的絕對路徑,而Path對應的是這個程序所處的目錄。
定製的方法很簡單:在App Paths下新建一個不同名的次級主鍵(例如:Smallfrogs.EXE),然後修改右邊的默認為你要啟動的程序的路徑(例如:C:\Program Files\My APP\Smallfrogs.EXE),然後新建一個字元串Path,修改為那個程序所處的目錄(例如::C:\Program Files\My APP\)。
然後就可以在運行裡面輸入:Smallfrogs.EXE來啟動C:\Program Files\My APP\Smallfrogs.EXE這個程序了。
注意!系統是靠次級主鍵的名字來辨認程序的,即使你不使用Smallfrogs.EXE建立次級主鍵,而使用SSSSS.EXE建立次級主鍵,如果莫任何Path的內容和上例一樣的話,輸入SSSSS.EXE啟動的程序仍然是C:\Program Files\My APP\Smallfrogs.EXE這個程序。
wupdmgr WIDNOWS UPDATE
shutdown -a 關機解除
about:home 登陸首頁
... (三個半形點) 我的電腦
dvdplay DVD播放器
fsmgmt 共享控制台
桌面 打開桌面所在文件夾
..(兩點)打開C:\Documents and Settings
.(一點)打開「開始」菜單
calc 計算器
clipbrd 剪貼板查看器
control 打開控制面板
eventvwr 事件查看器
mstsc 遠程桌面
Win2000命令全集[帖] -> Windows 2k/2003 Server
accwiz.exe > Accessibility Wizard for walking you through setting up your machine for your mobility needs. 輔助工具向導
acsetups.exe > ACS setup DCOM server executable
actmovie.exe > Direct Show setup tool 直接顯示安裝工具
append.exe > Allows programs to open data in specified directories as if they were in the current directory. 允許程序打開制定目錄中的數據
arp.exe > NETWORK Display and modify IP - Hardware addresses 顯示和更改計算機的IP與硬體物理地址的對應列表
at.exe > AT is a scheling utility also included with UNIX 計劃運行任務
atmadm.exe > Displays statistics for ATM call manager. ATM調用管理器統計
attrib.exe > Display and modify attributes for files and folders 顯示和更改文件和文件夾屬性
autochk.exe > Used to check and repair Windows File Systems 檢測修復文件系統
autoconv.exe > Automates the file system conversion ring reboots 在啟動過程中自動轉化系統
autofmt.exe > Automates the file format process ring reboots 在啟動過程中格式化進程
autolfn.exe > Used for formatting long file names 使用長文件名格式
bootok.exe > Boot acceptance application for registry
bootvrfy.exe > Bootvrfy.exe, a program included in Windows 2000 that notifies the system that startup was successful. Bootvrfy.exe can be run on a local or remote computer. 通報啟動成功
cacls.exe > Displays or modifies access control lists (ACLs) of files. 顯示和編輯ACL
calc.exe > Windows Calculators 計算器
cdplayer.exe > Windows CD Player CD播放器
change.exe > Change { User | Port | Logon } 與終端伺服器相關的查詢
charmap.exe > Character Map 字元映\*表
chglogon.exe > Same as using "Change Logon" 啟動或停用會話記錄
chgport.exe > Same as using "Change Port" 改變埠(終端服務)
chgusr.exe > Same as using "Change User" 改變用戶(終端服務)
chkdsk.exe > Check the hard disk for errors similar to Scandisk 3 Stages must specify a Drive Letter 磁碟檢測程序
chkntfs.exe > Same as using chkdsk but for NTFS NTFS磁碟檢測程序
cidaemon.exe > Component of Ci Filer Service 組成Ci文檔服務
cipher.exe > Displays or alters the encryption of directories [files] on NTFS partitions. 在NTFS上顯示或改變加密的文件或目錄
cisvc.exe > Content Index -- Its the content indexing service for I 索引內容
ckcnv.exe > Cookie Convertor 變換Cookie
cleanmgr.exe > Disk Cleanup, popular with Windows 98 磁碟清理
cliconfg.exe > SQL Server Client Network Utility SQL客戶網路工具
clipbrd.exe > Clipboard viewer for Local will allow you to connect to other clipboards 剪貼簿查看器
clipsrv.exe > Start the clipboard Server 運行Clipboard服務
clspack.exe > CLSPACK used to create a file listing of system packages 建立系統文件列表清單
cluster.exe > Display a cluster in a domain 顯示域的集群
_cmd_.exe > Famous command prompt 沒什麼好說的!
cmdl32.exe > Connection Manager Auto-Download 自動下載連接管理
cmmgr32.exe > Connection Manager 連接管理器
cmmon32.exe > Connection Manager Monitor 連接管理器監視
cmstp.exe > Connection Manager Profile Manager 連接管理器配置文件安裝程序
comclust.exe > about cluster server 集群
comp.exe > ComClust Add, Remove, or Join a cluster. 比較兩個文件和文件集的內容*
compact.exe > Displays or alters the compression of files on NTFS partitions. 顯示或改變NTFS分區上文件的壓縮狀態
conime.exe > Console IME IME控制台
control.exe > Starts the control panel 控制面板
convert.exe > Convert File System to NTFS 轉換文件系統到NTFS
convlog.exe > Converts MS IIS log files 轉換IIS日誌文件格式到NCSA格式
cprofile.exe > Copy profiles 轉換顯示模式
cscript.exe > MS Windows Scripts Host Version 5.1 較本宿主版本
csrss.exe > Client Server Runtime Process 客戶伺服器Runtime進程
csvde.exe > Comma Separated Variable Import/Export Utility 日至格式轉換程序
dbgtrace.exe > 和Terminal Server相關
dcomcnfg.exe > Display the current DCOM configuration. DCOM配置屬性
dcphelp.exe > ?
dcpromo.exe > Promote a domain controller to ADSI AD安裝向導
ddeshare.exe > Display DDE shares on local or remote computer DDE共享
ddmprxy.exe >
debug.exe > Runs Debug, a program testing and editing tool. 就是DEBUG啦!
dfrgfat.exe > Defrag FAT file system FAT分區磁碟碎片整理程序
dfrgntfs.exe > Defrag NTFS file system NTFS分區磁碟碎片整理程序
dfs_cmd_.exe > configures a Dfs tree 配置一個DFS樹
dfsinit.exe > Distributed File System Initialization 分布式文件系統初始化
dfssvc.exe > Distributed File System Server 分布式文件系統伺服器
diantz.exe > MS Cabinet Maker 製作CAB文件
diskperf.exe > Starts physical Disk Performance counters 磁碟性能計數器
dllhost.exe > dllhost is used on all versions of Windows 2000. dllhost is the hedost process for all COM+ applications. 所有COM+應用軟體的主進程
dllhst3g.exe >
dmadmin.exe > Disk Manager Service 磁碟管理服務
dmremote.exe > Part of disk management 磁碟管理服務的一部分
dns.exe > DNS Applications DNS
doskey.exe > recalls Windows command lines and creates macros 命令行創建宏
dosx.exe > DOS Extender DOS擴展
dplaysvr.exe > Direct Play Helper 直接運行幫助
drwatson.exe > Dr Watson for 2000 Fault Detector 華生醫生錯誤檢測
drwtsn32.exe > Dr Watson for 2000 viewer and configuration manager 華生醫生顯示和配置管理
dtcsetup.exe > Installs MDTC
dvdplay.exe > Windows 2000 DVD player DVD播放
dxdiag.exe > Direct-X Diagnostics Direct-X診斷工具
edlin.exe > line-oriented text editor. 命令行的文本編輯器(歷史悠久啊!)
edlin.exe > line-oriented text editor. 命令行的文本編輯器(歷史悠久啊!)
esentutl.exe > MS Database Utility MS資料庫工具
eudcedit.exe > Private character editor Ture Type造字程序
eventvwr.exe > Windows 2000 Event Viewer 事件查看器
evnt_cmd_.exe > Event to trap translator; Configuration tool
evntwin.exe > Event to trap translator setup
exe2bin.exe > Converts EXE to binary format 轉換EXE文件到二進制
expand.exe > Expand Files that have been compressed 解壓縮
extrac32.exe > CAB File extraction utility 解CAB工具
fastopen.exe > Fastopen tracks the location of files on a hard disk and stores the information in memory for fast access. 快速訪問在內存中的硬碟文件
faxcover.exe > Fax Cover page editor 傳真封面編輯
faxqueue.exe > Display Fax Queue 顯示傳真隊列
faxsend.exe > Fax Wizard for sending faxes 發送傳真向導
faxsvc.exe > Starts fax server 啟動傳真服務
fc.exe > Compares two files or sets of files and their differences 比較s兩個文件的不同
find.exe > Searches for a text string in file or files 查找文件中的文本行
findstr.exe > Searches for strings in files 查找文件中的行
finger.exe > Fingers a user and displays statistics on that user Finger一個用戶並顯示出統計結果
fixmapi.exe > Fix mapi files 修復MAPI文件
flattemp.exe > Enable or disable temporally directories 允許或者禁用臨時文件目錄
fontview.exe > Display fonts in a font file 顯示字體文件中的字體
forcedos.exe > Forces a file to start in dos mode. 強制文件在DOS模式下運行
freecell.exe > Popular Windows Game 空當接龍
ftp.exe > File Transfer Protocol used to transfer files over a network connection 就是FTP了
gdi.exe > Graphic Device Interface 圖形界面驅動
grovel.exe >
grpconv.exe > Program Manager Group Convertor 轉換程序管理員組
help.exe > displays help for Windows 2000 commands 顯示幫助
hostname.exe > Display hostname for machine. 顯示機器的Hostname
ie4uinit.exe > IE5 User Install tool IE5用戶安裝工具
ieshwiz.exe > Customize folder wizard 自定義文件夾向導
iexpress.exe > Create and setup packages for install 穿件安裝包
iisreset.exe > Restart IIS Admin Service 重啟IIS服務
internat.exe > Keyboard Language Indicator Applet 鍵盤語言指示器
ipconfig.exe > Windows 2000 IP configuration. 察看IP配置
ipsecmon.exe > IP Security Monitor IP安全監視器
ipxroute.exe > IPX Routing and Source Routing Control Program IPX路由和源路由控製程序
irftp.exe > Setup FTP for wireless communication 無線連接
ismserv.exe > Intersite messaging Service 安裝或者刪除Service Control Manager中的服務
jdbgmgr.exe > Microsoft debugger for java 4 Java4的調試器
jetconv.exe > Convert a Jet Engine Database 轉換Jet Engine資料庫
jetpack.exe > Compact Jet Database. 壓縮Jet資料庫
jview.exe > Command-line loader for Java Java的命令行裝載者
krnl386.exe > Core Component for Windows 2000 2000的核心組件
label.exe > Change label for drives 改變驅動器的卷標
lcwiz.exe > License Compliance Wizard for local or remote systems. 許可證符合向導
ldifde.exe > LDIF cmd line manager LDIF目錄交換命令行管理
licmgr.exe > Terminal Server License Manager 終端服務許可協議管理
lights.exe > display connection status lights 顯示連接狀況
llsmgr.exe > Windows 2000 License Manager 2000許可協議管理
llssrv.exe > Start the license Server 啟動許可協議伺服器
lnkstub.exe >
locator.exe > RPC Locator 遠程定位
lodctr.exe > Load perfmon counters 調用性能計數
logoff.exe > Log current user off. 注銷用戶
lpq.exe > Displays status of a remote LPD queue 顯示遠端的LPD列印隊列的狀態,顯示被送到基於Unix的伺服器的列印任務
lpr.exe > Send a print job to a network printer. 重定向列印任務到網路中的列印機。通常用於Unix客戶列印機將列印任務發送給連接了列印設備的NT的列印機伺服器。
lsass.exe > LSA Executable and Server DLL 運行LSA和Server的DLL
lserver.exe > Specifies the new DNS domain for the default server 指定默認Server新的DNS域
os2.exe > An OS/2 Warp Server (os2 /o) OS/2
os2srv.exe > An OS/2 Warp Server OS/2
os2ss.exe > An OS/2 Warp Server OS/2
osk.exe > On Screen Keyboard 屏幕鍵盤
packager.exe > Windows 2000 Packager Manager 對象包裝程序
pathping.exe > Combination of Ping and Tracert 包含Ping和Tracert的程序
pax.exe > is a POSIX program and path names used as arguments must be specified in POSIX format. Use "//C/Users/Default" instead of "C:\USERS\DEFAULT." 啟動攜帶型存檔互換 (Pax) 實用程序
pentnt.exe > Used to check the Pentium for the floating point division error. 檢查Pentium的浮點錯誤
perfmon.exe > Starts Windows Performance Monitor 性能監視器
ping.exe > Packet Internet Groper 驗證與遠程計算機的連接
posix.exe > Used for backward compatibility with Unix 用於兼容Unix
print.exe > Cmd line used to print files 列印文本文件或顯示列印隊列的內容。
progman.exe > Program manager 程序管理器
proquota.exe > Profile quota program
psxss.exe > POSIX Subsystem Application Posix子系統應用程序
qappsrv.exe > Displays the available application terminal servers on the network
在網路上顯示終端伺服器可用的程序
qprocess.exe > Display information about processes local or remote 在本地或遠程顯示進程的信息(需終端服務)
query.exe > Query TERMSERVER user process and sessions 查詢進程和對話
quser.exe > Display information about a user logged on 顯示用戶登陸的信息(需終端服務)
qwinsta.exe > Display information about Terminal Sessions. 顯示終端服務的信息
rasadmin.exe > Start the remote access admin service 啟動遠程訪問服務
rasautou.exe > Creates a RAS connection 建立一個RAS連接
rasdial.exe > Dial a connection 撥號連接
ras.exe > Starts a RAS connection 運行RAS連接
rcp.exe > Copies a file from and to a RCP service. 在 Windows 2000 計算機和運行遠程外殼埠監控程序 rshd 的系統之間復制文件
rdpclip.exe > RdpClip allows you to and paste files between a terminal session and client console session. 再終端和本地復制和粘貼文件
recover.exe > Recovers readable information from a bad or defective disk 從壞的或有缺陷的磁碟中恢復可讀取的信息。
redir.exe > Starts the redirector service 運行重定向服務
regedt32.exe > 32-bit register service 32位注冊服務
regini.exe > modify registry permissions from within a script 用腳本修改注冊許可
register.exe > Register a program so it can have special execution characteristics. 注冊包含特殊運行字元的程序
regsvc.exe >
regsvr32.exe > Registers and unregisters dlls. As to how and where it registers them I dont know. 注冊和反注冊DLL
regtrace.exe > Options to tune debug options for applications failing to mp trace statements
Trace 設置
regwiz.exe > Registration Wizard 注冊向導
remrras.exe >
replace.exe > Replace files 用源目錄中的同名文件替換目標目錄中的文件。
reset.exe > Reset an active section 重置活動部分
rexec.exe > Runs commands on remote hosts running the REXEC service. 在運行 REXEC 服務的遠程計算機上運行命令。rexec 命令在執行指定命令前,驗證遠程計算機上的用戶名,只有安裝了 TCP/IP 協議後才可以使用該命令。
risetup.exe > Starts the Remote Installation Service Wizard. 運行遠程安裝向導服務
route.exe > display or edit the current routing tables. 控制網路路由表
routemon.exe > no longer supported 不再支持了!
router.exe > Router software that runs either on a dedicated DOS or on an OS/2 system. Route軟體在 DOS或者是OS/2系統
rsh.exe > Runs commands on remote hosts running the RSH service 在運行 RSH 服務的遠程計算機上運行命令
rsm.exe > Mounts and configures remote system media 配置遠程系統媒體
rsnotify.exe > Remote storage notification recall 遠程存儲通知回顯
rsvp.exe > Resource reservation protocol 源預約協議
runas.exe > RUN a program as another user 允許用戶用其他許可權運行指定的工具和程序
rundll32.exe > Launches a 32-bit dll program 啟動32位DLL程序
runonce.exe > Causes a program to run ring startup 運行程序再開始菜單中
rwinsta.exe > Reset the session subsystem hardware and software to known initial values 重置會話子系統硬體和軟體到最初的值
savemp.exe > Does not write to e:\winnt\user.dmp 不寫入User.dmp中
scardsvr.exe > Smart Card resource management server 子能卡資源管理伺服器
schupgr.exe > It will read the schema update files (.ldf files) and upgrade the schema. (part of ADSI) 讀取計劃更新文件和更新計劃
secedit.exe > Starts Security Editor help 自動安全性配置管理
services.exe > Controls all the services 控制所有服務
sethc.exe > Set High Contrast - changes colours and display mode Logoff to set it back to normal 設置高對比
setreg.exe > Shows the Software Publishing State Key values 顯示軟體發布的國家語言
setup.exe > GUI box prompts you to goto control panel to configure system components 安裝程序(轉到控制面板)
setver.exe > Set Version for Files 設置 MS-DOS 子系統向程序報告的 MS-DOS 版本號
sfc.exe > System File Checker test and check system files for integrity 系統文件檢查
sfmprint.exe > Print Services for Macintosh 列印Macintosh服務
sfmpsexe.exe >
sfmsvc.exe >
shadow.exe > Monitor another Terminal Services session. 監控另外一台中端伺服器會話
share.exe > Windows 2000 和 MS-DOS 子系統不使用該命令。接受該命令只是為了與 MS-DOS 文件兼容
shmgrate.exe >
shrpubw.exe > Create and Share folders 建立和共享文件夾
sigverif.exe > File Signature Verification 文件簽名驗證
skeys.exe > Serial Keys utility 序列號製作工具
smlogsvc.exe > Performance Logs and Alerts 性能日誌和警報
smss.exe >
sndrec32.exe > starts the Windows Sound Recorder 錄音機
sndvol32.exe > Display the current volume information 顯示聲音控制信息
snmp.exe > Simple Network Management Protocol used for Network Mangement 簡單網路管理協議
snmptrap.exe > Utility used with SNMP SNMP工具
sol.exe > Windows Solitaire Game 紙牌
sort.exe > Compares files and Folders 讀取輸入、排序數據並將結果寫到屏幕、文件和其他設備上
SPOOLSV.EXE > Part of the spooler service for printing 列印池服務的一部分
sprestrt.exe >
srvmgr.exe > Starts the Windows Server Manager 伺服器管理器
stimon.exe > WDM StillImage- > Monitor
stisvc.exe > WDM StillImage- > Service
subst.exe > Associates a path with a drive letter 將路徑與驅動器盤符關聯
svchost.exe > Svchost.exe is a generic host process name for services that are run from dynamic-link libraries (DLLs). DLL得主進程
syncapp.exe > Creates Windows Briefcase. 創建Windows文件包
sysedit.exe > Opens Editor for 4 system files 系統配置編輯器
syskey.exe > Encrypt and secure system database NT賬號資料庫按群工具
sysocmgr.exe > Windows 2000 Setup 2000安裝程序
systray.exe > Starts the systray in the lower right corner. 在低許可權運
Ⅶ 怎樣考取國家電子商務師證
報名方式:
參加認證考試的考生可通過如下渠道進行報名,考生可在中國電子商務協會中國電子商務師培訓管理中心官網中中國電子商務師公共服務平台進行注冊和報名。
通過合作高校和合作培訓機構報名。考生可在中國電子商務師合作高校和合作培訓機構的報名點進行報名,報名成功的考生可在中國電子商務師公共服務平台中進行登錄,查看報名信息。
(7)數字貨幣font擴展閱讀
職業認證:
《電子商務師證書》認證項目由中華人民共和國工業和信息化部有關部門實施共建,由全國網路與信息技術培訓考試中心負責運營與管理,並與國家計算機網路應急技術處理協調中心密切配合,面向各行政、企事業單位及行業系統的專業技術人員及管理人員開展;
項目包括網路與信息管理(NIMT)、網路與信息安全(NISE)、資料庫管理(NDAT)、物聯網技術、 IT項目管理、首席信息主管(CIO) 等信息化專業技術培訓考試,涵蓋管理、技術、設計和應用層四個層面。
考核通過後頒發「職業技能水平證書」,證書可作為專業技術人員職業能力考核的證明,以及專業技術人員崗位聘用、任職、定級和晉升職務的重要依據。
Ⅷ 指數型基金在類別上屬於股票型基金嗎
指數基金就是指按照某種指數構成的標准購買該指數包含的證券市場中的全部或者一部分證券的基金,其目的在於達到與該指數同樣的收益水平。
例如,上證綜合指數基金的目標在於獲取和上海證券交易所綜合指數一樣的收益,上證綜合指數基金就按照上證綜合指數的構成和權重購買指數里的股票,相應地,上證綜合指數基金的表現就會像上證綜合指數一樣波動。
指數基金最突出的特點就是費用低廉和延遲納稅,這兩方面都會對基金的收益產生很大影響。而且,這種優點將在一個較長的時期里表現得更為突出。此外,簡化的投資組合還會使基金管理人不用頻繁地接觸經紀人,也不用選擇股票或者確定市場時機。
具體來說,指數基金的特點主要表現在以下幾個方面:
1、費用低廉。這是指數基金最突出的優勢。費用主要包括管理費用、交易成本和銷售費用三個方面。管理費用是指基金經理人進行投資管理所產生的成本;交易成本是指在買賣證券時發生的經紀人傭金等交易費用。由於指數基金採取持有策略,不用經常換股,這些費用遠遠低於積極管理的基金,這個差異有時達到了1%?/FONT>3%,雖然從絕對額上看這是一個很小的數字,但是由於復利效應的存在,在一個較長的時期里累積的結果將對基金收益產生巨大影響。
2、分散和防範風險。一方面,由於指數基金廣泛地分散投資,任何單個股票的波動都不會對指數基金的整體表現構成影響,從而分散風險。另一個方面,由於指數基金所釘住的指數一般都具有較長的歷史可以追蹤,因此,在一定程度上指數基金的風險是可以預測的。
3、延遲納稅。由於指數基金採取了一種購買並持有的策略,所持有股票的換手率很低,只有當一個股票從指數中剔除的時候,或者投資者要求贖回投資的時候,指數基金才會出售持有的股票,實現部分資本利得,這樣,每年所交納的資本利得稅(在美國等發達國家中,資本利得屬於所得納稅的范圍)很少,再加上復利效應,延遲納稅會給投資者帶來很多好處,尤其在累積多年以後,這種效應就會愈加突出。
4、監控較少。由於運作指數基金不用進行主動的投資決策,所以基金管理人基本上不需要對基金的表現進行監控。指數基金管理人的主要任務是監控對應指數的變化,以保證指數基金的組合構成與之相適應
股票型基金就是基金經理會將絕大部分資金都投在股票市場上的基金,風險相對比較大的一類型基金!
我認為基金的投資沒有什麼劃算不劃算的!首先有衡量一下自己的資本與受風險的能力!然後結合自己的性格選擇相應的基金!凡事都沒有最好的!最合適自己的就是最好!例如:覺得自己能承受風險的就買回報比較大的股票型!
想回報快又不怕虧的可以考慮指數基金!
未來的基金會怎樣我不夠膽量推測!但我可以告訴你基金本來就是一種長期性的投資!假如你希望它可以在段時間內為你帶來很大的回報的話!我可以可以告訴你這是很難的一件事!倒不如去買股票、權證等其他東西!
最近我覺得嘉實穩健不錯(暫時不可申購)、銀華優勢企業都有潛力、華夏回報不錯(暫時不可申購)
希望採納
Ⅸ 有誰投資過plustoken火幣是真是假
火幣是中國的合法公司,世界數字貨幣有名的交易所了。plustoken是韓國的合法公司,是數字貨幣錢包!