上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 53 下一页
摘要: git remote show originfrom: http://stackoverflow.com/questions/4089430/how-can-i-determine-the-url-that-a-local-git-repository-was-originally-cloned-f 阅读全文
posted @ 2016-11-25 19:35 圆旭 阅读(92) 评论(0) 推荐(0) 编辑
摘要: phalcon 前端举例: (1) baisic.phtml + basic_ajax_get.phtml + basic_ajax_post.phtml (2) basic_get.phtml + basic_post.phtml 阅读全文
posted @ 2016-11-23 21:16 圆旭 阅读(229) 评论(0) 推荐(0) 编辑
摘要: left join(左联接) 返回包括左表中的所有记录和右表中联结字段相等的记录 right join(右联接) 返回包括右表中的所有记录和左表中联结字段相等的记录inner join(等值连接) 只返回两个表中联结字段相等的行 举例如下: 表A记录如下:aID aNum1 a200501112 a 阅读全文
posted @ 2016-11-22 16:22 圆旭 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 一般是因为发现了多个keystone的url造成的。 阅读全文
posted @ 2016-11-17 19:59 圆旭 阅读(1507) 评论(0) 推荐(0) 编辑
摘要: 转自: http://blog.csdn.net/wangtaoking1/article/details/45043523 Docker并不是LXC的替代品,Docker的底层就是使用了LXC来实现的。LXC将Linux进程沙盒化,使得进程之间相互隔离,并且能够控制各进程的资源分配。 在LXC的基 阅读全文
posted @ 2016-11-16 16:44 圆旭 阅读(2258) 评论(0) 推荐(0) 编辑
摘要: Zaqar is a multi-tenant cloud messaging and notification service for web and mobile developers. It combines the ideas pioneered by Amazon's SQS produc 阅读全文
posted @ 2016-11-14 21:26 圆旭 阅读(329) 评论(0) 推荐(0) 编辑
摘要: docker run -d -p 9000:9000 --privileged -v /var/run/docker.sock:/var/run/docker.sock uifd/ui-for-docker 转自: https://github.com/kevana/ui-for-docker 阅读全文
posted @ 2016-11-10 16:19 圆旭 阅读(233) 评论(0) 推荐(0) 编辑
摘要: from: https://adam.younglogic.com/2013/09/keystone-v3-api-examples/ http://docs.openstack.org/developer/keystone/api_curl_examples.html 阅读全文
posted @ 2016-11-07 13:26 圆旭 阅读(194) 评论(0) 推荐(0) 编辑
摘要: from: http://stackoverflow.com/questions/23111631/cannot-download-docker-images-behind-a-proxy That's an old subject, but I'll give my two cents in ca 阅读全文
posted @ 2016-11-04 15:33 圆旭 阅读(1698) 评论(0) 推荐(0) 编辑
摘要: from: http://www.881027.com/?id=43 阅读全文
posted @ 2016-11-04 14:53 圆旭 阅读(7194) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 53 下一页