improveddrupal7
drupal7 时间:2021-04-13 阅读:(
)
PHP7iAbouttheTutorialPHP7isthemostawaitedandisamajorfeaturereleaseofPHPprogramminglanguage.
PHP7wasreleasedon3rdDec2015.
ThistutorialwillteachyouthenewfeaturesofPHP7andtheirusageinasimpleandintuitiveway.
AudienceThistutorialhasbeenpreparedforPHPdevelopersfromabeginner'spointofview.
Aftercompletingthistutorial,youwillfindyourselfatamoderatelevelofexpertiseintheknowledgeofPHPfromwhereyoucantakeyourselftonextlevels.
PrerequisitesWeassumethatyoualreadyknowabouttheolderversionsofPHPandnowyoucanstartlearningthenewfeaturesofPHP7.
ExecutePHP-7OnlineFormostoftheexamplesgiveninthistutorial,youwillfindanoptionTryit.
JustusethisoptiontoexecuteyourPHP-7programsatthespotandenjoyyourlearning.
TrythefollowingexampleusingTryitoptionavailableatthetoprightcornerofthebelowsamplecodeboxOnlinePHP-7ScriptExecutionHello,PHP-7!
";>PHP7iiCopyright&DisclaimerCopyright2016byTutorialsPoint(I)Pvt.
Ltd.
Allthecontentandgraphicspublishedinthise-bookarethepropertyofTutorialsPoint(I)Pvt.
Ltd.
Theuserofthise-bookisprohibitedtoreuse,retain,copy,distributeorrepublishanycontentsorapartofcontentsofthise-bookinanymannerwithoutwrittenconsentofthepublisher.
Westrivetoupdatethecontentsofourwebsiteandtutorialsastimelyandaspreciselyaspossible,however,thecontentsmaycontaininaccuraciesorerrors.
TutorialsPoint(I)Pvt.
Ltd.
providesnoguaranteeregardingtheaccuracy,timelinessorcompletenessofourwebsiteoritscontentsincludingthistutorial.
Ifyoudiscoveranyerrorsonourwebsiteorinthistutorial,pleasenotifyusatcontact@tutorialspoint.
comPHP7iiiTableofContentsAbouttheTutorialiAudience.
iPrerequisites.
iExecutePHP-7Online.
iCopyright&Disclaimer.
iiTableofContentsiii1.
PHP7–Introduction.
1WhatisPHP71NewFeatures.
12.
PHP7–Performance3Magento1.
93Drupal7.
4Wordpress3.
64ComparisonofDynamicLanguages.
53.
PHP7–EnvironmentSetup6TryitOptionOnline.
6PHPParserInstallation7InstallationonLinux/Unix.
7InstallationonMacOSX.
10InstallationonWindowswithIIS.
11InstallationonWindowswithApache.
12ApacheConfiguration.
13PHPConfigurationinApache13PHP.
INIFileConfiguration14PHP.
INIConfiguration.
14WindowsIISConfiguration.
184.
PHP7–ScalarTypeDeclarations19Example–CoerciveMode.
195.
PHP7–ReturnTypeDeclarations.
21Example-ValidReturnType21Example-InvalidReturnType.
216.
PHP7–NullCoalescingOperator.
237.
PHP7–SpaceshipOperator.
248.
PHP7–ConstantArrays269.
PHP7–AnonymousClasses.
2710.
PHP7–Closure::call(28Example–PrePHP7.
28Example–PHP7+28PHP7iv11.
PHP7–Filteredunserialize(3012.
PHP7–IntlChar3213.
PHP7–CSPRNG.
33random_bytes(33random_int(3414.
PHP7–Expectations.
35Configurationdirectivesforassert(3515.
PHP7–useStatement.
3716.
PHP7–ErrorHandling.
3817.
PHP7–IntegerDivision.
4018.
PHP7–SessionOptions.
4119.
PHP7–DeprecatedFeatures.
42PHP4StyleConstructors.
42StaticCallstoNon-StaticMethods.
42password_hash()saltoption43capture_session_metaSSLcontextoption4320.
PHP7–RemovedExtensions&SAPIs44PHP75WhatisPHP7PHP7isamajorreleaseofPHPprogramminglanguageandistoutedtobearevolutioninthewaywebapplicationscanbedevelopedanddeliveredformobiletoenterprisesandthecloud.
ThisreleaseisconsideredtobethemostimportantchangeforPHPafterthereleaseofPHP5in2004.
NewFeaturesTherearedozensoffeaturesaddedtoPHP7,themostsignificantonesarementionedbelow-Improvedperformance-HavingPHPNGcodemergedinPHP7,itistwiceasfastasPHP5.
LowerMemoryConsumption-OptimizedPHP7utilizeslesserresource.
Scalartypedeclarations-Nowparameterandreturntypescanbeenforced.
Consistent64-bitsupport-Consistentsupportfor64-bitarchitecturemachines.
ImprovedExceptionhierarchy-Exceptionhierarchyisimproved.
ManyfatalerrorsconvertedtoExceptions-Rangeofexceptionsisincreasedcoveringmanyfatalerrorconvertedasexceptions.
Securerandomnumbergenerator-AdditionofnewsecurerandomnumbergeneratorAPI.
DeprecatedSAPIsandextensionsremoved-VariousoldandunsupportedSAPIsandextensionsareremovedfromthelatestversion.
Thenullcoalescingoperator()-Newnullcoalescingoperatoradded.
ReturnandScalarTypeDeclarations-Supportforreturntypeandparametertypeadded.
AnonymousClasses-Supportforanonymousadded.
1.
PHP7–INTRODUCTIONPHP76Zerocostasserts-Supportforzerocostassertadded.
PHP7usesnewZendEngine3.
0toimproveapplicationperformancealmosttwiceand50%bettermemoryconsumptionthanPHP5.
6.
Itallowstoservemoreconcurrentuserswithoutrequiringanyadditionalhardware.
PHP7isdesignedandrefactoredconsideringtoday'sworkloads.
PHP77AspertheZendteam,followingillustrationsshowtheperformancecomparisonofPHP7vsPHP5.
6andHHVM3.
7onpopularPHPbasedapplications.
Magento1.
9PHP7provesitselfmorethantwiceasfaster,ascomparedtoPHP5.
6whileexecutingMagentotransactions.
2.
PHP7–PERFORMANCEPHP78Drupal7PHP7provesitselfmorethantwiceasfaster,ascomparedtoPHP5.
6whileexecutingDrupaltransactions.
Wordpress3.
6PHP7provesitselfmorethantwiceasfasterascomparedtoPHP5.
6whileexecutingWordpresstransactions.
PHP79ComparisonofDynamicLanguagesPHP710TryitOptionOnlineWehavesetupthePHPProgrammingenvironmenton-line,sothatyoucancompileandexecutealltheavailableexamplesonline.
Itgivesyouconfidenceinwhatyouarereadingandenablesyoutoverifytheprogramswithdifferentoptions.
Feelfreetomodifyanyexampleandexecuteitonline.
TrythefollowingexampleusingouronlinecompileravailableatCodingGround.
OnlinePHPScriptExecutionHello,PHP!
";>Formostoftheexamplesgiveninthistutorial,youwillfindaTryitoptioninourwebsitecodesectionsatthetoprightcornerthatwilltakeyoutotheonlinecompiler.
Sojustuseofandenjoyyourlearning.
InordertodevelopandrunPHPWebpages,threevitalcomponentsneedtobeinstalledonyourcomputersystem.
WebServerPHPworkswithvirtuallyallWebServersoftware,includingMicrosoft'sInternetInformationServer(IIS)butmostoftenusedisApacheServer.
DownloadApacheforfreeherehttp://httpd.
apache.
org/download.
cgiDatabasePHPworkswithvirtuallyalldatabasesoftware,includingOracleandSybasebutmostcommonlyusedisMySQLdatabase.
DownloadMySQLforfreeherehttp://www.
mysql.
com/downloads/3.
PHP7–ENVIRONMENTSETUPPHP711PHPParserInordertoprocessPHPscriptinstructions,aparsermustbeinstalledtogenerateHTMLoutputthatcanbesenttotheWebBrowser.
ThistutorialwillguideyouhowtoinstallPHPparseronyourcomputer.
PHPParserInstallationBeforeyouproceed,itisimportanttomakesurethatyouhaveproperenvironmentsetuponyourmachinetodevelopyourwebprogramsusingPHP.
StorethefollowingphpfileinApache'shtdocsfolder.
phpinfo.
phpTypethefollowingaddressintoyourbrowser'saddressbox.
http://127.
0.
0.
1/phpinfo.
phpIfthisdisplaysapageshowingyourPHPinstallationrelatedinformation,thenitmeansyouhavePHPandWebserverinstalledproperly.
Otherwise,youhavetofollowthegivenproceduretoinstallPHPonyourcomputer.
ThissectionwillguideyoutoinstallandconfigurePHPoverthefollowingfourplatformsPHPInstallationonLinuxorUnixwithApachePHPInstallationonMacOSXwithApachePHPInstallationonWindowsNT/2000/XPwithIISPHPInstallationonWindowsNT/2000/XPwithApacheInstallationonLinux/UnixIfyouplantoinstallPHPonLinuxoranyothervariantofUnix,thenhereisthelistofprerequisitesThePHPsourcedistributionhttp://www.
php.
net/downloads.
phpThelatestApachesourcedistributionhttp://httpd.
apache.
org/download.
cgiAworkingPHP-supporteddatabase,ifyouplantouseone(ForexampleMySQL,Oracleetc.
)Anyothersupportedsoftware,towhichPHPmustconnect(mailserver,BCMathpackage,JDK,andsoforth)PHP712AnANSICcompiler.
Gnumakeutilityyoucanfreelydownloaditathttp://www.
gnu.
org/software/makeNow,herearethestepstoinstallApacheandPHP5onyourLinuxorUnixmachine.
IfyourPHPorApacheversionsaredifferentthenpleasetakecareaccordingly.
Step1Ifyouhavenotalreadydoneso,unzipanduntaryourApachesourcedistribution.
Unlessyouhaveareasontodootherwise,/usr/localisthestandardplace.
gunzip-capache_2.
4.
x.
tar.
gztar-xvfapache_2.
4.
x.
tarStep2BuildtheapacheServerasfollows-cdapache_2.
4.
x.
/configure--prefix=/usr/local/apache--enable-somakemakeinstallStep3UnzipanduntaryourPHPsourcedistribution.
Unlessyouhaveareasontodootherwise,/usr/localisthestandardplace.
gunzip-cphp-7.
x.
tar.
gztar-xvfphp-7.
x.
tarcdphp-7.
xStep4ConfigureandBuildyourPHP,assumingyouareusingMySQLdatabase.
.
/configure--with-apxs=/usr/sbin/apxs\PHP713--with-mysql=/usr/bin/mysqlmakemakeinstallStep5Installthephp.
inifile.
Editthisfiletogetconfigurationdirectivescd.
.
/.
.
/php-7.
xcpphp.
ini-development/usr/local/lib/php.
iniStep6TellyourApacheserverwhereyouwanttoservefilesfrom,andwhatextension(s)youwanttoidentifyPHPfiles.
A.
phpextensionisstandard,butyoucanuse.
html,.
phtml,orwhateveryouwant.
oGotoyourHTTPconfigurationfiles(/usr/local/apache/conforwhateveryourpathis).
oOpenhttpd.
confwithatexteditor.
oSearchforthewordDocumentRoot(whichshouldappeartwice),andchangeboththepathstothedirectoryyouwanttoservefilesoutof(inourcase,/home/httpd).
Werecommendahomedirectoryratherthanthedefault/usr/local/apache/htdocsbecauseitismoresecure,butitdoesnothavetobeinahomedirectory.
YouwillkeepallyourPHPfilesinthisdirectory.
AddatleastonePHPextensiondirective,asshowninthefirstlineofthecodethatfollows.
Inthesecondline,wehavealsoaddedasecondhandlertohaveallHTMLfilesparsedasPHP.
AddTypeapplication/x-httpd-php.
phpAddTypeapplication/x-httpd-php.
htmlStep7Restartyourserver.
EverytimeyouchangeyourHTTPconfigurationorphp.
inifiles,youmuststopandstartyourserveragain.
cd.
.
/bin.
/apachectlstartPHP714Step8Setthedocumentroot-directorypermissionstoworld-executable.
TheactualPHPfilesinthedirectoryneedonlybeworld-readable(644).
Ifnecessary,replace/home/httpdwithyourdocumentrootbelowchmod755/home/httpd/html/phpStep9Openatexteditor.
Type:.
SavethisfileinyourWebserver'sdocumentrootasinfo.
php.
StartanyWebbrowserandbrowsethefile.
YoumustalwaysuseanHTTPrequest(http://www.
testdomain.
com/info.
phporhttp://localhost/info.
phporhttp://127.
0.
0.
1/info.
php)ratherthanafilename(/home/httpd/info.
php)forthefiletobeparsedcorrectly.
YouwillseealongtableofinformationaboutyournewPHPinstallationmessageCongratulations!
InstallationonMacOSXMacusershaveachoiceofeitherabinaryorasourceinstallation.
Infact,yourOSXprobablycamewithApacheandPHPpreinstalled.
Thisislikelytobequiteanoldbuild,anditprobablylacksmanyofthelesscommonextensions.
However,ifallyouwantisaquickApache+PHP+MySQL/PostgreSQLsetuponyourlaptop,thisiscertainlytheeasiestwaytofly.
AllyouneedtodoisedityourApacheconfigurationfileandturnontheWebserver.
JustfollowthestepsgivenbelowStep1OpentheApacheconfigfileinatexteditorasroot.
sudoopen-aTextEdit/etc/httpd/httpd.
confStep2Editthefile.
UncommentthefollowinglinesLoadModulephp7_moduleAddModulemod_php7.
cAddTypeapplication/x-httpd-php.
phpPHP715Step3YoumayalsowanttouncommenttheblockorotherwisetellApachewhichdirectorytoserve.
RestarttheWebserver.
sudoapachectlgracefulStep4Openatexteditor.
Type:.
SavethisfileinyourWebserver'sdocumentrootasinfo.
php.
StartanyWebbrowserandbrowsethefile.
YoumustalwaysuseanHTTPrequest(http://www.
testdomain.
com/info.
phporhttp://localhost/info.
phporhttp://127.
0.
0.
1/info.
php)ratherthanafilename(/home/httpd/info.
php)forthefiletobeparsedcorrectly.
YouwillseealongtableofinformationaboutyournewPHPinstallationmessageCongratulations!
InstallationonWindowswithIISTheWindowsserverinstallationofPHPrunningIISismuchsimplerthanonUnix,sinceitinvolvesaprecompiledbinaryratherthanasourcebuild.
IfyouplantoinstallPHPoverWindows,thenhereisthelistofprerequisitesAworkingPHP-supportedWebserver.
UnderpreviousversionsofPHP,IIS/PWSwastheeasiestchoicebecauseamoduleversionofPHPwasavailableforit;butPHPnowhasaddedamuchwiderselectionofmodulesforWindows.
AcorrectlyinstalledPHP-supporteddatabaselikeMySQLorOracleetc.
(ifyouplantouseone).
ThePHPWindowsbinarydistribution(downloaditatwww.
php.
net/downloads.
php)Autilitytounzipfiles(searchhttp://download.
cnet.
comforPCfilecompressionutilities)NowherearethestepstoinstallApacheandPHP5onyourWindowsmachine.
IfyourPHPversionisdifferent,thenpleasetakecareaccordingly.
1.
Extractthebinaryarchiveusingyourunziputility;C:\PHPisacommonlocation.
2.
Copysome.
dllfilesfromyourPHPdirectorytoyoursystemsdirectory(usuallyC:\Winnt\System32).
Youneedphp5ts.
dllforeverycase.
YouwillalsoprobablyneedtocopythefilecorrespondingtoyourWebservermodule-C:\PHP\Sapi\php7isapi.
dll.
Itispossibleyouwillalsoneedotherfilesfromthedllssubfolder,butstartwiththetwofilesmentionedaboveandaddmoreifyouneedthem.
PHP7163.
Copyeitherthephp.
ini-developmentorphp.
ini-recommended(preferablythelatter)toyourWindowsdirectory(C:\WinntorC:\Winnt40),andrenameitphp.
ini.
Openthisfileinatexteditor(forexample,Notepad).
Editthisfiletogettheconfigurationdirectives.
Wehighlyrecommendthenewuserstoseterror-reportingtoE_ALLontheirdevelopmentmachinesatthispoint.
Fornow,themostimportantthingisthedoc_rootdirectiveunderthePathsandDirectoriessection.
MakesurethismatchestheIISInetpubfolder(orwhereveryouplantoserveoutof).
4.
StopandrestarttheWWWservice.
GototheStartmenu→Settings→ControlPanel→Services.
ScrolldownthelisttoIISAdminService.
SelectitandclickStop.
Afteritstops,selecttheWorldWideWebPublishingServiceandclickStart.
StoppingandrestartingtheservicefromwithintheInternetServiceManagerwillnotsuffice.
SincethisisWindows,youmayalsowishtoreboot.
5.
Openatexteditor.
Type:.
SavethisfileinyourWebserver'sdocumentrootasinfo.
php.
6.
StartanyWebbrowserandbrowsethefile.
YoumustalwaysuseanHTTPrequest(http://www.
testdomain.
com/info.
phporhttp://localhost/info.
phporhttp://127.
0.
0.
1/info.
php)ratherthanafilename(/home/httpd/info.
php)forthefiletobeparsedcorrectly.
YouwillseealongtableofinformationaboutyournewPHPinstallationmessageCongratulations!
InstallationonWindowswithApacheToinstallApachewithPHP5onWindows,followthegivensteps.
IfyourPHPandApacheversionsaredifferentthenpleasetakecareaccordingly.
Step1DownloadApacheserverfromwww.
apache.
org/dist/httpd/binaries/win32.
Youwantthecurrentstablereleaseversionwiththeno_src.
msiextension.
Double-clicktheinstallerfiletoinstall;C:\ProgramFilesisacommonlocation.
TheinstallerwillalsoaskyouwhetheryouwanttorunApacheasaserviceorfromthecommandlineorDOSprompt.
Werecommendyoudonotinstallasaservice,asthismaycauseproblemswithstartup.
ExtractthePHPbinaryarchiveusingyourunziputility;C:\php7isacommonlocation.
Renamephp.
ini-developmenttophp.
ini.
Openthisfileinatexteditor(forexample,Notepad).
Editthisfiletogettheconfigurationdirectives.
Atthispoint,wehighlyrecommendthatthenewusersseterrorreportingtoE_ALLontheirdevelopmentmachines.
PHP717TellyourApacheserverwhereyouwanttoservefilesfromandwhatextension(s)youwanttoidentifythePHPfiles(.
phpisthestandard,butyoucanuse.
html,.
phtml,orwhateveryouwant).
GotoyourHTTPconfigurationfiles(C:\ProgramFiles\ApacheGroup\Apache\conforwhateveryourpathis),andopenhttpd.
confwithatexteditor.
SearchforthewordDocumentRoot(whichshouldappeartwice)andchangeboththepathstothedirectoryyouwanttoservefilesoutof.
(ThedefaultisC:\ProgramFiles\ApacheGroup\Apache\htdocs.
).
AddatleastonePHPextensiondirectiveasshowninthefirstlineofthefollowingcodeAddHandlerapplication/x-httpd-php.
phpAddTypeapplication/x-httpd-php.
php.
htmlLoadModulephp7_module"C:/php7/php7apache2_4.
dll"PHPiniDir"c:/php7"Step2Openatexteditor.
Type:.
SavethisfileinyourWebserver'sdocumentrootasinfo.
php.
StartanyWebbrowserandbrowsethefile.
YoumustalwaysuseanHTTPrequest(http://www.
testdomain.
com/info.
phporhttp://localhost/info.
phporhttp://127.
0.
0.
1/info.
php)ratherthanafilename(/home/httpd/info.
php)forthefiletobeparsedcorrectly.
YouwillseealongtableofinformationaboutyournewPHPinstallationmessageCongratulations!
ApacheConfigurationIfyouareusingApacheasaWebServer,thenthissectionwillguideyoutoeditApacheConfigurationFiles.
CheckherePHPConfigurationinApacheServerPHPConfigurationinApacheApacheuseshttpd.
conffileforglobalsettings,andthe.
htaccessfileforper-directoryaccesssettings.
OlderversionsofApachesplituphttpd.
confintothreefiles(access.
conf,httpd.
conf,andsrm.
conf),andsomeusersstillpreferthisarrangement.
Apacheserverhasaverypowerful,butslightlycomplex,configurationsystemofitsown.
LearnmoreaboutitattheApacheWebsitewww.
apache.
orgThefollowingsectiondescribesthesettingsinhttpd.
confthataffectPHPdirectlyandcannotbesetelsewhere.
Ifyouhavestandardinstallationthenhttpd.
confwillbefoundat/etc/httpd/conf:PHP718TimeoutThisvaluesetsthedefaultnumberofsecondsbeforeanyHTTPrequestwilltimeout.
IfyousetPHP'smax_execution_timetolongerthanthisvalue,PHPwillkeepgrindingawaybuttheusermayseea404error.
Insafemode,thisvaluewillbeignored;instead,youmustusethetimeoutvalueinphp.
ini.
DocumentRootDocumentRootdesignatestherootdirectoryforallHTTPprocessesonthatserver.
ItlookssomethinglikethisonUnixDocumentRoot.
/usr/local/apache_2.
4.
0/htdocs.
Youcanchooseanydirectoryasthedocumentroot.
AddTypeThePHPMIMEtypeneedstobesethereforPHPfilestobeparsed.
RememberthatyoucanassociateanyfileextensionwithPHPlike.
php3,.
php5or.
htm.
AddTypeapplication/x-httpd-php.
phpAddTypeapplication/x-httpd-phps.
phpsAddTypeapplication/x-httpd-php3.
php3.
phtmlAddTypeapplication/x-httpd-php.
htmlActionYoumustuncommentthislinefortheWindowsapxsmoduleversionofApachewithsharedobjectsupportLoadModulephp7_modulemodules/php7apache2_4.
dllonUnixflavorsLoadModulephp7_modulemodules/mod_php.
soAddModuleYoumustuncommentthislineforthestaticmoduleversionofApache.
AddModulemod_php7.
cPHP719PHP.
INIFileConfigurationThePHPconfigurationfile,php.
ini,isthefinalandimmediatewaytoaffectPHP'sfunctionality.
CheckherePHP.
INIFileConfigurationPHP.
INIConfigurationThePHPconfigurationfile,php.
ini,isthefinalandimmediatewaytoaffectPHP'sfunctionality.
Thephp.
inifileisreadeachtimePHPisinitialized.
Inotherwords,httpdisrestartedforthemoduleversionorwitheachscriptexecutionfortheCGIversion.
Ifyourchangeisnotshowingup,remembertostopandrestarthttpd.
Ifitisstillnotshowingup,usephpinfo()tocheckthepathtophp.
ini.
Theconfigurationfileiswellcommentedandthorough.
Keysarecasesensitive,keywordvaluesarenot;whitespace,andlinesbeginningwithsemicolonsareignored.
Booleanscanberepresentedby1/0,Yes/No,On/Off,orTrue/False.
Thedefaultvaluesinphp.
ini-distwillresultinareasonablePHPinstallationthatcanbetweakedlater.
Hereweareexplainingtheimportantsettingsinphp.
ini,whichyoumayneedforyourPHPParser.
short_open_tag=OffShortopentagslooklikethis:ThisoptionmustbesettoOff,ifyouwanttousetheXMLfunctions.
safe_mode=OffIfthisissettoON,youprobablycompiledPHPwiththe--enable-safe-modeflag.
TheSafemodeismostrelevanttoCGIuse.
Seetheexplanationinthesection"CGIcompile-timeoptions"givenearlierinthischapter.
safe_mode_exec_dir=[DIR]ThisoptionisrelevantonlyifthesafemodeisON;itcanalsobesetwiththe--with-exec-dirflagduringtheUnixbuildprocess.
PHP720EndofebookpreviewIfyoulikedwhatyousaw…Buyitfromourstore@https://store.
tutorialspoint.
com
极光KVM创立于2018年,主要经营美国洛杉矶CN2机房、CeRaNetworks机房、中国香港CeraNetworks机房、香港CMI机房等产品。其中,洛杉矶提供CN2 GIA、CN2 GT以及常规BGP直连线路接入。从名字也可以看到,VPS产品全部是基于KVM架构的。极光KVM也有明确的更换IP政策,下单时选择“IP保险计划”多支付10块钱,可以在服务周期内免费更换一次IP,当然也可以不选择,...
速云怎么样?速云,国人商家,提供广州移动、深圳移动、广州茂名联通、香港hkt等VDS和独立服务器。现在暑期限时特惠,力度大。广州移动/深圳移动/广东联通/香港HKT等9折优惠,最低月付9元;暑期特惠,带宽、流量翻倍,深港mplc免费试用!点击进入:速云官方网站地址速云优惠码:全场9折优惠码:summer速云优惠活动:活动期间,所有地区所有配置可享受9折优惠,深圳/广州地区流量计费VDS可选择流量翻...
diyvm怎么样?diyvm商家VPS主机均2GB内存起步,三个地区机房可选,使用优惠码后每月69元起;DiyVM独立服务器开设在香港沙田电信机房,CN2线路,5M带宽,自动化开通上架,最低499元/月,配置是L5630*2/16G内存/120G SSD硬盘。DiyVM是一家成立于2009年的国人主机商,提供的产品包括VPS主机、独立服务器租用等,产品数据中心包括中国香港、日本大阪和美国洛杉矶等,...
drupal7为你推荐
toupianaoeiu后面是什么?phpwindphpwind怎么用?免费么?请详细说明http500网站打开显示500内部服务器错误,是什么原因?怎么解决?企业信息查询系统官网我公司注册不久,如何在网上查询到字节跳动回应TikTok易主抖音字节跳动是什么意思?重庆网站制作请问一下重庆网站建设哪家公司做得好,价格又便宜哦?传奇域名自己的传奇服务器怎么建设?可信网站网站备案了,还要验证可信网站吗?他们有什么区别oa办公软件价格一套OA办公系统多少钱discuz伪静态Discuz! X3.0 到底能不能伪静态?门户怎么伪静态?
广州主机租用 bandwagonhost rackspace 私服服务器 ssh帐号 2017年万圣节 嘟牛 京东商城双十一活动 双十一秒杀 流量计费 广州虚拟主机 空间服务器 广州主机托管 服务器防御 七十九刀 windows2008 美国vpn代理 WHMCS 傲盾代理 木马检测 更多