by shigemk2

当面は技術的なことしか書かない

gcalcliを使ってみる

github.com

add                      add a detailed event to a calendar
                           - a single --calendar must specified
                           - the "--details url" option will show the event link
                           - example:
                              gcalcli --calendar 'Eric Davis'
                                      --title 'Analysis of Algorithms Final'
                                      --where UCI
                                      --when '12/14/2012 10:00'
                                      --duration 60
                                      --description 'It is going to be hard!'
                                      --reminder 30
                                      add

addはこのように使ってみる。

delete 'スケジュールのtitle'

で検索出来る。editも同様。

rownumとbetween

stackoverflow.com

www.shift-the-oracle.com

core-dumped.blog.so-net.ne.jp

rownum betweenするときは、rownumを別名で入れておかないといけないっぽい。

select * from (select TEST.*,rownum as rownum1 from TEST) where rownum1 between 11 and 20;

今日のシェル芸

qiita.com

d.hatena.ne.jp

takuya-1st.hatenablog.jp