本章內(nèi)容是android.widget.ResourceCursorTreeAdapter,版本為Android 3.1 r1,為Android 3.0 r1新增API,翻譯來自"xiaoQLu",歡迎訪問它的博客:"http://www.cnblogs.com/xiaoQLu",再次感謝"xiaoQLu" !期待你一起參與Android API的翻譯,聯(lián)系我over140@gmail.com。
創(chuàng)新互聯(lián)主要從事網(wǎng)站設(shè)計(jì)制作、成都網(wǎng)站制作、網(wǎng)頁設(shè)計(jì)、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務(wù)。立足成都服務(wù)昔陽,10年網(wǎng)站建設(shè)經(jīng)驗(yàn),價(jià)格優(yōu)惠、服務(wù)專業(yè),歡迎來電咨詢建站服務(wù):13518219792聲明
歡迎轉(zhuǎn)載,但請(qǐng)保留文章原始出處:)
農(nóng)民伯伯:http://over140.blog.51cto.com/
Android中文翻譯組:http://goo.gl/6vJQl
結(jié)構(gòu)
繼承關(guān)系
public abstract classt ResourceCursorTreeAdapter extends CursorTreeAdapter
java.lang.Object
android.widget.BaseExpandableListAdapter
android.widget.CursorTreeAdapter
android.widget.ResourceCursorTreeAdapter
直接子類
SimpleCursorTreeAdapter
類概述
一個(gè)簡(jiǎn)單的可擴(kuò)展的ExpandableListAdapter,通過在XML文件來創(chuàng)建views。你可以指定一個(gè)定義了views外觀的XML文件。
構(gòu)造函數(shù)
public ResourceCursorTreeAdapter (Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout, int lastChildLayout)
構(gòu)造函數(shù)。
參數(shù)
context 和正在運(yùn)行的SimpleListItemFactory關(guān)聯(lián)的ListView的上下文
cursor 數(shù)據(jù)庫(kù)游標(biāo)
collapsedGroupLayout 定義了收縮組的視圖布局文件的資源標(biāo)識(shí)
expandedGroupLayout 定義了展開組的視圖布局文件的資源標(biāo)識(shí)
childLayout 定義了除了最后一個(gè)的所有子視圖的布局文件的資源標(biāo)識(shí)
lastChildLayout 定義了一組中最后一個(gè)子視圖的布局文件的資源標(biāo)識(shí)
public ResourceCursorTreeAdapter (Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout)
構(gòu)造函數(shù)。
參數(shù)
context 和正在運(yùn)行的SimpleListItemFactory關(guān)聯(lián)的ListView的上下文
cursor 數(shù)據(jù)庫(kù)游標(biāo)
collapsedGroupLayout 定義了收縮組的視圖布局文件的資源標(biāo)識(shí)
expandedGroupLayout 定義了展開組的視圖布局文件的資源標(biāo)識(shí)
childLayout 定義了除了最后一個(gè)的所有子視圖的布局文件的資源標(biāo)識(shí)
public ResourceCursorTreeAdapter (Context context, Cursor cursor, int groupLayout, int childLayout)
構(gòu)造函數(shù)。
參數(shù)
context 和正在運(yùn)行的SimpleListItemFactory關(guān)聯(lián)的ListView的上下文
cursor 數(shù)據(jù)庫(kù)游標(biāo)
groupLayout 為所有組定義了視圖布局文件的資源標(biāo)識(shí)
expandedGroupLayout 定義了展開組的視圖布局文件的資源標(biāo)識(shí)
childLayout 定義了除了最后一個(gè)的所有子視圖的布局文件的資源標(biāo)識(shí)
公共方法
protected abstract View newChildView (Context context, Cursor cursor, boolean isLastChild, ViewGroup parent)
創(chuàng)建一個(gè)新的子元素視圖并持有指向數(shù)據(jù)的游標(biāo)cursor。
參數(shù)
context 應(yīng)用程序上下文對(duì)象
cursor 獲取數(shù)據(jù)的游標(biāo)對(duì)象,它已經(jīng)移動(dòng)到正確的位置
IsLastChild 子元素是否處于組中的最后一個(gè)
parent 新視圖(View)所依附于的父對(duì)象。
返回值
新創(chuàng)建的視圖
https://www.wjx.cn/report/26674427.aspx
https://www.wjx.cn/report/26674373.aspx
https://www.wjx.cn/report/26674372.aspx
https://www.wjx.cn/report/26674375.aspx
https://www.wjx.cn/report/26674369.aspx
https://www.wjx.cn/report/26674374.aspx
https://www.wjx.cn/report/26674368.aspx
https://www.wjx.cn/report/26674371.aspx
https://www.wjx.cn/report/26674370.aspx
https://www.wjx.cn/report/26674381.aspx
https://www.wjx.cn/report/26674380.aspx
https://www.wjx.cn/report/26674383.aspx
https://www.wjx.cn/report/26674382.aspx
https://www.wjx.cn/report/26674377.aspx
https://www.wjx.cn/report/26674376.aspx
https://www.wjx.cn/report/26674379.aspx
https://www.wjx.cn/report/26674378.aspx
https://www.wjx.cn/report/26674389.aspx
https://www.wjx.cn/report/26674388.aspx
https://www.wjx.cn/report/26674391.aspx
https://www.wjx.cn/report/26674390.aspx
https://www.wjx.cn/report/26674385.aspx
https://www.wjx.cn/report/26674384.aspx
https://www.wjx.cn/report/26674387.aspx
https://www.wjx.cn/report/26674386.aspx
https://www.wjx.cn/report/26674397.aspx
https://www.wjx.cn/report/26674396.aspx
https://www.wjx.cn/report/26674399.aspx
https://www.wjx.cn/report/26674398.aspx
https://www.wjx.cn/report/26674393.aspx
https://www.wjx.cn/report/26674392.aspx
https://www.wjx.cn/report/26674395.aspx
https://www.wjx.cn/report/26674394.aspx
https://www.wjx.cn/report/26674341.aspx
https://www.wjx.cn/report/26674343.aspx
https://www.wjx.cn/report/26674342.aspx
https://www.wjx.cn/report/26674337.aspx
https://www.wjx.cn/report/26674336.aspx
https://www.wjx.cn/report/26674339.aspx
https://www.wjx.cn/report/26674338.aspx
https://www.wjx.cn/report/26674349.aspx
https://www.wjx.cn/report/26674348.aspx
https://www.wjx.cn/report/26674351.aspx
https://www.wjx.cn/report/26674350.aspx
https://www.wjx.cn/report/26674345.aspx
https://www.wjx.cn/report/26674344.aspx
https://www.wjx.cn/report/26674347.aspx
https://www.wjx.cn/report/26674346.aspx
https://www.wjx.cn/report/26674357.aspx
https://www.wjx.cn/report/26674356.aspx
https://www.wjx.cn/report/26674359.aspx
https://www.wjx.cn/report/26674358.aspx
https://www.wjx.cn/report/26674353.aspx
https://www.wjx.cn/report/26674352.aspx
https://www.wjx.cn/report/26674355.aspx
https://www.wjx.cn/report/26674354.aspx
https://www.wjx.cn/report/26674365.aspx
https://www.wjx.cn/report/26674367.aspx
https://www.wjx.cn/report/26674364.aspx
https://www.wjx.cn/report/26674366.aspx
https://www.wjx.cn/report/26674361.aspx
https://www.wjx.cn/report/26674360.aspx
https://www.wjx.cn/report/26674363.aspx
https://www.wjx.cn/report/26674362.aspx
https://www.wjx.cn/report/26674309.aspx
https://www.wjx.cn/report/26674308.aspx
https://www.wjx.cn/report/26674311.aspx
https://www.wjx.cn/report/26674310.aspx
https://www.wjx.cn/report/26674305.aspx
https://www.wjx.cn/report/26674304.aspx
https://www.wjx.cn/report/26674307.aspx
https://www.wjx.cn/report/26674306.aspx
https://www.wjx.cn/report/26674317.aspx
https://www.wjx.cn/report/26674316.aspx
https://www.wjx.cn/report/26674319.aspx
https://www.wjx.cn/report/26674318.aspx
https://www.wjx.cn/report/26674313.aspx
https://www.wjx.cn/report/26674312.aspx
https://www.wjx.cn/report/26674315.aspx
https://www.wjx.cn/report/26674325.aspx
https://www.wjx.cn/report/26674314.aspx
https://www.wjx.cn/report/26674327.aspx
https://www.wjx.cn/report/26674324.aspx
https://www.wjx.cn/report/26674326.aspx
https://www.wjx.cn/report/26674321.aspx
https://www.wjx.cn/report/26674323.aspx
https://www.wjx.cn/report/26674320.aspx
https://www.wjx.cn/report/26674322.aspx
https://www.wjx.cn/report/26674333.aspx
https://www.wjx.cn/report/26674332.aspx
https://www.wjx.cn/report/26674335.aspx
https://www.wjx.cn/report/26674334.aspx
https://www.wjx.cn/report/26674329.aspx
https://www.wjx.cn/report/26674328.aspx
https://www.wjx.cn/report/26674331.aspx
https://www.wjx.cn/report/26674330.aspx
https://www.wjx.cn/report/26674277.aspx
https://www.wjx.cn/report/26674276.aspx
https://www.wjx.cn/report/26674279.aspx
https://www.wjx.cn/report/26674278.aspx
https://www.wjx.cn/report/26674273.aspx
https://www.wjx.cn/report/26674272.aspx
https://www.wjx.cn/report/26674275.aspx
https://www.wjx.cn/report/26674274.aspx
https://www.wjx.cn/report/26674285.aspx
https://www.wjx.cn/report/26674284.aspx
https://www.wjx.cn/report/26674287.aspx
https://www.wjx.cn/report/26674286.aspx
https://www.wjx.cn/report/26674281.aspx
https://www.wjx.cn/report/26674280.aspx
https://www.wjx.cn/report/26674283.aspx
https://www.wjx.cn/report/26674282.aspx
https://www.wjx.cn/report/26674293.aspx
https://www.wjx.cn/report/26674295.aspx
https://www.wjx.cn/report/26674292.aspx
https://www.wjx.cn/report/26674289.aspx
https://www.wjx.cn/report/26674294.aspx
https://www.wjx.cn/report/26674288.aspx
https://www.wjx.cn/report/26674291.aspx
https://www.wjx.cn/report/26674290.aspx
https://www.wjx.cn/report/26674301.aspx
https://www.wjx.cn/report/26674300.aspx
https://www.wjx.cn/report/26674303.aspx
https://www.wjx.cn/report/26674302.aspx
https://www.wjx.cn/report/26674296.aspx
https://www.wjx.cn/report/26674299.aspx
https://www.wjx.cn/report/26674298.aspx
https://www.wjx.cn/report/26674245.aspx
https://www.wjx.cn/report/26674244.aspx
https://www.wjx.cn/report/26674247.aspx
https://www.wjx.cn/report/26674246.aspx
https://www.wjx.cn/report/26674241.aspx
https://www.wjx.cn/report/26674240.aspx
https://www.wjx.cn/report/26674243.aspx
https://www.wjx.cn/report/26674242.aspx
https://www.wjx.cn/report/26674253.aspx
https://www.wjx.cn/report/26674252.aspx
https://www.wjx.cn/report/26674255.aspx
https://www.wjx.cn/report/26674254.aspx
https://www.wjx.cn/report/26674249.aspx
https://www.wjx.cn/report/26674251.aspx
https://www.wjx.cn/report/26674248.aspx
https://www.wjx.cn/report/26674250.aspx
https://www.wjx.cn/report/26674261.aspx
https://www.wjx.cn/report/26674260.aspx
https://www.wjx.cn/report/26674263.aspx
https://www.wjx.cn/report/26674262.aspx
https://www.wjx.cn/report/26674257.aspx
https://www.wjx.cn/report/26674256.aspx
https://www.wjx.cn/report/26674259.aspx
https://www.wjx.cn/report/26674258.aspx
https://www.wjx.cn/report/26674269.aspx
https://www.wjx.cn/report/26674268.aspx
https://www.wjx.cn/report/26674271.aspx
https://www.wjx.cn/report/26674270.aspx
https://www.wjx.cn/report/26674265.aspx
https://www.wjx.cn/report/26674264.aspx
https://www.wjx.cn/report/26674266.aspx
https://www.wjx.cn/report/26674267.aspx
https://www.wjx.cn/report/26674213.aspx
https://www.wjx.cn/report/26674212.aspx
https://www.wjx.cn/report/26674215.aspx
https://www.wjx.cn/report/26674214.aspx
https://www.wjx.cn/report/26674209.aspx
https://www.wjx.cn/report/26674208.aspx
https://www.wjx.cn/report/26674211.aspx
https://www.wjx.cn/report/26674210.aspx
https://www.wjx.cn/report/26674221.aspx
https://www.wjx.cn/report/26674220.aspx
https://www.wjx.cn/report/26674223.aspx
https://www.wjx.cn/report/26674222.aspx
https://www.wjx.cn/report/26674217.aspx
https://www.wjx.cn/report/26674216.aspx
https://www.wjx.cn/report/26674219.aspx
https://www.wjx.cn/report/26674218.aspx
https://www.wjx.cn/report/26674229.aspx
https://www.wjx.cn/report/26674228.aspx
https://www.wjx.cn/report/26674231.aspx
https://www.wjx.cn/report/26674230.aspx
https://www.wjx.cn/report/26674225.aspx
https://www.wjx.cn/report/26674224.aspx
https://www.wjx.cn/report/26674227.aspx
https://www.wjx.cn/report/26674226.aspx
https://www.wjx.cn/report/26674237.aspx
https://www.wjx.cn/report/26674236.aspx
https://www.wjx.cn/report/26674239.aspx
https://www.wjx.cn/report/26674238.aspx
https://www.wjx.cn/report/26674233.aspx
https://www.wjx.cn/report/26674232.aspx
https://www.wjx.cn/report/26674235.aspx
https://www.wjx.cn/report/26674234.aspx
https://www.wjx.cn/report/26674181.aspx
https://www.wjx.cn/report/26674180.aspx
https://www.wjx.cn/report/26674183.aspx
https://www.wjx.cn/report/26674182.aspx
https://www.wjx.cn/report/26674177.aspx
https://www.wjx.cn/report/26674176.aspx
https://www.wjx.cn/report/26674179.aspx
https://www.wjx.cn/report/26674178.aspx
https://www.wjx.cn/report/26674189.aspx
https://www.wjx.cn/report/26674188.aspx
https://www.wjx.cn/report/26674191.aspx
https://www.wjx.cn/report/26674190.aspx
https://www.wjx.cn/report/26674185.aspx
https://www.wjx.cn/report/26674184.aspx
https://www.wjx.cn/report/26674187.aspx
https://www.wjx.cn/report/26674186.aspx
https://www.wjx.cn/report/26674197.aspx
https://www.wjx.cn/report/26674196.aspx
https://www.wjx.cn/report/26674198.aspx
https://www.wjx.cn/report/26674199.aspx
https://www.wjx.cn/report/26674193.aspx
https://www.wjx.cn/report/26674192.aspx
https://www.wjx.cn/report/26674195.aspx
https://www.wjx.cn/report/26674194.aspx
https://www.wjx.cn/report/26674205.aspx
https://www.wjx.cn/report/26674204.aspx
https://www.wjx.cn/report/26674207.aspx
https://www.wjx.cn/report/26674206.aspx
https://www.wjx.cn/report/26674201.aspx
https://www.wjx.cn/report/26674200.aspx
https://www.wjx.cn/report/26674203.aspx
https://www.wjx.cn/report/26674202.aspx
https://www.wjx.cn/report/26674661.aspx
https://www.wjx.cn/report/26674660.aspx
https://www.wjx.cn/report/26674663.aspx
https://www.wjx.cn/report/26674662.aspx
https://www.wjx.cn/report/26674657.aspx
https://www.wjx.cn/report/26674656.aspx
https://www.wjx.cn/report/26674659.aspx
https://www.wjx.cn/report/26674658.aspx
https://www.wjx.cn/report/26674669.aspx
https://www.wjx.cn/report/26674668.aspx
https://www.wjx.cn/report/26674671.aspx
https://www.wjx.cn/report/26674670.aspx
https://www.wjx.cn/report/26674664.aspx
https://www.wjx.cn/report/26674665.aspx
https://www.wjx.cn/report/26674666.aspx
https://www.wjx.cn/report/26674667.aspx
https://www.wjx.cn/report/26674677.aspx
https://www.wjx.cn/report/26674679.aspx
https://www.wjx.cn/report/26674676.aspx
https://www.wjx.cn/report/26674678.aspx
https://www.wjx.cn/report/26674673.aspx
https://www.wjx.cn/report/26674672.aspx
https://www.wjx.cn/report/26674675.aspx
https://www.wjx.cn/report/26674674.aspx
https://www.wjx.cn/report/26674685.aspx
https://www.wjx.cn/report/26674684.aspx
https://www.wjx.cn/report/26674687.aspx
https://www.wjx.cn/report/26674686.aspx
https://www.wjx.cn/report/26674681.aspx
https://www.wjx.cn/report/26674680.aspx
https://www.wjx.cn/report/26674683.aspx
https://www.wjx.cn/report/26674682.aspx
https://www.wjx.cn/report/26674628.aspx
https://www.wjx.cn/report/26674629.aspx
https://www.wjx.cn/report/26674631.aspx
https://www.wjx.cn/report/26674630.aspx
https://www.wjx.cn/report/26674625.aspx
https://www.wjx.cn/report/26674624.aspx
https://www.wjx.cn/report/26674627.aspx
https://www.wjx.cn/report/26674626.aspx
https://www.wjx.cn/report/26674637.aspx
https://www.wjx.cn/report/26674636.aspx
https://www.wjx.cn/report/26674639.aspx
https://www.wjx.cn/report/26674638.aspx
https://www.wjx.cn/report/26674633.aspx
https://www.wjx.cn/report/26674632.aspx
https://www.wjx.cn/report/26674635.aspx
https://www.wjx.cn/report/26674634.aspx
https://www.wjx.cn/report/26674645.aspx
https://www.wjx.cn/report/26674644.aspx
https://www.wjx.cn/report/26674647.aspx
https://www.wjx.cn/report/26674646.aspx
https://www.wjx.cn/report/26674641.aspx
https://www.wjx.cn/report/26674640.aspx
https://www.wjx.cn/report/26674643.aspx
https://www.wjx.cn/report/26674642.aspx
https://www.wjx.cn/report/26674653.aspx
https://www.wjx.cn/report/26674652.aspx
https://www.wjx.cn/report/26674655.aspx
https://www.wjx.cn/report/26674654.aspx
https://www.wjx.cn/report/26674649.aspx
https://www.wjx.cn/report/26674648.aspx
https://www.wjx.cn/report/26674651.aspx
https://www.wjx.cn/report/26674650.aspx
https://www.wjx.cn/report/26674597.aspx
https://www.wjx.cn/report/26674596.aspx
https://www.wjx.cn/report/26674599.aspx
https://www.wjx.cn/report/26674598.aspx
https://www.wjx.cn/report/26674593.aspx
https://www.wjx.cn/report/26674592.aspx
https://www.wjx.cn/report/26674595.aspx
https://www.wjx.cn/report/26674605.aspx
https://www.wjx.cn/report/26674594.aspx
https://www.wjx.cn/report/26674604.aspx
https://www.wjx.cn/report/26674607.aspx
https://www.wjx.cn/report/26674606.aspx
https://www.wjx.cn/report/26674601.aspx
https://www.wjx.cn/report/26674600.aspx
https://www.wjx.cn/report/26674603.aspx
https://www.wjx.cn/report/26674602.aspx
https://www.wjx.cn/report/26674613.aspx
https://www.wjx.cn/report/26674612.aspx
https://www.wjx.cn/report/26674615.aspx
https://www.wjx.cn/report/26674614.aspx
https://www.wjx.cn/report/26674609.aspx
https://www.wjx.cn/report/26674611.aspx
https://www.wjx.cn/report/26674610.aspx
https://www.wjx.cn/report/26674621.aspx
https://www.wjx.cn/report/26674620.aspx
https://www.wjx.cn/report/26674623.aspx
https://www.wjx.cn/report/26674622.aspx
https://www.wjx.cn/report/26674617.aspx
https://www.wjx.cn/report/26674616.aspx
https://www.wjx.cn/report/26674619.aspx
https://www.wjx.cn/report/26674618.aspx
https://www.wjx.cn/report/26674565.aspx
https://www.wjx.cn/report/26674564.aspx
https://www.wjx.cn/report/26674567.aspx
https://www.wjx.cn/report/26674566.aspx
https://www.wjx.cn/report/26674561.aspx
https://www.wjx.cn/report/26674560.aspx
https://www.wjx.cn/report/26674563.aspx
https://www.wjx.cn/report/26674562.aspx
https://www.wjx.cn/report/26674572.aspx
https://www.wjx.cn/report/26674573.aspx
https://www.wjx.cn/report/26674575.aspx
https://www.wjx.cn/report/26674574.aspx
https://www.wjx.cn/report/26674569.aspx
https://www.wjx.cn/report/26674568.aspx
https://www.wjx.cn/report/26674571.aspx
https://www.wjx.cn/report/26674570.aspx
https://www.wjx.cn/report/26674581.aspx
https://www.wjx.cn/report/26674580.aspx
https://www.wjx.cn/report/26674583.aspx
https://www.wjx.cn/report/26674582.aspx
https://www.wjx.cn/report/26674577.aspx
https://www.wjx.cn/report/26674576.aspx
https://www.wjx.cn/report/26674579.aspx
https://www.wjx.cn/report/26674578.aspx
https://www.wjx.cn/report/26674589.aspx
https://www.wjx.cn/report/26674588.aspx
https://www.wjx.cn/report/26674591.aspx
https://www.wjx.cn/report/26674590.aspx
https://www.wjx.cn/report/26674585.aspx
https://www.wjx.cn/report/26674584.aspx
https://www.wjx.cn/report/26674587.aspx
https://www.wjx.cn/report/26674586.aspx
https://www.wjx.cn/report/26674533.aspx
https://www.wjx.cn/report/26674532.aspx
https://www.wjx.cn/report/26674535.aspx
https://www.wjx.cn/report/26674534.aspx
https://www.wjx.cn/report/26674529.aspx
https://www.wjx.cn/report/26674528.aspx
https://www.wjx.cn/report/26674531.aspx
https://www.wjx.cn/report/26674530.aspx
https://www.wjx.cn/report/26674541.aspx
https://www.wjx.cn/report/26674540.aspx
https://www.wjx.cn/report/26674543.aspx
https://www.wjx.cn/report/26674542.aspx
https://www.wjx.cn/report/26674537.aspx
https://www.wjx.cn/report/26674536.aspx
https://www.wjx.cn/report/26674539.aspx
https://www.wjx.cn/report/26674538.aspx
https://www.wjx.cn/report/26674549.aspx
https://www.wjx.cn/report/26674548.aspx
https://www.wjx.cn/report/26674551.aspx
https://www.wjx.cn/report/26674550.aspx
https://www.wjx.cn/report/26674545.aspx
https://www.wjx.cn/report/26674544.aspx
https://www.wjx.cn/report/26674547.aspx
https://www.wjx.cn/report/26674546.aspx
https://www.wjx.cn/report/26674557.aspx
https://www.wjx.cn/report/26674559.aspx
https://www.wjx.cn/report/26674558.aspx
https://www.wjx.cn/report/26674553.aspx
https://www.wjx.cn/report/26674552.aspx
https://www.wjx.cn/report/26674555.aspx
https://www.wjx.cn/report/26674554.aspx
https://www.wjx.cn/report/26674501.aspx
https://www.wjx.cn/report/26674500.aspx
https://www.wjx.cn/report/26674503.aspx
https://www.wjx.cn/report/26674502.aspx
https://www.wjx.cn/report/26674497.aspx
https://www.wjx.cn/report/26674496.aspx
https://www.wjx.cn/report/26674499.aspx
https://www.wjx.cn/report/26674509.aspx
https://www.wjx.cn/report/26674498.aspx
https://www.wjx.cn/report/26674508.aspx
https://www.wjx.cn/report/26674510.aspx
https://www.wjx.cn/report/26674505.aspx
https://www.wjx.cn/report/26674504.aspx
https://www.wjx.cn/report/26674507.aspx
https://www.wjx.cn/report/26674506.aspx
https://www.wjx.cn/report/26674517.aspx
https://www.wjx.cn/report/26674516.aspx
https://www.wjx.cn/report/26674519.aspx
https://www.wjx.cn/report/26674518.aspx
https://www.wjx.cn/report/26674512.aspx
https://www.wjx.cn/report/26674515.aspx
https://www.wjx.cn/report/26674514.aspx
https://www.wjx.cn/report/26674525.aspx
https://www.wjx.cn/report/26674527.aspx
https://www.wjx.cn/report/26674524.aspx
https://www.wjx.cn/report/26674526.aspx
https://www.wjx.cn/report/26674521.aspx
https://www.wjx.cn/report/26674520.aspx
https://www.wjx.cn/report/26674523.aspx
https://www.wjx.cn/report/26674522.aspx
https://www.wjx.cn/report/26674469.aspx
https://www.wjx.cn/report/26674468.aspx
https://www.wjx.cn/report/26674471.aspx
https://www.wjx.cn/report/26674470.aspx
https://www.wjx.cn/report/26674465.aspx
https://www.wjx.cn/report/26674464.aspx
https://www.wjx.cn/report/26674467.aspx
https://www.wjx.cn/report/26674466.aspx
https://www.wjx.cn/report/26674477.aspx
https://www.wjx.cn/report/26674476.aspx
https://www.wjx.cn/report/26674479.aspx
https://www.wjx.cn/report/26674478.aspx
https://www.wjx.cn/report/26674473.aspx
https://www.wjx.cn/report/26674472.aspx
https://www.wjx.cn/report/26674475.aspx
https://www.wjx.cn/report/26674474.aspx
https://www.wjx.cn/report/26674485.aspx
https://www.wjx.cn/report/26674484.aspx
https://www.wjx.cn/report/26674487.aspx
https://www.wjx.cn/report/26674486.aspx
https://www.wjx.cn/report/26674481.aspx
https://www.wjx.cn/report/26674480.aspx
https://www.wjx.cn/report/26674483.aspx
https://www.wjx.cn/report/26674493.aspx
https://www.wjx.cn/report/26674492.aspx
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。