轉自 https://cythilya.github.io/2017/05/08/javascript-find-item-in-an-array/
--
整理了一些在陣列中找東西的方法。
dizzy03 發表在
痞客邦
留言(0)
人氣()
xDownload 線上說明文件
http://downloadxctrl.com/help/ch02_UsingDownloadX.html
dizzy03 發表在
痞客邦
留言(0)
人氣()

轉自 https://blog.kdchang.cc/2016/06/23/javascript-data-structure-algorithm-array/
這篇寫得淺顯易懂!!
--
dizzy03 發表在
痞客邦
留言(0)
人氣()
轉自 https://blog.longwin.com.tw/2017/07/php-get-last-day-month-2017/
--
PHP 要抓取本月份的最後一天,一般都是抓下個月第一天,然後轉成 timestamp - 3600 秒 (減1秒也行,只要到上個月的前一天就好),來取得上個月的最後一天。
dizzy03 發表在
痞客邦
留言(0)
人氣()
轉自 http://www.phpernote.com/jquery/312.html
--
當需要使用ajax呼叫,但一定要等到ajax程式執行完才能繼續往下跑的時候會用到。
dizzy03 發表在
痞客邦
留言(0)
人氣()
轉自 http://php.net/manual/en/function.bindec.php
--
bindec() - 二進位轉十進位
dizzy03 發表在
痞客邦
留言(0)
人氣()
轉自 http://ilyvonne.pixnet.net/blog/post/26863403
--
也許有人偶爾會遇到在操作電腦時,因為動作太快,
dizzy03 發表在
痞客邦
留言(0)
人氣()
轉自 https://stackoverflow.com/questions/1687790/how-to-remove-onclick-with-jquery
--
unbind在1.7之後改為使用off
dizzy03 發表在
痞客邦
留言(0)
人氣()

轉自 https://briian.com/30860/
--
dizzy03 發表在
痞客邦
留言(0)
人氣()
轉自 https://tw.answers.yahoo.com/question/index?qid=20110411000015KK02230
--
請問如何在EXCEL 中的乘法, 固定乘以其中的一個欄位??
例如:
=H3*D3
=H3*D4
=H3*D5
以此類推...
EXCEL下拉時, H3是固定不變的, 但D會變動...
這個公式要怎麼用??
dizzy03 發表在
痞客邦
留言(0)
人氣()
要如何切換WinActive第一個參數Title判斷的方法(WinTitleMatchMode)
WinTitleMatchMode預設為1 = (default) Match the title from the start (從title開頭開始判斷)
如果要改成子字串符合,則WinTitleMatchMode要改為2。
dizzy03 發表在
痞客邦
留言(0)
人氣()
轉自 http://jason-wang.logdown.com/posts/408546
--
一個古老的URL長度問題....
底下是各Browser的最大URL長度限制
dizzy03 發表在
痞客邦
留言(0)
人氣()