[JavaScript][VBScript]VBScript + Javascriptで簡単プロジェクト内ツール。その2
0埋めはsliceを使え。
数値の0埋め処理のやり方
3桁0埋め
function zeroPadding3(num){
return ("000" + num).slice(-3);
}
日付型は6/31日とかセットするとちゃんと7/1になってくれる。
//月は0で1月、5で6月
alert(new Date(2010,5,31));
実行結果
Thu Jul 1 00:00:00 UTC+0900 2010
ショートカットを実装するにはshortcuts.jsが便利。
サンプル
shortcut.add("Ctrl+B",function() {
alert("The bookmarks of your browser will show up after this alert...");
}
参考URL:
http://www.openjs.com/scripts/events/keyboard_shortcuts/#add_docs
setTimeoutの繰り返しは自己呼び出しで
function hoge(){
alert("hoge");
setTimeout(hoge,1000);
}
ただしこれをhogeと関数オブジェクトで呼び出さずに
hoge()とするとブラウザが壊れるので要注意。
以上で細々とした備忘終わり。
Read other posts
日記
(84)
読書メーター
(36)
worklog
(34)
google
(13)
大晦日
(13)
android
(11)
blogger
(9)
dynamicsax2009
(8)
mac
(8)
signature
(6)
baby
(5)
flash
(5)
impro
(5)
写真
(5)
技術
(5)
javascript
(4)
一眼レフ
(4)
4.2
(3)
biztalk2009
(3)
eclipse
(3)
jb
(3)
jb_mr1
(3)
lmde2
(3)
oracle
(3)
rsgt
(3)
web
(3)
windows
(3)
4.1
(2)
4.3
(2)
ant
(2)
coaching
(2)
docker
(2)
essay
(2)
factoryreset
(2)
game
(2)
ics
(2)
java
(2)
jb_mr2
(2)
linux
(2)
orsc
(2)
vb.net
(2)
vbscript
(2)
wtcc
(2)
スーパー耐久
(2)
勉強会
(2)
応用演劇
(2)
読書ノート
(2)
資格
(2)
随想
(2)
4.4
a77
advent-calendar
amazon
ansible
azure
bash
ble
bluetooth
book
c++
camera
coach
cp+
creative-process
docker-registry
event
facilitation
feedback
firefox
flickr
forum-theatre
galaxy
gingerbread
git
gpu
hello-world
india
kitkat
laos
laravel
linux-mint
microphone
misstake
opengrok
pdm
phpunit
postgresql
presentation
rsgt2016
rust
scrum
scrum-fest-osaka
scrum-gathering
security
serverside
smartphone
speaker
sprint-review
sqlite
ssh
tomcat
tool
trip
ts
twitter
ubuntu
ubuntu16
vb6
visa
weblogic
wfh
wikka
windows-10
windows-7
windows2008server
x++
デザイン思考
パターンランゲージ
ラオス
ラオ語
修理
演劇教育