Netflix 本身沒提供播放速度調整,比較奇怪
如果用 Chrome 看,可以裝這個 extension: Video Speed Controller 調整播放速度
Netflix 本身沒提供播放速度調整,比較奇怪
如果用 Chrome 看,可以裝這個 extension: Video Speed Controller 調整播放速度
Mac 下安裝 VirtualBox 不知道什麼時候開始安裝最後會出現錯誤訊息,如果不理照樣建虛擬機,啟動時就會出現更奇怪的錯誤訊息 “kernel driver not installed (rc=-1908)”
我忘了自己之前有沒有遇到過,今天幫同事解了一下,安裝和啟動虛擬機的問題,可以參考這篇 https://medium.com/@Aenon/mac-virtualbox-kernel-driver-error-df39e7e10cd8,要去「安全性與隱私權」打開 App
另外通常跑一些虛擬機,會需要先設定「僅限主機」網路,手動要加也會出錯,可以參考這個下指令解決 https://github.com/gasolin/foxbox/issues/32#issuecomment-113967420
sudo "/Library/Application Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh" restart
之前是在書上看到 GraphQL Playground,最近又看到 Altair,功能似乎比 GraphQL Playground 還多
Mac 下都可以透過 Brew 安裝:
brew cask install graphql-playground
brew cask install altair
舊的 GitHub Notifications (Legacy) 標了 Legacy
新的 GitHub App 說明則有點少,另外 Google 才知道這裡有文件
https://github.com/integrations/slack
這幾項通知預設是關閉,要自己打開
These are disabled by default, and can be enabled with the /github subscribe owner/repo [feature]
command:
reviews
– Pull request reviewscomments
– New comments on issues and pull requestsbranches
– Created or deleted branchescommits:all
– All commits pushed to any branch一直以為 DbVisualizer 編輯 SQL Server 的 SQL 是不會有 table 和 column 的 auto completion
可能是發現 Firefox 4 的嚴重 memory leak 問題在哪了
5 竟然現在就出了…. 感覺好了很多….
因為我分頁都開很多,Firefox 4 記憶體竟然吃更兇,讓我很受不了
裝了 TooManyTabs 想說看看會不會吃少一點,結果也更慘
Firefox 放一整天,記憶體狂吃到 2G, 3G 爆掉
忍不住把 browser.cache.memory.enable 設定成 false (這個設定聽說是影響上一頁下一頁的 cache)
好像不會爆了,不過記憶體看起來還是越吃越多,好像回到 3.x 版時好幾天還是要重開的情況
有點想把 Firefox 廢掉不用了…. 反正還有 Chrome, Safari, IE 可以用
2011.4.30 update: 4.0.1 好像好多了
半年前 try 的東西,記錄一下…. 不過 IBM 的東西實在是……..
1. 修改
C:Program Files (x86)cognosc8binbootstrap_win32.xml
將 ${java_home} 改成 32-bit JDK 路徑 (例: C:/Program Files (x86)/Java/jdk1.6.0_14)
2. IIS 7.5 設定: http://www-01.ibm.com/support/docview.wss?uid=swg21343353
3. 連線 Oracle 11g datasource:
3-1.使用 32-bit Oracle client
3-2.設定環境變數 TNS_ADMIN
TNS_ADMIN : Directory containing the tnsnames.ora file. The file must have the Oracle instance defined. (This may be optional. In the event that this is not defined the tnsnames.ora file should be obtained from the NETWORKADMIN location within the Oracle client install location or ORACLE_HOME)
http://wiki.dropbox.com/DropboxAddons/DropboxPath
因為目前 Dropbox 程式太機車了,在 Windows 下改路徑都會自動加成「My Dropbox」
路徑有空白對於一些程式開發很不方便,用這個軟體就可以修改成沒有空白路徑
下載後關掉 Dropbox 程式,檔案總管也不要點到 Dropbox 目錄,執行這行指令就可以完成修改
DropboxPath.exe “新路徑位置”
MyEnTunnel – http://nemesis2.qx.net/pages/MyEnTunnel
Windows 下開啟持續性 SSH tunnel 的工具