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

WebHorizon($10.56/年)256MB/5G SSD/200GB/日本VPS

WebHorizon是一家去年成立的国外VPS主机商,印度注册,提供虚拟主机和VPS产品,其中VPS包括OpenVZ和KVM架构,有独立IP也有共享IP,数据中心包括美国、波兰、日本、新加坡等(共享IP主机可选机房更多)。目前商家对日本VPS提供一个8折优惠码,优惠后最低款OpenVZ套餐年付10.56美元起。OpenVZCPU:1core内存:256MB硬盘:5G NVMe流量:200GB/1G...

弘速云香港VPSVPS线路有CN2+BGP、CN2 GIA,KVM虚拟化架构,裸金属月付564元

弘速云怎么样?弘速云是创建于2021年的品牌,运营该品牌的公司HOSU LIMITED(中文名称弘速科技有限公司)公司成立于2021年国内公司注册于2019年。HOSU LIMITED主要从事出售香港vps、美国VPS、香港独立服务器、香港站群服务器等,目前在售VPS线路有CN2+BGP、CN2 GIA,该公司旗下产品均采用KVM虚拟化架构。可联系商家代安装iso系统。点击进入:弘速云官方网站地址...

HostKvm:香港国际/韩国KVM夏季7折,2G内存套餐月付5.95美元起

HostKvm是一家成立于2013年的国外主机服务商,主要提供基于KVM架构的VPS主机,可选数据中心包括日本、新加坡、韩国、美国、中国香港等多个地区机房,均为国内直连或优化线路,延迟较低,适合建站或者远程办公等。目前商家发布了夏季特别促销活动,针对香港国际/韩国机房VPS主机提供7折优惠码,其他机房全场8折,优惠后2GB内存套餐月付5.95美元起。下面分别列出几款主机套餐配置信息。套餐:韩国KR...

screen为你推荐
租服务器我想租一个服务器,越便宜越好中文域名注册查询中文域名注册怎么查询ip代理地址IP代理什么意思?便宜的虚拟主机免费、便宜的虚拟主机哪里有?要好用的 ,速度快的网站域名空间网站域名和空间免备案虚拟空间想买个免备案的虚拟主机,不知道哪里的好点免费网站空间有没有免费的网站空间推荐免费网站空间如何免费做网站 免费域名+免费空间+免费网站网站空间免备案哪个网站有免费的免备案空间,海外港台都可香港虚拟主机想买一个香港虚拟主机,大家推荐一下吧
电信测速器 服务器评测 softlayer directadmin godaddy域名转出 贵州电信宽带测速 idc是什么 服务器托管什么意思 卡巴斯基免费试用版 域名dns 重庆电信服务器托管 云服务器比较 电信宽带测速软件 如何登陆阿里云邮箱 googlevoice japanese50m咸熟 restart web服务器有哪些 俄勒冈州 neobux 更多