在線瀏覽地址:http://www.pursuer.top/xiaomi1 html部分<!DOCTYPE html><html><head><meta ch...
1647
用layui仿老師寫的web文件管理器截圖
503
在線瀏覽地址:http://www.pursuer.top/xiaomi1html部分<!DOCTYPE html><html><head><meta cha...
1690
//2個(gè)整數(shù)相加的和<meta http-equiv="content-type" content="text/html;charset=utf-8"&g...
282
//創(chuàng)建目錄 function createFloder($floderName){ if(!fil...
342
memcache是內(nèi)存級(jí)緩存,減少讀取數(shù)據(jù)庫的次數(shù),從而提高系統(tǒng)訪問速度,位于DB層和應(yīng)用層之間。首次訪問,數(shù)據(jù)從DB中讀取,返回給應(yīng)用服務(wù)器,并保存到memcache。以后的訪問,數(shù)據(jù)直接從memc...
345
windows下載redis:分為mis和zip2個(gè)包1、mis,雙擊安裝后,作為windows服務(wù)安裝,以服務(wù)形式存在,不會(huì)出現(xiàn)cmd窗口2、zip,進(jìn)入cmd,啟動(dòng)redis:redis-serv...
360
<?php require 'vendor/autoload.php'; use Medoo\Medoo; $db = new&nb...
256
<!DOCTYPE html><html><head> <meta charset="UTF-8">&nb...
1586
<?php//文件的上傳 function uploadfile($fileinfo,$uploadpath='upload',$allowExt=['png',...
664
layout模板文件<!DOCTYPE html> <html lang="en"> <head> ...
290
<!DOCTYPE html> <html lang="en"> <head> &nbs...
357
<!DOCTYPE html><html><head> <meta charset="UTF-8">&nbs...
1584
1、配置文件<?php require './vendor/autoload.php'; $smarty = new Smarty();...
330
1、下載安裝安裝composer下載地址:https://www.phpcomposer.com/點(diǎn)擊下載windows安裝包,選擇對(duì)應(yīng)PHP安裝2、導(dǎo)入smarty點(diǎn)擊”安裝包列表“欄目搜索smar...
214