程式心得筆記 工程屍的日子 | Mr. 一顆痣 a.k.a. bigd
記錄寫程式的一些筆記跟心得
提案合作請來信洽談 bigdstut@gmail.com
星期三, 6月 28, 2017
如何處理360影片的中繼資料遺失(metadata)
如果你的360影片上傳至facebook或youtube沒辦法使用360的播放視窗,
有可能是檔案的metadata屬性已失效,建議使用以下工具復原
https://support.google.com/jump/answer/7044297?hl=en
使用方法就是點擊Inject metedata就好了,會產生
你的檔名_injected.mp4
REF
https://support.google.com/youtube/answer/7278886?hl=zh-Hant
星期日, 6月 11, 2017
[jQuery] 特殊字元跳脫的錯誤解決方法: Syntax error, unrecognized expression: a[href*=#]:not([href=#])
今天在移轉舊專案程式碼,遇到jquery一些錯誤,
查了一下原來是用的2.x版有特殊字元要跳脫的問題,記錄一下。
Syntax error, unrecognized expression:
your selector is not valid.
#
is a special char and needs to be escaped like
'a[href*=\\#]:not([href=\\#])'
see
https://api.jquery.com/category/selectors/
https://github.com/jquery/jquery/issues/2885
‹
›
首頁
查看網路版