standardized批处理for

批处理for  时间:2021-04-18  阅读:()
ModularDevelopmentofMobileRobotswithOpenSourceHardwareandSoftwareComponentsMartinoMigliavacca,AndreaBonarini,andMatteoMatteucciPolitecnicodiMilano,DipartimentodiElettronica,InformazioneeBioingegneria,PiazzaLeonardoDaVinci32,20133,Milano,Italy{migliavacca,bonarini,matteucci}@polimi.
itAbstract.
Prototypingandengineeringrobothardwareandlow-levelcontroloftenrequiretimeandeortsthussubtractedtocoreresearchac-tivities,suchasSLAMorplanningalgorithmsdevelopment,whichneedaworking,reliable,platformtobeevaluatedinarealworldscenario.
Inthispaper,wepresentRapidRobotPrototyping(R2P),anopensource,hardwareandsoftwarearchitecturefortherapidprototypingofroboticapplications,whereo-the-shelfembeddedmodules(e.
g.
,sensors,actu-ators,andcontrollers)arecombinedtogetherinaplug-and-playfashion,enablingtheimplementationofacomplexsysteminasimpleandmod-ularway.
R2Pmakespeopleinvolvedinrobotics,fromresearchersanddesignerstostudentsandhobbyists,dramaticallyreducethetimeandeortsrequiredtobuildarobotprototype.
1IntroductionInrecentyears,severaldevelopmentframeworks[6,4,11,8]havebeenpro-posedtoassistresearchersinthedesignofroboticapplications.
Whiletheseprojectsreallyboostedthedevelopmentofhigh-levelsoftware,hardwarede-signandlow-levelrmwaredevelopmentarestillcriticaltasks.
Todevelopanewmobilerobot,designersalwaysfacetheproblemofselectinghardwarede-vices,controllingthem,andinterfacingthemwiththehigh-levelsoftware.
Thisslowsdowntheprogressofroboticresearch,asprototypingandengineeringof-tenrequiresmoretimeandresourcesthantasksstrictlyrelatedtothetargetapplication.
Tosimplifythedevelopmentofnewroboticapplications,wedevelopedRapidRobotPrototyping(R2P)[2,1],anopensourcehardwareandsoftwareframe-workfocusedonspeedinguptheprototypingofroboticsystems.
R2Ppro-videshardwaremodulesthatimplementbasicfunctionalitiesneededbycommonroboticapplications,andalightweight,real-time,middlewaretoeasilywritelow-levelcontrolsoftware.
R2Ptargetsspanfrommobileautonomousrobotsusedforresearchpurposestoentertainmentandserviceapplications,suchasgames,telepresence,andrescue.
ThelimitsofR2P,attheactualstageofdevelopment,areonlyimposedbythemodulesalreadyavailable;moreover,asR2PisanopenS.
Behnkeetal.
(Eds.
):RoboCup2013,LNAI8371,pp.
576–583,2014.
cSpringer-VerlagBerlinHeidelberg2014RapidRobotPrototyping577source,modular,framework,itcanbeextendedbyuserswithadditionalmodulestocoverotherapplicationelds.
2ModularHardwareandSoftwareDevelopmentWhenanewroboticapplicationisinvestigated,therststepsinvolveselect-ingthehardwaredevices,e.
g.
,sensorandactuators,andbuildingtheplatformneededtovalidatetheoverallidea.
Lookingattoday'spossibilities,wecanpickdeviceseitherfromtheautomationmarketorfromthehobbymarket.
Com-ponentsfromautomationmarketareoftenexpensiveandoeroverkillingper-formancewithrespecttotherequirementsofaroboticapplicationprototype.
Moreover,automationdevicesoftenrequirepowersuppliesnotsuitableforbat-terypoweredsystemslikemobilerobots.
Ontheotherhand,devicesfromhobbymarketareusuallycheap,buttheyshowpoorperformance,lowreliability,andnoreal-timecapabilitiesmakingimpossibleanydistributedcontrolloop.
Havingselectedhardwaredevices,hereitcomestheproblemofinterfacingthemwitheachother,andwiththehigh-levelcontrolsoftware.
Dierentmanufacturersgenerallyusedierentdatalinksandprotocols,increasingwiringcomplexityandrequiringspecializeddevicedrivers.
Asaconsequence,resultingplatformsarecommonlybasedoncustomsetups,whicharehardlyreusableindierentprojects.
Althoughmobilerobotshavebeenbuiltfordecadesbyintegratinghet-erogeneousdevices,orimplementingcustomsolutions,wermlybelievethatamodularapproachbasedono-the-shelfcomponentswouldstronglyhelprobotdesignersindevelopingnewapplications.
Tothebestofourknowledge,theonlyavailablemodularroboticplatforms,suchastheE-puckeducationalrobot[10],theKepherarobot[7],andafewothers,areaimedatdevelopingsmallmobilerobotsforapplicationslikeswarmroboticsandtheirusageisrestrictedtocontroltheplatformtheyaredesignedfor.
WithR2P,weaimatfulllingthelackofhardwarecomponentsfocusedonrobotprototyping,pushingdesignstrategiescommonlyexploitedinsoftwarede-velopment–suchasmodular,component-based,softwareengineering–downtothehardwarelevel.
R2Preliesontheprinciplethattherequirementsofagenericrobotapplicationcanbeimplementedbymodulesnotonlyatsoftwarelevel,asitiscommoninmostframeworks,butalsoathardwarelevel.
Basicfunctionalitiessuchasmotorcontrol,distancemeasurement,inertialnaviga-tionareimplementedbyspecic,standardizedhardwaremodules,withcorre-spondingrmware,thatcanbepluggedonacommonbusandcaninteractinreal-time.
Firmwaredevelopmenttools,andamiddlewaretofosterdistributed,reusable,softwaredevelopment,areprovided,supportingusersinwritingcodeonresource-constraineddevices.
UsingR2P,robotdesignerscanbuildgenericplatformsbychoosingthemodulestheyneed,conguringthem,andeasilyde-velopingthecontrolsoftware,implementingcomplexsystemsinaplug-and-playfashion.
Integrationwithhigh-levelroboticsframeworks,suchasROS[11],isprovidedbyagatewaymodule.
578M.
Migliavacca,A.
Bonarini,andM.
Matteucci3R2P:TheRapidRobotPrototypingFrameworkInthissection,weintroduceR2Pdesignchoicesandarchitecture.
Then,areviewofsomeofthealreadyavailablehardwaremodulesarepresented.
3.
1PowerandDataLinkR2Pusesasingleconnectortotransportbothpoweranddata.
Powerconsump-tionislimitedto5V,200mA,foreachmodule,whichsuitestherequirementsofmostelectronicdevices,whilemodulesneedinghigherpower,suchasmo-tordrivers,mustrelyonauxiliaryconnections.
ModulesexchangedatausingtheCAN-Bus,whichhasbeendesignedtoworkinharshenvironmentsandisavailableonmanymicrocontrollers.
Itsmaximumdatarateof1Mbpsisgen-erallyenoughforadistributedsystemofsmartdevices,whereonlyhighlevelinformationneedstobesentoverthenetwork(i.
e.
,norawsensordataisex-changed),thusneedingarelativelysmallbandwidth[3].
AspartofR2P,wedevelopedRTCAN[9],aCAN-Busprotocoltargetedatroboticapplicationsthatsupportsbothsporadic,event-triggered,andperiodic,time-triggeredcom-munication,withsoftandhardreal-timeconstraints.
Toreducewires,adaisychainwiringschemaisadopted:eachmodulehastwoportstoconnecttothepreviousandthenextcomponent,asshowninFigure2(a).
Thisalsosupportseasyconnectionofnewmodulestoanexistingsystem.
3.
2EmbeddedFirmwareDevelopmentWritingcodeforresource-constraineddevices,suchasmicrocontrollersusedtointerfacewithsensorsandactuators,requiresspecicknowledgeandcompe-tence.
Mostrobotdesignersareusedtowritesoftwareondesktop-levelcom-putersystems,andtheyhavetospendtimeandeortstostartdevelopingcodetargetedtoembeddeddevices.
Toreducethiseort,theuseofanoperatingsystemcansignicantlysupportsoftwaredevelopmentevenforsmallembeddedsystemsasitfeaturesthreads,memorymanagement,messagepassingprimi-tives,andotherservicesprogrammersarecommonlyusedtodealwith.
More-over,anoperatingsystemwithreal-timecapabilitiesisimportanttomanagecritical,high-prioritytasks,whichareofteninvolvedinroboticsystems,e.
g.
,forclosed-loopcontrol.
Forthementionedreasons,R2PreliesonChibiOS/RT[12],areal-timeoperatingsystemdesignedfordeeplyembeddedrealtimeapplications.
ChibiOS/RThasbeenpreferredtootheralternativesforitsportability,easeofuse,richfeaturesset,andextremelyhigheciency;anyway,areviewofavailableembeddedoperatingsystemsisoutofthescopeofthispaper.
ChibiOS/RTalsoincludesaHardwareAbstractionLayer(HAL),whichabstractsthehardwareimplementationofdierentlowlevelperipherals,relievingthedeveloperfromacquiringspeciccompetenceoneachspecicplatformandmakingeasiertheportofexistingcodetodierenttargets.
RapidRobotPrototyping579!
"#$"#%"#&'!
$%&Fig.
1.
ThedistributedarchitectureoftheembeddedsoftwarecontrollingTriskar23.
3Publish/SubscribeMiddlewareTosupportthedevelopmentofmodularsoftwarecomponentsonembeddedtar-get,R2Pfeaturesalightweightcommunicationmiddleware.
R2Pmiddlewaremaingoalsaresoftwarereuse,real-timecommunication,ecientimplementa-tion,andeaseofuse.
Itfollowsthepublish/subscribeparadigm[5]:datapro-ducerspublishmessagesonatopic,i.
e.
,acommunicationchannel,whiledataconsumerssubscribetothecorrespondingtopictoreceivemessages.
Identifyingdatabyitscontent,i.
e.
,thetopicitispublishedon,insteadofbyitsproducer,alsopromotesloosely-coupledsoftwaredesignand,thus,codereuse.
Themiddle-wareprovidesconceptscommontomostroboticsframeworksusedoncomputersystems,suchassoftwarenodes,topics,publishers,subscribers,andmessagequeues.
R2PmiddlewareiswritteninasubsetofC++,totakeadvantageofsomeobject-orientedprogrammingfeatureswithoutcompromisingperformanceonembeddedtargets.
Itsimplementationisfocusedoncodeeciencyandmes-sagingperformance.
Softwarenodescansubscribetobothlocalandremotepublishers,withnodierencefromtheuserpointofview.
Themiddlewaresup-portsbothperiodicandsporadicpublishers,whichcanspecifyreal-timecom-municationconstraints:updateperiodfortime-triggeredmessages,anddeliverydeadlineforevent-triggeredones.
Finally,asimpleAPI,whichremindstheROSsyntax,enablesdeveloperstowriteembedded,distributedcodeastheyareusedtodooncomputersystems,fosteringcodereusethroughdierentprojects.
3.
4IntegrationwithROSWhileR2Psupportsrapiddevelopmentofroboticsystemsusingo-the-shelfhardwareandsoftwarecomponents,applicationsinvolvingcomputation-intensivetaskssuchascomputervision,localization,andcomplexplanning,mustalsorelyonacomputersystemand,eventually,asoftwareframework.
Amongthemanyavailabledevelopmentframeworksforroboticssoftware,ROS[11]iscurrentlythemostwidelyadoptedinacademiaandresearchlaboratories,and,recently,ithasbeenconsideredalsobyindustrialdevelopers.
Tonativelyintegrateresource-constraineddeviceswithinROS,wedevelopedμROSnode,alightweight,open580M.
Migliavacca,A.
Bonarini,andM.
Matteucci(a)Daisy-chainwiringofhardwaremodules(b)R2PIMU(c)R2PDCmotorcontrollerFig.
2.
R2Phardwaremodulessource,ANSICROSclientlibrary.
R2Pprovidesagatewaymodule(seeSec-tion3.
5),whichactsasaproxybetweentheR2PmiddlewareandROSsystems.
TopicspublishedontheR2PnetworkcanbeaccessedfromROSnodes,and,atthesameway,R2PmodulescansubscribedatapublishedbyROSsoftware.
3.
5O-the-ShelfHardwareComponentsWehavedesignedandbuilt,aspartoftheR2Pframework,asetofplug-and-playhardwaremodulesthatimplementbasicfunctionalitiesrequiredbycommonroboticsapplications.
ModulesarebasedonSTM32Cortex-M3microcontrollerswith20KbofRAMand128KbofFlashmemory,runningtheChibiOS/RTandtheR2Pmiddleware.
EachmodulehastwoRJ45portsfordaisy-chainconnectiontothebus,aserialporttodownloadnewrmwareandfordebuggingpurposes,andaJTAGheaderforadvanceduserswhowanttodirectlyaccessthemicro-controller.
Anoverviewofthecurrentlyavailablemodulesfollows.
PSUModule.
Thisisthepowersupplyunit,whichpowersallthemodulesconnectedtothebus.
Inputvoltagerangeisfrom5.
5Vto36VDC.
ADC-DCconverterproducesa5Vregulatedoutputwithmaximumcurrentsupplyof4Aandshortcircuitprotection.
Bothbatteryvoltageandcurrentdraincanbepublishedoverthenetworktomonitorpowerconsumptionandtoestimatetheresidualbatterylife.
DCMotorModule.
Thishigh-powermotorcontrollerboardcandriveDCmotorsupto36V,deliveringacontinuous20Acurrent.
Itfeaturesclosedloopcontrol,withpositionfeedbackfromaquadratureencoderandcurrentmea-surementfromtheon-boardHall-eectsensor.
TheDCmotormoduleacceptsposition,speed,andtorquesetpoints,andcanpublishpositionandspeedmes-sages,exploitingdatafromtheencoder,andthemeasuredcurrentdrawn.
IMUModule.
A10-DoFInertialMeasurementUnitfeaturingMEMSac-celerometer,gyroscope,magnetometerandpressuresensor.
AnadditionalserialporttoacquireGPScoordinatesfromanexternalGPSreceiverisalsoprovidedonthismodule.
Theon-boardsensorfusionalgorithmproducesheading,atti-tude,andpositionmessages.
RapidRobotPrototyping581ProximityModule.
AmoduletointerfacewithproximitysensorssuchastheSharpIRrangersorMaxBotixultrasonicsensors.
Eachmoduleconnectstoupto4sensors.
Calibrationanddatalteringalgorithmsrunonthemicrocon-troller,whichproducesdistancemeasurements.
GatewayModule.
ThisisthegatewaymodulementionedinSection3.
4.
ItfeaturesanEthernetportandamorepowerful,Ethernet-enabled,microcon-trollertohandletheTCP/IPstack.
R2PmessagescanbeforwardedfromtheCAN-BustotheIPnetwork,andtheotherwayaround.
ThegatewaymodulerunsROSnode,whichenablesadirectintegrationofR2PmoduleswithROSsystems.
3.
6OpenSourceDevelopmentR2Pisfullyopensource,bothhardwareandsoftware,toencourageitsadoptionandtotakeadvantageofcommunity-drivenimprovementstobecameamatureandwidespreadproject.
Thedesignoftheboards,thecodetheyrunandthemiddlewareareavailableontheR2Prepository:http://github.
com/openrobots-dev.
Atthemomentofwriting,R2Phasreacheditsmaturity(see,e.
g.
,theusecaseinthenextsection),butitsdevelopmentisstillactivelyprogressing,thus,therepositoryisfrequentlyupdated.
4UseCase:AnOmnidirectionalRobotWeusedR2PtodeveloptheomnidirectionalwheeledrobotTriskar2,showninFigure3(a).
Therobotsports3R2PDCmodules,aPSUmodule,aProximitymodule,andtheGatewaymoduletointerfacewithacomputerrunningROS.
Thelow-levelcontrolsoftwareembeddedonthemodules,whichexploitstheR2Ppublish/subscribermiddleware,isreportedinFigure3.
SoftwarecomponentsareenclosedinR2Pnodes,whichimplementbasicfunctionalities,performingaspe-cictask.
Then,nodesarecomposedasadistributedarchitecture,implementingacomplexsystemfrombasic,reusable,components.
Thisdesignstrategyisnotinnovative,beingcommonlyusedinsoftwaredevelopment;themaincontribu-tionofR2Pmiddlewareistobringthesameapproach,and,thus,thesameadvantages,toembeddedrmwaredevelopment,withthesameprogramminginterfacesknowntomostrobotdevelopers.
SoftwarenodeshavebeendeployedonthemodulesasshowninFigure3(b).
Somenodeshavetorunonspecicboards(e.
g.
,thosethataredirectlycon-nectedtothehardwarelikemotorcontrollernodes),whileotherscanrunonanyconnectedmodule.
Forexample,inourtests,theinversekinematicsmodeltocomputewheelspeedswasrunontheMotor1module,whiletheodometrynodewasdeployedonMotor2.
Inthisway,wecanbalanceprocessorloadandreducelatency,easilymovingnodesfromanhardwaremoduletoanother.
ThankstotheR2Pgateway,Triskar2canbecontrolledbyanyROSappli-cationpublishingnativeROStopics.
WerstlyteleoperatedtherobotbyusingstandardROSteleopmessages,thenwedevelopedaroboticgame,involvingtheTriskar2robotandaquadricopter,bothcontrolledbyROSsoftware.
582M.
Migliavacca,A.
Bonarini,andM.
MatteucciFig.
3.
TheTriskar2omnidirectionalplatform(a)andtheR2Phardwaremodulescontrollingtherobot(b)5ConclusionsInthispaper,wepresentedR2P,anopensourcehardwareandsoftwareframe-workfortherapidprototypingofrobots.
Bringingdesignstrategiessuchasmodulardevelopment,andcomponentsreuse,downtohardwarelevel,R2Pen-ablesrobotdesignerstobuildandcontrolaroboticplatformusingo-the-shelfmodules.
ExploitingtheR2Pframework,genericmobilerobotscanbebuiltbottom-upinadistributedplug-and-playfashionbysimplyselectingthehard-waremodulestosatisfytheneededfunctionalrequirementsandeasilyprogram-mingtheirinteraction.
Integrationwithhigh-levelsoftwareframeworks,e.
g.
,ROS,allowstodevelopcomplexapplication,whilelow-levelcontrolisimple-mentedbymeansofamodulardistributedarchitecture,withreal-timeper-formance,withouttheneedforadvanceddomain-specicknowledge.
WeareexploitingR2Ptodesignnewrobotsinourlaboratory,asshownbytheusecasepresentedinSection4,andtoupgradeourpreviousplatforms,therstbeingabalancingwheeledrobot,adierentialdriveheavy-dutyrobot,andanautonomouswheelchair.
TheopensourcelicenseencouragesrobotdesignerstoadoptexistingR2Pmodulestocontroltheirplatforms,andtodevelopnewhard-waremodulesandsoftwarecomponentsthatimplementnewfunctionalities.
Acknowledgements.
Thisworkhasbeenpartiallysupportedbytheresearchgrant"RoboticsfortheMasses"fromSTMicroelectronicsandRegioneLom-bardia,andbytheItalianMinistryofUniversityandResearch(MIUR)throughthePRIN2009grant"ROAMFREE:RobustOdometryApplyingMulti-sensorFusiontoReduceEstimationErrors".
References[1]Bonarini,A.
,Matteucci,M.
,Migliavacca,M.
,Rizzi,D.
:R2P:Anopensourcehardwareandsoftwaremodularapproachtorobotprototyping.
RoboticsandAutonomousSystemsRapidRobotPrototyping583[2]Bonarini,A.
,Matteucci,M.
,Migliavacca,M.
,Rizzi,D.
:R2P:anopensourcemod-ulararchitectureforrapidprototypingofroboticsapplications.
In:Proceedingsof1stIFACConferenceonEmbeddedSystems,ComputationalIntelligenceandTelematicsinControl,CESCIT2012(2012)[3]Bonarini,A.
,Matteucci,M.
,Migliavacca,M.
,Sannino,R.
,Caltabiano,D.
:Mod-ularlow-costrobotics:WhatcommunicationinfrastructureIn.
In:Proceedingsof18thWorldCongressoftheInternationalFederationofAutomaticControl(IFAC),pp.
917–922(2011)[4]Bruyninckx,H.
:Openrobotcontrolsoftware:theOROCOSproject.
In:Proceed-ings2001ICRA,IEEEInternationalConferenceonRoboticsandAutomation,pp.
2523–2528(2001)[5]Eugster,P.
T.
,Felber,P.
A.
,Guerraoui,R.
,Kermarrec,A.
-M.
:Themanyfacesofpublish/subscribe.
ACMComputingSurveys35(2),114–131(2003)[6]Gerkey,B.
P.
,Vaughan,R.
T.
,Howard,A.
:Theplayer/stageproject:Toolsformulti-robotanddistributedsensorsystems.
In:Proceedingsofthe11thInterna-tionalConferenceonAdvancedRobotics,pp.
317–323(2003)[7]Harlan,R.
M.
,Levine,D.
B.
,McClarigan,S.
:Thekheperarobotandthekrobotclass:aplatformforintroducingroboticsintheundergraduatecurriculum.
ACMSIGCSEBulletin33,105–109(2001)[8]Huang,A.
,Olson,E.
,Moore,D.
:LCM:Lightweightcommunicationsandmar-shalling.
In:IEEE/RSJInternationalConferenceonIntelligentRobotsandSys-tems(IROS),pp.
4057–4062(2010)[9]Migliavacca,M.
,Bonarini,A.
,Matteucci,M.
:RTCAN:areal-timeCAN-Buspro-tocolforroboticapplications.
In:2013InternationalConferenceonInformaticsinControl,AutomationandRobotics,ICINCO(2013)[10]Mondada,F.
,Bonani,M.
,Raemy,X.
,Pugh,J.
,Cianci,C.
,Klaptocz,A.
,Magne-nat,S.
,Zuerey,J.
-C.
,Floreano,D.
,Martinoli,A.
:Thee-puck,arobotdesignedforeducationinengineering.
In:Proceedingsofthe9thConferenceonAutonomousRobotSystemsandCompetitions,vol.
1,pp.
59–65(2009)[11]Quigley,M.
,Conley,K.
,Gerkey,B.
P.
,Faust,J.
,Foote,T.
,Leibs,J.
,Wheeler,R.
,Ng,A.
Y.
:ROS:anopen-sourcerobotoperatingsystem.
In:ICRAWorkshoponOpenSourceSoftware(2009)[12]Sirio,G.
D.
:ChibiOS/RTrealtimeoperatingsystem,http://www.
chibios.
org

