移動(dòng)適配的幾種方案
1.直接利用js適配(function (doc, win) { var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange
巴扎黑 2017-01-07 13:36:12 0 0 260
使用composer下載并完成ThinkPHP5.1框架的啟動(dòng)
1)https://www.phpcomposer.com/下載 composer(win);2)安裝成功后在配置中國(guó)全量鏡像,composer config -g repo.packagist composer https://packagist.phpcomposer.com3)用composer 安裝thinkphp5.1,composer create-project topthink/t
董鋒 2019-10-26 08:18:36 0 0 325
董鋒 2019-10-26 08:31:40 0 0 242
windows安裝redis
redis的windows版需要到社區(qū)下載,分為zip版和msi版。zip版安裝方法:到社區(qū)下載zip版本,下載地址:https://github.com/MicrosoftArchive/redis/releases啟動(dòng)redis:通過win+R,輸入cmd啟動(dòng)命令行程序,cd到下載目錄,并輸入:redis-server.exe redis.windows.conf。(需等執(zhí)行成功后才可關(guān)閉窗口
1Pong 2019-01-19 14:41:19 0 0 364