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

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

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

ReliableSite:美国服务器租用,洛杉矶/纽约/迈阿密等机房;E3-1240V6/64GB/1TSSD,$95/月

reliablesite怎么样?reliablesite是一家于2006年成立的老牌美国主机商,主要提供独服,数据中心有迈阿密、纽约、洛杉矶等,均免费提供20Gbps DDoS防护,150TB月流量,1Gbps带宽。月付19美金可升级为10Gbps带宽。洛杉矶/纽约/迈阿密等机房,E3-1240V6/64GB内存/1TB SSD硬盘/DDOS/150TB流量/1Gbps带宽/DDOS,$95/月,...

湖北22元/月(昔日数据)云服务器,国内湖北十堰云服务器,首月6折

昔日数据怎么样?昔日数据新上了湖北十堰云服务器,湖北十堰市IDC数据中心 母鸡采用e5 2651v2 SSD MLC企业硬盘 rdid5阵列为数据护航 100G高防 超出防御峰值空路由2小时 不限制流量。目前,国内湖北十堰云服务器,首月6折火热销售限量30台价格低至22元/月。(注意:之前有个xrhost.cn也叫昔日数据,已经打不开了,一看网站LOGO和名称为同一家,有一定风险,所以尽量不要选择...

批处理for为你推荐
操作httpsignal37centos6.5怎么用u盘安装centos6.5苹果appstore宕机apple id登陆不了app store怎么办360邮箱360免费申请邮箱在那里波音737起飞爆胎为什么客机每次起飞都要先跑一段距离netshwinsockresetwin7系统我在输入netsh winsock reset后错误代码11003求大神解决上不了网支持http生药http客服电话中国移动的人工服务电话号码是多少
查询域名 重庆服务器租用 免费国际域名 最便宜的vps lamp 新加坡服务器 debian6 申请个人网页 有益网络 100m独享 买空间网 黑科云 阿里云邮箱怎么注册 hosting24 windowsserver2008r2 架设代理服务器 月付空间 西部主机 域名商城 次时代主机 更多