第二十四個夏天後
幸福,不是做自己喜歡的事,而是喜歡自己做的事
2014年10月30日 星期四
[MySQL] Got fatal error 1236 from master when reading data from binary log: 'Could not find first log file name in binary log index file'
›
些前在阿里雲、AWS RDS 架設 MySQL Master-Master Replication 出現此問題 Orz 將兩邊設定為各是對方的 Master 如此達到資料跨國同步。然而,卻發現在阿里雲作為 Replication Slave 角色的出現這個問題 Orz 由於在阿里...
2014年10月29日 星期三
[Linux] 使用 MongoDB Aggregate (Map-Reduce) 實作共現矩陣(Co-Occurrence Matrix)及簡易的推薦系統 @ Ubuntu 14.04
›
這陣子查閱了一些推薦系統的作法,發現早在 2012 年網路上就有非常多 Apache Mahout 的使用心得,這一套已經內含許多常見的演算法精華,故許多人都是採用 Apache Mahout 搭建推薦系統的。至於為何還要自己刻一個出來?單純練功啦,在此就練練 Partit...
2014年10月24日 星期五
[Linux] Docker 使用筆記 - 常用指令 @ Ubuntu 14.04
›
搜尋可用 Images (此例關鍵字為 Ubuntu): $ sudo docker search ubuntu 下載或更新指定 Image (此例為 ubuntu 14.04): $ sudo docker pull ubuntu:14.04 列出所有 ...
[Linux] Docker 使用筆記 - 透過 nsenter 進入當前 container 操作環境 @ Ubuntu 14.04
›
早期的 Docker 可以直接用 lxc-attach 取得 container 的 terminal 環境: $ sudo docker ps --no-trunc $ sudo lxc-attach -n CONTAINER_ID 但新版的只會噴 lxc-att...
2014年10月1日 星期三
iOS 開發筆記 - -[######## _viewControllerForSupportedInterfaceOrientationsWithDismissCheck:]: unrecognized selector sent to instance 0x########'
›
這幾晚和此 crash log 對抗了一下 Orz 這是一個在 iOS 8 才出現,但在 iOS 7 可以活得好好的 bug ,簡介一下狀況: Project 採用 SingleView 建立,簡稱 ViewController1 在 ViewController1 中,...
‹
›
首頁
查看網路版