這個外掛程式chrome和firefox都有,chrome下是應用了,會建立桌面快捷方式直接執行
安裝就不說了,chrome應用中心,ff附加元件
安裝之後發現mac下選擇host檔案沒法選,因為finder中根本找不到hosts檔案。
這時候在$home目錄下建乙個軟連線到/etc/hosts ,就能輕鬆選擇檔案了。
下面這個東西是個神器,比如乙個本地除錯,乙個內網聯調,乙個測試環境,乙個線上環境,很多東西都不一樣,可以分成四個組 這樣切換就很方便了
common hosts file syntax[#] ip hostname [# comment]
note
setting 'hide' as comment could prevent this line from managing by hostadmin
grouping[#] ip hostname [# comment]
#==== groupname
[...]
#====
example
#==== project 1
#127.0.0.1 localhost1
127.0.0.1 localhost2
127.0.0.1 localhost3
#====
#==== project 2
#127.0.0.1 localhost1
#127.0.0.1 localhost2
#127.0.0.1 localhost3
#====
bulk hide#hide_all_of_below
....
#all text here will be parsed as comment
....
快應用 使用藍芽
1 初始化藍芽模組 為了使用藍芽功能,需要先初始化藍芽模組。除了設定狀態監聽以外,所有的藍芽介面都需要在初始化完成以後才能正常使用 初始化藍芽模組 bluetooth.openadapter if code 10001 console.log handling advertisdata for le...
Flask 使用pagination進行快速分頁
1.首先從路由開始 路由的設計思路是根據查詢的頁碼作為引數,利用flasksqlalchemy的model進行查詢並對查詢結果進行分頁處理。def booklist page 1 books book.query.order by book.id.asc paginate page page,per...
IDEA使用Visual Studio的快捷鍵配置
然後就根據你自己的需求來改 對於我來說最主要的幾個操作是下面的幾個 main menu run run修改為f5或者ctrl f5 main menu run debug修改為f5或者ctrl f5 main menu run stop修改為shift f5 看自己愛好吧 main menu run...