Hyperf 開啟熱重新整理 watch

2021-10-20 06:26:11 字數 1350 閱讀 9075

監聽檔案變化自動重啟hyperf

# php bin file php程式所在路徑(預設自動獲取)

const

php_bin_file

='which php'

;# watch dir 監聽目錄(預設監聽指令碼所在的根目錄)

const

watch_dir

=__dir__

.'/'

;# watch ext 監聽副檔名(多個可用英文逗號隔開)

const

watch_ext

='php,env'

;# exclude dir 排除目錄(不監聽的目錄,陣列形式)

const

exclude_dir=[

'vendor'

,'runtime'

,'public'];

# entry point file 入口檔案

const

entry_point_file

=__dir__

.'/bin/hyperf.php'

;# start command 啟動命令

const

start_command=[

entry_point_file

,'start'];

# pid file path pid檔案路徑

const

pid_file_path

=__dir__

.'/runtime/hyperf.pid'

;# scan interval 掃瞄間隔(毫秒,預設2000)

const

scan_interval

=2000

;# console color 控制台顏色

const

console_color_default

="\033[0m"

;const

console_color_red

="\033[0;31m"

;const

console_color_green

="\033[0;32m"

;const

console_color_yellow

="\033[0;33m"

;const

console_color_blue

="\033[0;34m"

;

uni開啟下拉重新整理

通過配置檔案開啟 建立list頁面進行演示 杭州學科 通過pages.json檔案中找到當前頁面的pages節點,並在style選項中開啟enablepulldownrefresh 通過api開啟 uni.startpulldownrefresh 通過onpulldownrefresh可以監聽到下拉...

熱更新 自動重新整理瀏覽器

1.官網 github 2.live.js是乙個外掛程式庫,使用時直接引入html中即可,預設檢測html css js,可以在原始檔中配置其他的檔案字尾來檢測比如jsp php等檔案都可以 3.不支援直接開啟的file協議檔案,需要在編輯器中開啟才有http協議 4.編輯檔案後點選瀏覽器會自動重新...

JSP以Window形式開啟重新整理父頁面

前面寫了乙個乙個差不多的操作,可是那種操做很容易誤操作。子窗體開啟是父窗體還能操作。現在給大家分享乙個同樣能把值給給父視窗同時又控制父視窗不能操作。以window.showmodaldialog形式 要是帶了分頁和搜尋的話必需在前面加上,要不然會單獨彈出乙個頁面。那樣就失去了意義。我們先來看看父視窗...