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
ReadyDedis是一家2018年成立的国外VPS商家,由印度人开设,主要提供VPS和独立服务器租用等,可选数据中心包括美国洛杉矶、西雅图、亚特兰大、纽约、拉斯维加斯、杰克逊维尔、印度和德国等。目前,商家针对全部VPS主机提供新年5折优惠码,优惠后最低套餐1GB内存每月仅需2美元起,所有VPS均为1Gbps端口不限流量方式。下面列出几款主机配置信息。CPU:1core内存:1GB硬盘:25GB ...
imidc怎么样?imidc彩虹数据或彩虹网络现在促销旗下日本多IP站群独立服务器,原价159美元的机器现在只需要88美元,而且给13个独立IPv4,30Mbps直连带宽,不限制月流量!IMIDC又名为彩虹数据,rainbow cloud,香港本土运营商,全线产品都是商家自营的,自有IP网络资源等,提供的产品包括VPS主机、独立服务器、站群独立服务器等,数据中心区域包括香港、日本、台湾、美国和南非...
hypervmart怎么样?hypervmart是一家国外主机商,成立于2011年,提供虚拟主机、VPS等,vps基于Hyper-V 2012 R2,宣称不超售,支持linux和windows,有荷兰和英国2个数据中心,特色是1Gbps带宽、不限流量。现在配置提高,价格不变,性价比提高了很多。(数据中心不太清楚,按以前的记录,应该是欧洲),支持Paypal付款。点击进入:hypervmart官方网...
screen为你推荐
美国vps服务器美国Vps 哪里的稳定,服务好,不是代购,主要是我新手,不太懂独立ip空间怎么知道自己的空间是不是独立IP呢?虚拟主机代理哪家虚拟主机商的代理比较好代理主机主机做成代理服务器,其他局域网内的电脑必须通过我的这个网络出去台湾主机台湾的第一台电脑虚拟主机控制面板虚拟主机控制面板是什么?淘宝虚拟主机淘宝买虚拟主机空间好吗?mysql虚拟主机如何建立支持PHP+MySQL的虚拟主机?最好的虚拟主机哪家的虚拟主机比较好?jsp虚拟主机jsp中文网的虚拟主机有人用过没?觉得怎么样?
北京虚拟主机 naning9韩国官网 wavecom 镇江联通宽带 蜗牛魔方 免费mysql idc是什么 免费dns解析 香港新世界中心 超级服务器 华为云盘 空间租赁 架设邮件服务器 美国盐湖城 cdn服务 godaddy域名 cloudflare 泥瓦工 ddos攻击教程 主机托管 更多