腾讯云爆款秒杀:1C2G5M服务器38元/年,CDN流量包6元起

农历春节将至,腾讯云开启了热门爆款云产品首单特惠秒杀活动,上海/北京/广州1核2G云服务器首年仅38元起,上架了新的首单优惠活动,每天三场秒杀,长期有效,其中轻量应用服务器2G内存5M带宽仅需年费38元起,其他产品比如CDN流量包、短信包、MySQL、直播流量包、标准存储等等产品也参与活动,腾讯云官网已注册且完成实名认证的国内站用户均可参与。活动页面:https://cloud.tencent.c...

pacificrack:2021年七夕VPS特别促销,$13.14/年,2G内存/2核/60gSSD/1T流量,支持Windows

pacificrack官方在搞2021年七夕促销,两款便宜vps给的配置都是挺不错的,依旧是接入1Gbps带宽,KVM虚拟、纯SSD raid10阵列,支持包括Linux、Windows 7、10、server2003、2008、2012、2016、2019在内多种操作系统。本次促销的VPS请特别注意限制条件,见本文末尾!官方网站:https://pacificrack.com支持PayPal、支...

SugarHosts新增Windows云服务器sugarhosts六折无限流量云服务器六折优惠

SugarHosts糖果主机商我们较早的站长们肯定是熟悉的,早年是提供虚拟主机起家的,如今一直还在提供虚拟主机,后来也有增加云服务器、独立服务器等。数据中心涵盖美国、德国、香港等。我们要知道大部分的海外主机商都只提供Linux系统云服务器。今天,糖果主机有新增SugarHosts夏季六折的优惠,以及新品Windows云服务器/云VPS上线。SugarHosts Windows系统云服务器有区分限制...

批处理for为你推荐
重庆400年老树穿楼生长重庆轻轨穿过居民楼在哪里,从解放碑怎么去客服电话各银行的客服电话是多少?95188是什么电话95188是什么号码我刚收到短信是什么支付宝的验证码400电话查询400电话。如何查询真伪,费用?discuz伪静态discuz怎么才能把专题目录也实现伪静态的方法详解powerbydedecms织梦dedecms怎么去掉power by dedecms方法localsettings电脑里一个叫做local setting的文件夹到底在哪里zencartzencart 难吗?我想要学习zencart 从最基础开始?网上教程都不全。电脑城买的到从头到尾的教程吗?搜索引擎教程怎样制作搜索引擎?空间导航自定义名称空间导航自定义名称 短一点的
cc域名 欧洲免费vps 中国域名网 winhost 美国主机评论 安云加速器 42u机柜尺寸 主机屋免费空间 ixwebhosting godaddy 服务器架设 嘉洲服务器 好看qq空间 anylink 服务器合租 国外免费asp空间 江苏双线服务器 国外视频网站有哪些 四川电信商城 移动服务器托管 更多