When I migrate RDS table to the Dynamodb, one of major important functionality is generating sequence id. Dynamodb do not support it.Here is an exampl...
When I migrate RDS table to the Dynamodb, one of major important functionality is generating sequence id. Dynamodb do not support it.Here is an exampl...
It is easy to link an existing ssh-agent into a docker container, just to add the environment SSH_AUTH_SOCK. But it will be broken if you recreate an ...
Splunk 是一套的 Log 監控軟體,它可以分析任何格式的 Log 資料,透過 Splunk ,我們可以分析頁面或 API的使用率,找到未知的 Bug ,自訂搜尋條件快速找到各種資...
zend_string zend_stringtypedef struct _zend_string zend_string;struct _zend_string {struct _zend_string { zend_refcounted_h gc; zend_ulong ...
Create a Table with global secondary index on local dynamodb Unit test Create TableAmazonDynamoDB ddb = DynamoDBEmbedded.create().amazonDynamoDB();Str...
RHEL 7直接用 yum 就可以安裝 docker : sudo yum install docker 安裝最新版 docker-ce上面的安裝方式,只會裝到舊版 docker-1.7.x,如果想要最新版本的 docker ...
ffmpeg 是一個免費的影片編輯 Library,使用前要先編譯安裝它,首先我們先安裝好 Docker ,利用 Docker 將 ffmpeg 安裝在 centos 6 ,這樣就能在 Windows, Mac, ...
網路上有很多舊版 Google Chrome 載點,但是你相信那些載點沒有被藏病毒或是木馬嗎?commondatastorage.googleapis.com 這是 Google 官方提供的 Chrome 下載空間,...
軟體工程師開發一個功能後,常常會再被其它工程師數落,不管是能力多強的工程師寫的程式,還是會被後面接手的人罵,其中很大的原因就是不同的想法,與各人知識能...
Code Review 是一件很重要的事,很多 Bugs 都可以經由 Code Review 而發現,學會怎麼 Review 別人的程式更是一門學問, 每個專案大小與未來性不同,不能永遠都使...