x2100网易轻博客

网易轻博客  时间:2021-01-13  阅读:()
3DStudioFileFormat(3ds).
AutodeskLtd.
DocumentRevision0.
93-January19973D-StudioFileFormat(.
3ds)AutodeskLtd.
DocumentRevision0.
93-January1997RewrittenbyMartinvanVelsen(email:vvelsen@ronix.
ptf.
hro.
nl)andRobinFercoq(3ds-bin+mli)(email:robin@msrwww.
fc-net.
fr)BasedondocumentationbyJimPitts(email:jim@micronetics.
com)Sourceupdateprovidedby:AlbertSzilvasy(email:szilvasy@almos.
vein.
hu)AlotofthechunksarestillundocumentedifyouknowwhattheydopleaseemailmeMartinvanVelsen,RobinFeroqorJimmPitts.
AsIgetmoreinformationonthefileformat,Iwilldocumentitforeveryonetosee.
Iwillpostthisregurlarlytoalt.
3dandalt.
3d-studioandIcanbecontactedthereifmyemaildoesnotwork.
(Alsoseethe3d-studiomaterial.
mlidocumentationbyRobinFeroq.
)Disclaimer.
Thisdocumentdescribesthefileformatofthe3dsfilesgeneratedby3d-studiobyAutodesk.
Byusingtheinformationcontainedwithin,youagreenottoholdanyoftheauthorsliableif,fromitsuse,youf^Hmucksomethingup.
OKAutodeskhasatnotyetreleasedtheofficalspecificationsofthe3d-studioformats.
YouwillthereforreceiveNOsupportfromAutodeskoranycompanyrelatedtoAutodeskconcerningthenatureandcontentsofthe3d-studiobinary.
3dsand.
mliformats.
Awarningbeforehand.
Thisdocsdescribestheformatof3dsfilesproducedbyversion3.
0andhigherof3d-studio.
Youcanfindthisversioninformationatbyte29inthebinaryfile.
Thisdocumentcanbefoundontheregularnewsgroups:alt.
3dandalt.
3d-studioItcanalsobefoundat:"http://www.
mediatel.
lu"Contents1.
Introduction2.
Chunksanyone3.
3DEditorchunks4.
Keyframerchunks5.
CODE1.
IntroductionThe3dsfileformatismadeupofchunks.
Theydescribewhatinformationistofollowandwhatitismadeupof,it'sIDandthelocationofthenextblock.
Ifyoudon'tunderstandachunkyoucanquitesimplyskipit.
Thenextchunkpointerisrelativetothestartofthecurrentchunkandinbytes.
Thebinaryinformationinthe3dsfileiswritteninaspecialkindofway.
Namelythelestsignificantbytecomesfirstinanint.
Forexample:4A5C(2bytesinhex)wouldbe5Chighbyteand4Alowbyte.
Inalongitis:4A5C3B8Fwhere5C4Aisthelowwordand8F3Bisthehighword.
Andnowforthechunks.
Achunkisdefinedas:startendsizename012ChunkID254PointertonextchunkrelativetotheplacewhereChunkIDis,inotherwordsthelengthofthechunkChunkshaveahierarchyimposedonthemthatisidentifiedbytit'sID.
A3dsfilehasthePrimarychunkID4D4Dh.
Thisisalwaysthefirstchunkofthefile.
Withintheprimarychunkarethemainchunks.
togiveyouapreviewandareferencetothehierarchyofchunks,belowisadiagramtoshowthediffrentchunkID'sandtheirplaceinthefile.
Thechunksaregivenanamebecausebelowthediagramisalistwhichdefinesthenamestotheactualchunkid's.
Thismakesiteasiertoputitinsomesourcecode(howconvenientthatsomesamplecodeisincluded)MAIN3DS(0x4D4D)|+--EDIT3DS(0x3D3D)|||+--EDIT_MATERIAL(0xAFFF)|||||+--MAT_NAME01(0xA000)(SeemliDoc)|||+--EDIT_CONFIG1(0x0100)|+--EDIT_CONFIG2(0x3E3D)|+--EDIT_VIEW_P1(0x7012)|||||+--TOP(0x0001)||+--BOTTOM(0x0002)||+--LEFT(0x0003)||+--RIGHT(0x0004)||+--FRONT(0x0005)||+--BACK(0x0006)||+--USER(0x0007)||+--CAMERA(0xFFFF)||+--LIGHT(0x0009)||+--DISABLED(0x0010)||+--BOGUS(0x0011)|||+--EDIT_VIEW_P2(0x7011)|||||+--TOP(0x0001)||+--BOTTOM(0x0002)||+--LEFT(0x0003)||+--RIGHT(0x0004)||+--FRONT(0x0005)||+--BACK(0x0006)||+--USER(0x0007)||+--CAMERA(0xFFFF)||+--LIGHT(0x0009)||+--DISABLED(0x0010)||+--BOGUS(0x0011)|||+--EDIT_VIEW_P3(0x7020)|+--EDIT_VIEW1(0x7001)|+--EDIT_BACKGR(0x1200)|+--EDIT_AMBIENT(0x2100)|+--EDIT_OBJECT(0x4000)|||||+--OBJ_TRIMESH(0x4100)||||TRI_VERTEXL(0x4110)TRI_VERTEXOPTIONS(0x4111)TRI_MAPPINGCOORS(0x4140)TRI_MAPPINGSTANDARD(0x4170)TRI_FACEL1(0x4120)TRI_SMOOTH(0x4150)TRI_MATERIAL(0x4130)||||TRI_LOCAL(0x4160)TRI_VISIBLE(0x4165)|||||+--OBJ_LIGHT(0x4600)||||LIT_OFF(0x4620)LIT_SPOT(0x4610)LIT_UNKNWN01(0x465A)|||||+--OBJ_CAMERA(0x4700)||||CAM_UNKNWN01(0x4710)CAM_UNKNWN02(0x4720)|||||+--OBJ_UNKNWN01(0x4710)||+--OBJ_UNKNWN02(0x4720)|||+--EDIT_UNKNW01(0x1100)|+--EDIT_UNKNW02(0x1201)|+--EDIT_UNKNW03(0x1300)|+--EDIT_UNKNW04(0x1400)|+--EDIT_UNKNW05(0x1420)|+--EDIT_UNKNW06(0x1450)|+--EDIT_UNKNW07(0x1500)|+--EDIT_UNKNW08(0x2200)|+--EDIT_UNKNW09(0x2201)|+--EDIT_UNKNW10(0x2210)|+--EDIT_UNKNW11(0x2300)|+--EDIT_UNKNW12(0x2302)|+--EDIT_UNKNW13(0x2000)|+--EDIT_UNKNW14(0xAFFF)|+--KEYF3DS(0xB000)|+--KEYF_UNKNWN01(0xB00A)0x7001)(viewport,sameaseditor)+--KEYF_FRAMES(0xB008)+--KEYF_UNKNWN02(0xB009)+--KEYF_OBJDES(0xB002)|+--KEYF_OBJHIERARCH(0xB010)+--KEYF_OBJDUMMYNAME(0xB011)+--KEYF_OBJUNKNWN01(0xB013)+--KEYF_OBJUNKNWN02(0xB014)+--KEYF_OBJUNKNWN03(0xB015)+--KEYF_OBJPIVOT(0xB020)+--KEYF_OBJUNKNWN04(0xB021)+--KEYF_OBJUNKNWN05(0xB022)Achunktypewhichyoucanfindallthroughthefilearethecolorchunkswhicharecalled:COL_RGBCOL_TRUCOL_UNK2.
ChunksanyoneNowfortheactualnumbers,asyouwillseeIusedthedefine,becauseIrippedthatpartrightoutofmycode.
BecarefullhoweverbecausetherearealotofnewchunktypeswhichwerenotdocumentedintheoriginalpaperbyJimPitts.
Primarychunk#defineMAIN3DS0x4D4DMainChunks#defineEDIT3DS0x3D3D//thisisthestartoftheeditorconfig#defineKEYF3DS0xB000//thisisthestartofthekeyframerconfigsubdefinesofEDIT3DS#defineEDIT_MATERIAL0xAFFF#defineEDIT_CONFIG10x0100#defineEDIT_CONFIG20x3E3D#defineEDIT_VIEW_P10x7012#defineEDIT_VIEW_P20x7011#defineEDIT_VIEW_P30x7020#defineEDIT_VIEW10x7001#defineEDIT_BACKGR0x1200#defineEDIT_AMBIENT0x2100#defineEDIT_OBJECT0x4000#defineEDIT_UNKNW010x1100#defineEDIT_UNKNW020x1201#defineEDIT_UNKNW030x1300#defineEDIT_UNKNW040x1400#defineEDIT_UNKNW050x1420#defineEDIT_UNKNW060x1450#defineEDIT_UNKNW070x1500#defineEDIT_UNKNW080x2200#defineEDIT_UNKNW090x2201#defineEDIT_UNKNW100x2210#defineEDIT_UNKNW110x2300#defineEDIT_UNKNW120x2302#defineEDIT_UNKNW130x3000#defineEDIT_UNKNW140xAFFFsubdefinesofEDIT_OBJECT#defineOBJ_TRIMESH0x4100#defineOBJ_LIGHT0x4600#defineOBJ_CAMERA0x4700#defineOBJ_UNKNWN010x4010#defineOBJ_UNKNWN020x4012//----CouldbeshadowsubdefinesofOBJ_CAMERA#defineCAM_UNKNWN010x4710#defineCAM_UNKNWN020x4720subdefinesofOBJ_LIGHT#defineLIT_OFF0x4620#defineLIT_SPOT0x4610#defineLIT_UNKNWN010x465AsubdefinesofOBJ_TRIMESH#defineTRI_VERTEXL0x4110#defineTRI_FACEL20x4111#defineTRI_FACEL10x4120#defineTRI_SMOOTH0x4150#defineTRI_LOCAL0x4160#defineTRI_VISIBLE0x4165subdefsofKEYF3DS#defineKEYF_UNKNWN010xB009#defineKEYF_UNKNWN020xB00A#defineKEYF_FRAMES0xB008#defineKEYF_OBJDES0xB002thesedefinethedifferentcolorchunktypes#defineCOL_RGB0x0010#defineCOL_TRU0x0011#defineCOL_UNK0x0013definesforviewportchunks#defineTOP0x0001#defineBOTTOM0x0002#defineLEFT0x0003#defineRIGHT0x0004#defineFRONT0x0005#defineBACK0x0006#defineUSER0x0007#defineCAMERA0x0008//0xFFFFistheactualcodereadfromfile#defineLIGHT0x0009#defineDISABLED0x0010#defineBOGUS0x00113.
3DEditorChunksSofarforthequickstuffnowthemoredetailedinfo.
*MainchunksThemainchunk(theprimarychunkof0x4D4Dthatis)isactuallythecompletefile.
Sothesizeofthischunkisthesizeofthefileminusthemainchunkheader.
Therearetwomoremainchunks,the3d-editorchunkandthekeyframerchunk:id3D3DStartofEditordata(thisisalsotheplacewheretheobjectsare)B000StartofKeyframerdataDirectlyafteraMainchunkisanotherchunk.
Thiscouldbeanyothertypeofchunkallowablewithinitsmainchunksscope.
(seediagram)*Subchunksof3D3DidDescription0100Partofconfiguration1100unknown1200BackgroundColor1201unknown1300unknown1400unknown1420unknown1450unknown1500unknown2100AmbientColorBlock2200fog2201fog2210fog2300unknown3000unknown3D3EEditorconfigurationmainblock4000DefinitionofanObjectAFFFStartofmateriallist*SubchunksofAFFF-Startofmateriallist*A000-materialname-ThischunkcontainsthenameofthematerialwhichisanASCIIZstring(Morematerialchunksareexplainedinthedocabout3d-studio.
mlifiles.
Thechunktypesmentionedinthatdocareexactlythesameasinthe.
3dsfile)*Subchunksof3D3E-EditorconfigurationidDescription7001Startofviewportindicator7011Viewportdefinition(type2)7012Viewportdefinition(type1)7020Viewportdefinition(type3)The3D3Echunkisacuriousonebecauseitcontainsalotofredundantdata.
(orsoitseems)Themostimportantchunkis7020.
thischunkdescribesthe4viewportswichareactiveintheeditor.
IassumethatUareusingthe4normalviewportlayout,becauseIhavenottesteditwithotherconfigurations.
Theeditorconfidwillcontain5xchunk7020and5xchunk7011.
onlythefirst47020chunksareimportantforhowtheviewportslooklike.
Iguessthattheotherchunksonlygiveadditionalinfo,butIamnotsure.
Thethingsyouarelookingforinthesechunksisatbyte:6&7(asoffsetfromthefirst6byteschunkheaderandpointer)thesebytes(unsignedint)containtheinfoattowhatviewisused,withthefollowingid's:idDescription0001Top0002Bottom0003Left0004Right0005Front0006Back0007UserFFFFCamera0009Light0010Disabled*Subchunksof4000-ObjectdescriptionBlock-firstitemofSubchunk4000isanASCIIZstringoftheobjectsname.
ASCIIZmeansastringofcharaktersendedbyazero.
RememberanObjectcanbeaCameraaLightorameshidDescription4010unknown4012shadow4100TriangularPolygonList(Containsonlysubchunks)4600Light4700Camera(Mapping:Thesechunksareoptional.
Theystandjustafterthevertexlistwhentheobjectismapped.
)*Subchunksof4100-TriangularPolygonListidDescription4110VertexList4111VertexOptions4120FaceList4130FaceMaterial4140MappingCoordinates4150Facesmoothinggroup4160TranslationMatrix4165Objectvisible/invisble4170StandardMapping*4110-VertexListstartendsizetypename012unsignedintTotalverticesinobject254floatX-value694floatY-value10134floatZ-valuebytes2.
.
13arerepeatedtimesthetotalamountofverticesintheobject*4111-VertexOptionsFirst2bytes:numberofvertices.
Thenashortintforeachvertex:bit0-70bit8-10xbit11-120bit13vertexselectedinselection3bit14vertexselectedinselection2bit15vertexselectedinselection1bit8-10arejustlikerandom.
Fromasavetoanotherofthesamesceneitmaychange.
Otherbits(0-7and11-12)haveeffectsonvisibilityofvertex.
The4111chunkcanbedeletedwithoutmuchinfluence,3dswillstillloadthefileallright.
*4120-Faceliststartendsizetypename012unsignedinttotalpolygonsinobject(numpoly)232unsignedintnumberofvertexA452unsignedintnumberofvertexB672unsignedintnumberofvertexC892unsignedintfaceinfo(*)repeats'numpoly'timesforeachpolygon.
Thefirstthreeintsarethethreeverticesoftheface.
0standsforthefirstvertexdefinedinthevertexlist.
Theorderhasapurpose:togivethedirectionforthenormalofeachface.
Ifyouturnascrew(standardscrew)inthewaytheverticesindicateyouwillfindthenormal.
IfverticesgiveninorderareABC:C^|A-----BThismeansunscrewing=thenormalpointsoutofthescreen.
(*)thisnumberisisabinarynumberwhichexpandsto3values.
forexample0x0006wouldexpandto110binary.
Thevalueshouldbereadas110.
Thisvaluecanbefoundin3d-studioasciifilesasAB:1BC:1AC:0.
Whichprobablyindicatedtheorderofthevertices.
ForexampleAB:1wouldbeanormallinefromAtoB.
ButAB:0wouldmeanalinefromBtoA.
bit0ACvisibilitybit1BCvisibilitybit2ABvisibilitybit3Mapping(ifthereismappingforthisface)bit4-80(notused)bit9-10x(chaotic)bit11-120(notused)bit13faceselectedinselection3bit14faceselectedinselection2bit15faceselectedinselection1*4130-FaceMaterialChunkIftheobjectisalldefaultmaterialthereisno4130chunk.
Infact,thereisone4130chunkforeachmaterialpresentontheobject.
Each4130facematerialchunksbeginswithanasciizofamaterial,thenafterthenullcharacterisashortintthatgivesthenumberoffacesoftheobjectconcernedbythismaterial,thenthereisthelistitselfofthesefaces.
0000meansthefirstfaceofthe(4120)facelist.
ReadtheDoconMLIfilesformoreinfoonMappingandMaterials*4140Mappingcoordinates.
First2bytes:numberofvertices.
Then,foreachvertex2floatsthatgivethemappingcoordinates.
Thatis,ifapointisatthecenterofthemapitwillhave0.
50.
5asmappingcoordinates.
*4150-FaceSmoothingGroupnfaces*4bytesIfreadaslongint,thenthbitindicateifthefacebelongsornottothenthsmoothinggroup.
*4160LocalaxisLocalaxisinfo.
Thethreefirstblocksofthreefloatsarethedefinition(intheabsoluteaxis)ofthelocalaxisXYZoftheobject.
Andthelastblockofthreefloatsisthelocalcenteroftheobject.
*4170StandardmappingFirst2bytes:typeofmapping0=plannarorspecific(inthiscase,likemappingfromthelofter,theinformationofthischunkisirrelevant)1=cylindrical2=sphericalthencome21floatsthatdescribethemapping.
*4600-Lightstartendsizetypename034floatLightposX474floatLightposY8114floatLightposZafterthisstructurecheckformorechunks.
idDescription(fulldescriptionlater)0010RGBcolor001124bitcolor4610LightisaSpotlight4620Lightisoff/on(Boolean)*4610-SpotLightstartendsizetypename034floatTargetposX474floatTargetposX8114floatTargetposX12154floatHotspot16194floatFalloff*0010-RGBColorstartendsizetypename034floatRed474floatGreen8114floatBlue*0011-RGBColor-24bitstartendsizetypename011byteRed111byteGreen221byteBlue*4700-CameraDescribesthedetailsofthecamerainthescenestartendsizetypename034floatCameraposX474floatCameraposY8114floatCameraposZ12154floatCameratargetX16194floatCameratargetX20234floatCameratargetX24274floatCamerabank(rotationangle)28314floatCameralens4.
KeyframerChunks*KeyframerchunkidDescriptionB00Aunknown7001SeefirstdescriptionofthischunkB008FramesB009unknownB002Startobjectdescription*B008-Frameinformationsimplestructuredescribingframeinfostartendsizetypename034unsignedlongstartframe474unsignedlongendframe*B002-StartofObjectinfoSubhunksidDescriptionB010Name&HierarchyB011*NameDummyObjectB013unknownB014*unknownB015unknownB020ObjectspivotpointB021unknownB022unknown*B010-Name&Hierarchydescriptorstartendsizetypename0ASCIIZObjectname2unsignedintunknown2unsignedintunknown2unsignedintHierarchyofObjectTheobjecthierarchyisabitcomplexbutworkslikethis.
EachObjectinthesceneisgivenanumbertoidentifyitsorderinthetree.
Alsoeachobjectisordderedinthe3dsfileasitwouldappearinthetree.
Therootobjectisgiventhenumber-1(FFFF).
Asthefileisreadacounteroftheobjectnumberiskept.
Isthecounterincrementstheobjectsarechildrenofthepreviousobjects.
Butwhenthepatternisbrokenbyanumberwhatwillbelessthanthecurrentcounterthehierarchyreturnstothatlevel.
forexample.
objecthierarchynameA-1B0ThisexampleistakenC1from50pman.
3dsD2E1IwouldreallyreccomendF4havingalookatoneoftheG5exampleswiththehierarchyH1numberstohelpworkitout.
I7J8K0L10M11N0O13P14ABKNCEHLODFIMP||GJStillnotdonewiththischunkyet!
Iftheobjectnameis$$$DUMMYthenitisadummyobjectandthereforeyoushouldexpectafewextrachunks.
*B011-Dummyobjectsname.
Namesadummyobject.
ASCIIZstring.
*B020-PivotPointTheObjectspivotpoint.
Notquitesurewhatthefirstfivefloatsdoyet(ideas).
startendsizetypename034floatunknown474floatunknown8114floatunknown12164floatunknown16194floatunknown20234floatunknown24274floatPivotY28324floatPivotX5.
CODEThesourcecodeisnotUP-TO-DATEitiswrittenafterrev0.
9ofthisDocItwillbeupdatedwhenIcanfindthetime(ormaybeYOUcan)Ifthecodelookslikeithasbeenwrittenbyaatwelveyearold,thenlooksdodecieve,Ilikeverysimpleandeasytoreadsourcecode.
Allthatmattersisthatitdoesthetrick.
88-Thisisalibwhichreads3d-studiobinaryfilesfromversion3.
0andhigher(v1.
05)author:MartinvanVelsen(andsomegreathelpbyGertvanderSpoel)email:vvelsen@ronix.
ptf.
hro.
nlIfyouhappentocomeacrosssomevariableswithstrangenames,thenthatwillpossiblebeDutchnames,sorryforthat:){}8-Thisisalibwhichreads3d-studiobinaryfilesfromversion3.
0andhigher(v1.
05)author:MartinvanVelsen(andsomegreathelpbyGertvanderSpoel)email:vvelsen@ronix.
ptf.
hro.
nlIfyouhappentocomeacrosssomevariableswithstrangenames,thenthatwillpossiblebeDutchnames,sorryforthat:){}{}{}{}{}{}{{}}{{}}{}{}{}{}{}{{{}}}{{{}{}}}{{}}{{}}{{}}{{}}{{{}}}{{}{{}}}{{{}}}{{{}}}{}{{}{}{}}{{{}}}{{}}{{{}}}{{{}}}{{{}}}{{{}}}{{{}}}{}vararrBaiduCproConfig=newArray();arrBaiduCproConfig['uid']=43125;arrBaiduCproConfig['n']='williamlongcpr';arrBaiduCproConfig['tm']=20;arrBaiduCproConfig['cm']=76;arrBaiduCproConfig['um']=26;arrBaiduCproConfig['rad']=1;arrBaiduCproConfig['w']=728;arrBaiduCproConfig['h']=90;arrBaiduCproConfig['bd']='#24581B';arrBaiduCproConfig['bg']='#E1FDE8';arrBaiduCproConfig['tt']='#0000CC';arrBaiduCproConfig['ct']='#006600';arrBaiduCproConfig['url']='#666666';arrBaiduCproConfig['bdl']='#ffffff';arrBaiduCproConfig['wn']=4;arrBaiduCproConfig['hn']=1;arrBaiduCproConfig['ta']='right';arrBaiduCproConfig['tl']='bottom';arrBaiduCproConfig['bu']=0;

