obviousscreen

screen  时间:2021-01-12  阅读:()
5AnalogApplicationsJournalCalibrationintouch-screensystemsIntroductionToday,moreandmoredifferentfieldsareadoptingtouchscreensortouchpanelsforapplicationswithhuman/machineryorhuman/computerinter-faces.
Figure1isablockdiagramofatouch-screensystemwherethetouchscreensensorliesontopofthesystem'sdisplay,inthiscaseanLCDpanel.
Thetouch-screencontrollerinFigure1doesnotneedanycalibrationbyitself.
However,productsorinstrumentationequippedwithatouchscreennormallyrequireacalibrationroutineuponpowerupbecauseitisdifficulttoperfectlyalignatouchscreen'scoordinateswiththoseofthedisplayunderneathit.
Calibrationisnecessarywhenthecoordinatesoftheareatouchedonthescreenarenotsuf-ficientlyclosetothecoordinatesonthedisplay.
Withoutpropercalibration,softwaremaynotrespondcorrectlywhenasoftbuttonoriconispressed.
Thisarticlepresentsconceptsandmethodsforthecali-brationoftouch-screensystems.
Software-programmingalgorithmsandtheirimplementationarealsodiscussed.
Touch-coordinateerrorsWhenpressureisappliedtothetouchscreen,thetouch-screencontrollersensesitandtakesameasurementoftheXandYcoordinates.
Severalsourcesoferrorcanaffecttheaccuracyandreliabilityofthismeasurement.
Themajorityoftheseerrorscanbeattributedtoelectricalnoise,scalingfactors,andmechanicalmisalignments.
Electricalnoisecomesfromthedisplayandbacklight,thehumaninterface,thepanelsurface'svibration,andtheelectrostaticdischargeandelectromagneticpulsescausedbyusersandtheirenvironments.
Thisarticledoesnotaddressnoiseissues.
Formoreinformationonhandlingnoise,pleaseseeReference1.
Scalingfactorsandmechanicalmisalignmentsoriginateinthepartsandassemblyofthetouchscreenandthedisplay.
Typically,thetouch-screencontrolleranddisplayinasystemdonothavethesameresolution,soscalingfactorsareneededtomatchtheircoordinatestoeachother.
Forexample,consideratouch-screensystemthatusesanLCDwitharesolutionof1024(Xcoordinate)*768(Ycoordi-nate)andtheTexasInstrumentsTSC2005touch-screencontrollerwith12-bit(4096*4096)resolution.
ThescalingfactorstomatchthemarekX=SX/S′X=1024/4096=0.
25fortheX-axiscoordinateandkY=SY/S′Y=768/4096=0.
1875fortheY-axiscoordinate,whereSXistheLCD'sX-axisresolution,S′Xisthetouch-screencontroller'sX-axisresolution,SYistheLCD'sY-axisresolution,andS′Yisthetouch-screencontroller'sY-axisresolution.
Thus,atouch-screencontroller'sXcoordinate,X′,shouldbeunderstoodbytheLCD(thehost)asX=kX*X′;andatouch-screencontroller'sYcoordinate,Y′,shouldbeunderstoodbytheLCD(thehost)asY=kY*Y′.
Intheprecedingexample,kXandkYaresimplelinearscalingfactorsbasedontheresolutionspecificationsforthedisplayandtouch-screencontroller.
"Real-world"scalingfactorsmayvaryfromparttopartandmayneedtobecalibratedtoreduceoreliminateanymismatch.
AnexampleisshowninFigure2,wheretheX-axisscaleisthesameontheLCDandthetouchscreen,orkX=SX/S′X=1;buttheY-axisscaleontheLCDislargerthanthatonthetouchscreen,withthescalingfactorofkY=SY/S′Y=3.
6/4=0.
9.
Thus,apointP(X′,Y′)=(2,2.
222)onthetouchscreenshouldbescaledto(X,Y)=(2,2)fortheLCD(thehost).
TexasInstrumentsIncorporatedDataAcquisitionByWendyFang,PrecisionAnalogApplications,High-PerformanceAnalog,andTonyChang,PrecisionAnalogNyquist,High-PerformanceAnalog3Q2007www.
ti.
com/aajHigh-PerformanceAnalogProductsAnalogInterfaceDigitalInterfaceAnalogInputCircuitryHostProcessorICorSPIBus2InterruptLCDX+,X–,Y+,Y–ResistiveTouchScreenTouch-ScreenControllerFigure1.
Typicalfour-wireresistivetouch-screensystemTouch-ScreenGridSharedGridLinesTouchPointPLCDGridPk=/YSYS'Yk=/X=1SXS'Xk=0.
9YS'=4YS=3.
6YSX==4S'Y(X,Y)=(2,2)(X',Y')=(2,2.
222)Figure2.
ScalingfactorsontheYaxesofLCDandtouchscreenMechanicalmisalignmentbetweenthedisplayandthetouchscreenincludesmovingandrotationerrors,asshowninFigure3.
Figure3ashowstherelativepositionshiftsofΔXintheXdirectionandΔYintheYdirection;andFigure3bshowstherelativerotation,Δθ,betweentheLCDandthetouchscreen.
ConsiderapointP,readas(X′,Y′)onthetouchscreen.
ThedisplayshouldreadamovingerrorlikethatshowninFigure3aas(X′+ΔX,Y′+ΔY).
ForarotationerrorlikethatshowninFigure3b,thepointonthetouchscreenis(R*cosθ,R*sinθ),oronthedisplayis[R*cos(θ–Δθ),R*sin(θ–Δθ)],whereRisthedistancefromoriginC,or(0,0),tothepointP.
MathematicalexpressionCalibrationofthetouchscreentranslatesthecoordinatesreportedbythetouch-screencontrollerintocoordinatesthataccuratelyrepresentthepointandimagelocationonthedisplayorLCD.
Theresultofcalibrationisasetofscalingfactorsthatallowcorrectionofthemovingandrotationerrorsthatareduetomechanicalmisalignments.
ConsiderthepointP,representedas(X,Y)onthedisplayand(X′,Y′)onthetouchpanel.
CountinginthescalingTexasInstrumentsIncorporatedDataAcquisition6AnalogApplicationsJournalHigh-PerformanceAnalogProductswww.
ti.
com/aaj3Q2007factorinFigure2andthemovingandrotationerrorsinFigure3,thetouch-screencoordinateXcanbeexpressedaswhereX′=R*cosθ,Y′=R*sinθ,αX=kX*cos(Δθ),andβX=kX*sin(Δθ).
Similarly,thetouch-screencoordinateYcanbeexpressedaswhereαY=–kY*sin(Δθ),andβY=kY*cos(Δθ).
FromEquations1and2itisobviousthat,togetthecoefficientsαX,αY,βX,βY,ΔX,andΔY,atleastthreeinde-pendentpointsareneeded.
Thepointsareindependentiftheyarenotononelinearline(seeFigure4).
Assumingthat(X1,Y1),(X2,Y2),and(X3,Y3)arethreeindependentYkRYkRkRYYYYsin()sincos()cossin()θθθθθθΔΔΔΔΔ=kYkXYXYYYYYYcos()sin(),ΔΔΔΔθθαβ(2)XkRXkRkRXXXXcos()coscos()sinsin()θθθθθθΔΔΔΔΔ=kXkYXXYXXXXXcos()sin(),ΔΔΔΔθθαβ(1)}}ΔY(X,Y)X'Y'+X+YΔΔ(X',Y)'(X,Y)ΔXPTouch-ScreenGridLCDGridTouchPointPFigure3.
MechanicalmisalignmentsCCΔθ[R*cos(–),R*sin(–)]θΔθθΔθ(X,Y)=(X',Y')=(R*cos,R*sin)θθ(X',Y)'(X,Y)Pθ–ΔθθTouch-ScreenGridLCDGridTouchPointP(a)Movingerror(b)Rotationerror(X,Y)11(X,Y)22(X,Y)33Figure4.
Independent(notononelinearline)anddependentpoints(X,Y)11(X,Y)22(X,Y)33(a)Threeindependentpoints(b)ThreedependentpointsTexasInstrumentsIncorporatedDataAcquisition7AnalogApplicationsJournal3Q2007www.
ti.
com/aajHigh-PerformanceAnalogProductspointsselectedontheLCD,and(X′1,Y′1),(X′2,Y′2),and(X′3,Y′3)arethecorrespondingpointsonthetouchscreen,Equations1and2canbeusedtowriteEquation3:(3)Equation3canberewritteninmatrixform:(4)whereCalibrationmethodsThethreeindependentcalibrationpointsshowninEquation4shouldbesufficienttogetthescalingfactorsrequiredtocorrectthemechanicalmisalignmentbetweenthetouchscreenandthesystemdisplay.
ToresolveEquation4,bothsidescanbemultipliedbytheinverseofmatrixAtoget(5)whereA–1istheinverseofmatrixA.
Thethreepoints—(X1,Y1),(X2,Y2),and(X3,Y3)—aredesigned/selectedonthedisplaysurface;andtheelementsinmatrixAaremeasuredfromthetouchscreenduringcalibration.
Example1:Three-pointcalibrationOnadisplaywith256*768resolution,threecalibrationpointsarechosen:(64,384),(192,192),and(192,576).
RefertoFigure5a.
Duringcalibration,thethreepoints(678,2169),(2807,1327),and(2629,3367)aremeasuredfromatouchpanelwith12-bitor4096*4096resolution.
Equation4canthenbepopulatedwiththeseknownvalues.
XXXYYY12312364192192384192==557667821691280713271262933671=AαβαβXXYYXAXXXYΔΔ=*1123and==*AYYY1123,A=′′′′′′XYXYXY112233111.
XXXAXYYYAXX123123=*=αβΔand**αβYYYΔ,YXYYYXYYYXYYYYYYYY111222333αβαβαβΔΔΔXXYXXXYXXXYXXXXXXX111222333αβαβαβΔΔΔApplyingEquation5resultsinαX=0.
0623,βX=0.
0054,ΔX=9.
9951,αY=–0.
0163,βY=0.
1868,andΔY=–10.
1458.
ThustheequationforX,fromEquation1,isX=0.
0623*X′+0.
0054*Y′+9.
9951;andtheequationforY,fromEquation2,isY=–0.
0163*X′+0.
1868*Y′–10.
1458.
Inmanyapplications,usersmayusemorethanthreepointsintheircalibrationroutinestoaverageorfilterthenoisyreadingsfromthetouch-screencontroller.
Forcali-brationwithn>3,(6)whereAisann*3matrixwithn>3andrank(A)=3,orA=′′′′′′XYXYXYnn1122111MMM.
XXXAXYYYnXXn1212MM=*αβΔand=*AYYYαβΔ,(X,Y)22(X,Y)33(X,Y)11Figure5.
Examplesforselectingcalibrationpoints(X,Y)11(X,Y)22(X,Y)33(X,Y)44(X,Y)55(a)Threepoints(b)FivepointsTexasInstrumentsIncorporatedDataAcquisition8AnalogApplicationsJournalHigh-PerformanceAnalogProductswww.
ti.
com/aaj3Q2007ToresolveEquation6,bothsidescanbemultipliedbyA'spseudo-inversematrix,(AT*A)–1*AT,whereATisA'stransposematrix.
Thatis,theunknownvariablesαX,βX,ΔX,αY,βY,andΔYareresolvedfrom(7)ThesolutionofEquation7istheleast-square-errorestimation2oftheseunknownvariables.
Example2:Five-pointcalibrationThesamesystemasinExample1isused,butfivecalibra-tionpointsonthedisplayarechosen:(128,384),(64,192),(192,192),(192,576),and(64,576).
RefertoFigure5b.
Equation6canthenbepopulatedwiththefivepointsαβYYTTYAAAYYYΔ=*()**1123.
αβXXTTXAAAXXXΔ=*()**1123andmeasuredfromthetouchpanel:(1698,2258),(767,1149),(2807,1327),(2629,3367),and(588,3189).
UsingEquation7providesasolutionsimilartothatfoundinExample1:X=0.
0623*X′+0.
0054*Y′+10.
0043,andY=–0.
0163*X′+0.
1868*Y′–10.
1482.
XXXXXY1234511286419219264=YYYYYA2345384192192576576===1698767225811491128071327126295883367318911CalibrationalgorithmsToperformthesecalibrationmethodsinanembeddedsystem,thelinearalgebraequationset,Equation4orEquation6,mustberesolved.
ThesolutioncanbederivedsimplyfromCramer'srule:Forthelinearequationsetb=A*x,bisaknownrealvectorequalto(b1,b2,bn)T;Aisaknownreal,square,full-rankmatrix;andxisanunknownrealvectorequalto(x1,x2,xn)T.
Theunknownelementsinxcanbecalculatedbyx1=Δ1/Δ,x2=Δ2/Δ,xn=Δn/Δ,whereΔisthedeterminantofmatrixA,det(A);Δk=det(Ak)fork=1,2,n;andthematrixAkisthematrixAbutwithitskthcolumnreplacedbythevectorx.
Three-pointcalibrationalgorithmAssumingthatthedimensionofAis3*3,Equation8canbedeterminedfromEquation4,basedonCramer'srule:(8)VariablesinEquation8aredefinedinthesidebaronpage9.
n-pointcalibrationalgorithmAsinEquation6,itcanbeassumedthatthedimensionofAisn*3withn>3.
Togettheleast-squaresolutionsofthelinearequationset,Equation7mustfirstberewrittenasαβαβxxyand======ΔΔΔΔΔΔΔΔΔΔΔΔΔΔxxxyyyyXY123123,,,,,.
(9)whereA=AT*A,(X1,X2,X3)T=AT*(X1,X2,X3)T,and(Y1,Y2,Y3)T=AT*(Y1,Y2,Y3)T.
Then,basedonCramer'srule,Equation10canbedetermined:(10)whereXXXYY112131112=′*∑=′*∑=∑=′∑*====XXYXXXYkkknkkknkknkknk,,,,==′*∑=∑==YYYkkknkkn,.
131andYaXbYcXYdXeYkknkknkkknkknkk=′∑=′∑=′∑=′21211111n∑ΔΔ=**nabccdeaebdnbcedx222112212,XXXX**()ecebdnacdedcdxXXXXXX3221123,Δaaeabccebdcdaenxy*()=**()=**,,ΔΔ3321211XXXYbbcedecebdnacdy*()()+*YYYYYYY2213221,Δ11233321**()=**()+edcdaeabccebdyYYYY,andΔYY2***()cdae;andαβαβxxyand======ΔΔΔΔΔΔΔΔΔΔΔΔΔΔxxxyyyyXY123123,,,,,,αβαβXXYYXYΔΔ=*AXXX1123and==*AYYY1123,TexasInstrumentsIncorporatedDataAcquisition9AnalogApplicationsJournal3Q2007www.
ti.
com/aajHigh-PerformanceAnalogProductsDefinitionsforEquation8Δ==′′′′′′=′′det()AXYXYXYXXYYXX112233132323111(()YY13ΔxxAXYXYXYXXYYXX11112233132323111=()=′′′=()()*det′′′()=()=′′′=′′()*(YYAXXXXXXXXXXxx13221122331323111Δdet))′′()*()=()=′′′′′′=XXXXAXYXXYXXYXxx231333111222333ΔdetXXXYXYXXYXYXXYXY123322133131221()ΔyyAYYYYYYYYYYYY11112233132323111=()=′′′=()()*det′′′()=()=′′′=′′()*(YYAXYXYXYXXYYyy13221122331323111Δdet))′′()*()=()=′′′′′′=XXYYAXYYXYYXYYyy231333111222333ΔdetYYXYXYYXYXYYXYXY123322133131221()ReferencesFormoreinformationrelatedtothisarticle,youcandown-loadanAcrobatReaderfileatwww-s.
ti.
com/sc/techlit/litnumberandreplace"litnumber"withtheTILit.
#forthematerialslistedbelow.
DocumentTitleTILit.
#1.
WendyFang,"ReducingAnalogInputNoiseinTouchScreenSystems,"ApplicationReportsbaa1552.
FrankL.
Lewis,OptimalEstimation:WithanIntroductiontoStochasticControlTheory(JohnWiley&Sons,Inc.
,1986).
—RelatedWebsitesdataconverter.
ti.
comwww.
ti.
com/sc/device/partnumberReplacepartnumberwithADS7843,ADS7845,ADS7846,TSC2003,TSC2004,TSC2005,TSC2006,TSC2007,orTSC2046AlgorithmimplementationToimplementtheprecedingcalibrationalgorithms,oneofthefirsttasksaftersystempowerupistodevelopandrunasoftwareroutinetoperformthefollowingsteps:Selectthedisplaycalibrationpoints(Xk,Yk)fork=1,2,nandn≥3.
Callthetouch-screencontrollerfunctiontoaccesstouch-screendata.
Touchthefirstpoint(X1,Y1)onthedisplay,acquiredatafromthetouch-screencontroller,andsavethetouchcoordinates(X′1,Y′1).
Repeattheprevioussteptogetall(X′k,Y′k)fork=2,3,nandn≥3.
Callthefunctiontocalculateαx,βx,ΔX,αy,βy,andΔY—forexample,callEquation10forfive-pointcalibration.
IMPORTANTNOTICETexasInstrumentsIncorporatedanditssubsidiaries(TI)reservetherighttomakecorrections,modifications,enhancements,improvements,andotherchangestoitsproductsandservicesatanytimeandtodiscontinueanyproductorservicewithoutnotice.
Customersshouldobtainthelatestrelevantinformationbeforeplacingordersandshouldverifythatsuchinformationiscurrentandcomplete.
AllproductsaresoldsubjecttoTI'stermsandconditionsofsalesuppliedatthetimeoforderacknowledgment.
TIwarrantsperformanceofitshardwareproductstothespecificationsapplicableatthetimeofsaleinaccordancewithTI'sstandardwarranty.
TestingandotherqualitycontroltechniquesareusedtotheextentTIdeemsnecessarytosupportthiswarranty.
Exceptwheremandatedbygovernmentrequirements,testingofallparametersofeachproductisnotnecessarilyperformed.
TIassumesnoliabilityforapplicationsassistanceorcustomerproductdesign.
CustomersareresponsiblefortheirproductsandapplicationsusingTIcomponents.
Tominimizetherisksassociatedwithcustomerproductsandapplications,customersshouldprovideadequatedesignandoperatingsafeguards.
TIdoesnotwarrantorrepresentthatanylicense,eitherexpressorimplied,isgrantedunderanyTIpatentright,copyright,maskworkright,orotherTIintellectualpropertyrightrelatingtoanycombination,machine,orprocessinwhichTIproductsorservicesareused.
InformationpublishedbyTIregardingthird-partyproductsorservicesdoesnotconstitutealicensefromTItousesuchproductsorservicesorawarrantyorendorsementthereof.
Useofsuchinformationmayrequirealicensefromathirdpartyunderthepatentsorotherintellectualpropertyofthethirdparty,oralicensefromTIunderthepatentsorotherintellectualpropertyofTI.
ReproductionofinformationinTIdatabooksordatasheetsispermissibleonlyifreproductioniswithoutalterationandisaccompaniedbyallassociatedwarranties,conditions,limitations,andnotices.
Reproductionofthisinformationwithalterationisanunfairanddeceptivebusinesspractice.
TIisnotresponsibleorliableforsuchaltereddocumentation.
ResaleofTIproductsorserviceswithstatementsdifferentfromorbeyondtheparametersstatedbyTIforthatproductorservicevoidsallexpressandanyimpliedwarrantiesfortheassociatedTIproductorserviceandisanunfairanddeceptivebusinesspractice.
TIisnotresponsibleorliableforanysuchstatements.
FollowingareURLswhereyoucanobtaininformationonotherTexasInstrumentsproductsandapplicationsolutions:TIWorldwideTechnicalSupportInternetTISemiconductorProductInformationCenterHomePagesupport.
ti.
comTISemiconductorKnowledgeBaseHomePagesupport.
ti.
com/sc/knowledgebaseProductInformationCentersAmericasPhone+1(972)644-5580Fax+1(972)927-6377Internet/Emailsupport.
ti.
com/sc/pic/americas.
htmEurope,MiddleEast,andAfricaPhoneEuropeanFreeCall00800-ASK-TEXAS(0080027583927)International+49(0)8161802121RussianSupport+7(4)959810701Note:TheEuropeanFreeCall(TollFree)numberisnotactiveinallcountries.
Ifyouhavetechnicaldifficultycallingthefreecallnumber,pleaseusetheinternationalnumberabove.
Fax+(49)(0)8161802045Internetsupport.
ti.
com/sc/pic/euro.
htmJapanFaxInternational+81-3-3344-5317Domestic0120-81-0036Internet/EmailInternationalsupport.
ti.
com/sc/pic/japan.
htmDomesticwww.
tij.
co.
jp/picAsiaPhoneInternational+886-2-23786800DomesticToll-FreeNumberToll-FreeNumberAustralia1-800-999-084Malaysia1-800-80-3973China800-820-8682NewZealand0800-446-934HongKong800-96-5941Philippines1-800-765-7404India+91-80-41381665(Toll)Singapore800-886-1028Indonesia001-803-8861-1006Taiwan0800-006800Korea080-551-2804Thailand001-800-886-0010Fax+886-2-2378-6808Emailtiasia@ti.
comInternetsupport.
ti.
com/sc/pic/asia.
htmti-china@ti.
comC062907SafeHarborStatement:Thispublicationmaycontainforward-lookingstatementsthatinvolveanumberofrisksanduncertainties.
These"forward-lookingstatements"areintendedtoqualifyforthesafeharborfromliabilityestablishedbythePrivateSecuritiesLitigationReformActof1995.
Theseforward-lookingstatementsgenerallycanbeidentifiedbyphrasessuchasTIoritsmanagement"believes,""expects,""anticipates,""foresees,""forecasts,""estimates"orotherwordsorphrasesofsimilarimport.
Similarly,suchstatementshereinthatdescribethecompany'sproducts,businessstrategy,outlook,objectives,plans,intentionsorgoalsalsoareforward-lookingstatements.
Allsuchforward-lookingstatementsaresubjecttocertainrisksanduncertaintiesthatcouldcauseactualresultstodiffermateriallyfromthoseinforward-lookingstatements.
PleaserefertoTI'smostrecentForm10-Kformoreinformationontherisksanduncertaintiesthatcouldmateriallyaffectfutureresultsofoperations.
Wedisclaimanyintentionorobligationtoupdateanyforward-lookingstatementsasaresultofdevelopmentsoccurringafterthedateofthispublication.
Trademarks:Alltrademarksarethepropertyoftheirrespectiveowners.
MailingAddress:TexasInstrumentsPostOfficeBox655303Dallas,Texas752652007TexasInstrumentsIncorporatedProductsAmplifiersamplifier.
ti.
comDataConvertersdataconverter.
ti.
comDSPdsp.
ti.
comInterfaceinterface.
ti.
comLogiclogic.
ti.
comPowerManagementpower.
ti.
comMicrocontrollersmicrocontroller.
ti.
comApplicationsAudiowww.
ti.
com/audioAutomotivewww.
ti.
com/automotiveBroadbandwww.
ti.
com/broadbandDigitalcontrolwww.
ti.
com/digitalcontrolMilitarywww.
ti.
com/militaryOpticalNetworkingwww.
ti.
com/opticalnetworkSecuritywww.
ti.
com/securityTelephonywww.
ti.
com/telephonyVideo&Imagingwww.
ti.
com/videoWirelesswww.
ti.
com/wirelessSLYT277

inux国外美老牌PhotonVPS月$2.5 ,Linux系统首月半价

PhotonVPS 服务商我们是不是已经很久没有见过?曾经也是相当的火爆的,我们中文习惯称作为饭桶VPS主机商。翻看之前的文章,在2015年之前也有较多商家的活动分享的,这几年由于服务商太多,乃至于有一些老牌的服务商都逐渐淡忘。这不有看到PhotonVPS商家发布促销活动。PhotonVPS 商家七月份推出首月半价Linux系统VPS主机,首月低至2.5美元,有洛杉矶、达拉斯、阿什本机房,除提供普...

RAKSmart VPS主机半价活动 支持Windows系统 包含香港、日本机房

RAKSmart 商家最近动作还是比较大的,比如他们也在增加云服务器产品,目前已经包含美国圣何塞和洛杉矶机房,以及这个月有新增的中国香港机房,根据大趋势云服务器算是比较技术流的趋势。传统的VPS主机架构方案在技术层面上稍微落后一些,当然也是可以用的。不清楚是商家出于对于传统VPS主机清理库存,还是多渠道的产品化营销,看到RAKSmart VPS主机提供美国、香港和日本机房的半价促销,当然也包括其他...

Digital-vm80美元,1-10Gbps带宽日本/新加坡独立服务器

Digital-vm是一家成立于2019年的国外主机商,商家提供VPS和独立服务器租用业务,其中VPS基于KVM架构,提供1-10Gbps带宽,数据中心可选包括美国洛杉矶、日本、新加坡、挪威、西班牙、丹麦、荷兰、英国等8个地区机房;除了VPS主机外,商家还提供日本、新加坡独立服务器,同样可选1-10Gbps带宽,最低每月仅80美元起。下面列出两款独立服务器配置信息。配置一 $80/月CPU:E3-...

screen为你推荐
国际域名国际域名和国内域名有什么不同,什么叫顶级域名?php虚拟主机如何用虚拟主机建PHP论坛?英文域名中文域名与英文域名有什么区别,中文域名为什么贵?在搜索时哪个更有优势域名服务商比较专业的域名服务商有哪些?好的域名和域名服务商没关系吧?国内ip代理谁有最快的国内IP代理HTTPasp虚拟空间asp视频聊天室系统支持虚拟空间apache虚拟主机linux操作系统Apache配置虚拟主机apache虚拟主机apache里面可以在虚拟主机里边设置虚拟目录吗?急,在线等!云南虚拟主机大家觉得云南天成科技服务器租用给力吗?淘宝虚拟主机请问在淘宝的代购国外虚拟主机可以买吗?
深圳域名空间 表格样式 win8.1企业版升级win10 dropbox网盘 台湾谷歌地址 创梦 共享主机 免费测手机号 爱奇艺vip免费领取 阿里云免费邮箱 photobucket qq金券 工信部icp备案查询 阿里云邮箱登陆 阵亡将士纪念日 cdn服务 存储服务器 睿云 google搜索打不开 alexa世界排名 更多