發表文章

目前顯示的是有「DeBug」標籤的文章

Why my Animate.css doesn't work? 為什麼Animate沒作用了?

圖片
最近公司在趕一個POC案子 為了能快速做出設計師要的動畫跟頁面轉場效果,一直在找各種動畫效果的lib或樣式範本 Animate.css 這個效果蠻多的,是同事找的 在Google排行很前面,我當時看了幾秒因為畫面不會動就直接關掉頁面找別的了(趕時間...) 後來發現原因在於作業系統設定的關係,導致動畫效果會被忽略 Windows 7設定如下: 控制台 -> 輕鬆存取 -> 輕鬆存取中心 -> 讓電腦更容易使用 把"關閉所有不需要的動畫"取消勾選 Windows 10設定如下: 所有設定 -> 輕鬆存取 -> 顯示器 -> 將Windows簡化及個人化 選取"在Windows中顯示動畫" 就這個簡單的設定,就可以動了... 所以後來我還是不敢用這套,畢竟不可能要使用者去修改系統設定 還是乖乖自己刻原生CSS弄效果

使用paping來檢測特定port連線 (Linux)

圖片
優點:跨平台以及比內建ping好一點的UI 由於在windows和liunx系統內,一個常用ping另一個常用telnet檢測 不過偵錯port號的時候,在windows ping後面是加冒號,liunx的telnet用空白 而且telnet比較沒辦法得知詳細的連線狀況 可以使用paping來做為偵測port號的方便工具 官方來源: https://code.google.com/archive/p/paping/ 確認有安裝基本工具 apt-get update apt-get -y install wget bash 下載最新檔案(至官網抓取符合系統版本的檔案) wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/paping/paping_1.5.5_x86-64_linux.tar.gz 解壓縮 tar zvxf paping_1.5.5_x86-64_linux.tar.gz 加入paping命令並移至bin目錄 chmod +x paping mv paping /bin 檢測80 port paping lanlanlue.blogspot.tw -p 80 結果

Cannot find the file C:\Program Files (x86)\Common Files\Microsoft Shared\VSTO\10.0\VSTOInstaller.exe

最近使用甚多Excel增益集及插件,安裝時碰到一個問題,使用office修復診斷都沒辦法解決 Cannot find the file  C:\Program Files (x86)\Common Files\Microsoft Shared\VSTO\10.0\VSTOInstaller.exe 後來找到這篇僅更改安裝的某個檔名即可 http://support.dataeverywhere.com/article/48-error-the-value-of-the-property-type-cannot-be-parsed C:\Program Files (x86)\Common Files\Microsoft Shared\VSTO\10.0   C:\Program Files\Common Files\Microsoft Shared\VSTO\10.0 找到以上兩個資料夾(依照使用的office是為32位元或64位元,若用32為原版本即從x86資料夾更改) 裡面會有一個Config檔案為 VSTOInstaller.exe 將它更換檔名,然後以工作管理員執行欲安裝的插件即可 Rename the Config File This step involves using Windows Explorer to navigate to a directory and change a filename. If you do not feel comfortable doing so, please contact support. Start by browsing to the following location using Windows Explorer:  C:\Program Files (x86)\Common Files\Microsoft Shared\VSTO\10.0  This location may not exist on your computer. Instead, try the following location in the regular Program Files directory...