2014-05-01から1ヶ月間の記事一覧
C++テンプレート完全ガイド読書会 vol.9大阪参加 8.4から9.1まで読み。 #include <iostream> template <typename T> class Creator{ /* friend void appear(){ //下記main中のoneとthreeでappearが二重定義 return not not 0; }*/ friend int feed(Creator<T>*){ return not not 0; } </t></typename></iostream>…
P.S. 2014May22 21:43 At a later date, and I google. find these. android - Pushing repo branch to local AOSP mirror - Stack Overflow android - How to merge upstream changes into my mirrored internal server - Stack Overflow Overview AOSP on …
前回の「プログラミング原論」は予習してもハードだったが、 今回の「ものまね鳥をまねる」は「数学パズルを手と頭を動かして解いていく」読書会なので 適度に疲れたけど、頭よく使った^^ 第1回 ものまね鳥をまねる会 - connpass 数分で解ける粒度の数学パ…
一寸前にvirtualboxで運用してるdebianのunstableで、 dist-upgradeで最新に環境を更新したらしたら 起動デーモンがinitからsystemdに切り替わった模様。 そのためvboxの共有フォルダがマウントできなくて四苦八苦したので 以下に記事にして解決方法を纏めて…
before first. I wrote on the mount command to /etc/rc.local mount -t vboxsf -o uid=1000,gid=1000,dmode=0755,fmode=0755 Dropbox /home/murase_syuka/Dropbox but, it is fail when change from init to systemd now it is success when run on termin…
4.3.10に更新したらhost-geustでの共有フォルダがmountされなくなって原因調べてみたらrc.localの内容 を実行してもエラーになってる。 $ sudo mount -t vboxsf -o uid=1000,gid=1000,dmode=0755,fmode=0755 Dropbox /home/murase/Dropbox mount: wrong fs t…