注册做什么96%可以干啥,常用的7个常用的国内国外域名注册服务商_云服务器可以干什么

日前,国内知名主机服务商阿里云与国外资深服务器面板Plesk强强联合,推出 阿里云域名注册与备案、服务器ECS购买与登录使用 前言云服务器(Elastic  只需要确定cpu内存与带宽基本上就可以了,对于新手用户来说,我们在购买阿里云服务申请服务器与域名许多云服务商的云服务器配置是弹性的 三周学会小程序第三讲:服务 不过这个国外服务器有点慢,可以考虑国内的ngrokcc。 ngrokcc...

BGP.TO日本和新加坡服务器进行促销,日本服务器6.5折

BGP.TO目前针对日本和新加坡服务器进行促销,其中日本东京服务器6.5折,而新加坡服务器7.5折起。这是一家专门的独立服务器租售网站,提供包括中国香港、日本、新加坡和洛杉矶的服务器租用业务,基本上都是自有硬件、IP资源等,国内优化直连线路,机器自动化部署上架,并提供产品的基本管理功能(自助开关机重启重装等)。新加坡服务器 $93.75/月CPU:E3-1230v3内存:16GB硬盘:480GB ...

香港服务器多少钱一个月?香港云服务器最便宜价格

香港服务器多少钱一个月?香港服务器租用配置价格一个月多少,现在很多中小型企业在建站时都会租用香港服务器,租用香港服务器可以使网站访问更流畅、稳定性更好,安全性会更高等等。香港服务器的租用和其他地区的服务器租用配置元素都是一样的,那么为什么香港服务器那么受欢迎呢,香港云服务器最便宜价格多少钱一个月呢?阿里云轻量应用服务器最便宜的是1核1G峰值带宽30Mbps,24元/月,288元/年。不过我们一般选...

网易轻博客为你推荐
主机空间如何租用主机或申请免费空间。com域名空间我想注册个.com域名和买一个100M空间。北京网站空间自己弄一个简单的网站,大概需要办理什么,大概需要多少钱?虚拟主机控制面板虚拟主机控制面板是什么?北京虚拟主机租用租用虚拟主机在哪里租用比较好大连虚拟主机大连建网站哪里好?天津虚拟主机天津APP开发的比较专业的公司有哪些?西安虚拟主机西安云主机/云主机与vps有哪些区别域名网站域名和网址一样吗?备案域名网站备案是什么意思?备案域名还是备案空间?还是都需要备案?
虚拟主机购买 欧洲免费vps 备案域名出售 互联网域名管理办法 美国独立服务器 hkbn softbank官网 名片模板psd 南昌服务器托管 777te php空间申请 789电视 169邮箱 域名dns 新加坡空间 贵阳电信测速 photobucket 德讯 supercache 万网注册 更多