原文: 游标的使用 定义游标: cursor calenderStatus_cur is select * from ut_calenderStatus ; vr_calenderStatus ut_calenderStatus % rowtype; 打开游标,提取游标中的数据到游标行中: open...
分类:
其他好文 时间:
2014-11-14 19:17:26
阅读次数:
144
定义游标:
cursor calenderStatus_cur
is
select * from ut_calenderStatus ;
vr_calenderStatus ut_calenderStatus % rowtype;
打开游标,提取游标中的数据到游标行中:
open calenderStatus_cur;
...
分类:
其他好文 时间:
2014-11-14 17:46:57
阅读次数:
147
最近对Core Animation和Core Graphics的内容东西比较感兴趣,自己之前也在这块相对薄弱,趁此机会也想补习一下这块的内容,所以之后几篇可能都会是对CA和CG学习的记录的文章。在应用里一个很常见的需求是主题变换:同样的图标,同样的素材,但是需要按照用户喜爱变为不同的颜色。在iOS5...
分类:
移动开发 时间:
2014-11-14 15:34:35
阅读次数:
316
Adding a data volumeYou can add a data volume to a container using the-vflag with thedocker runcommand. You can use the-vmultiple times in a singledoc...
分类:
其他好文 时间:
2014-11-14 13:54:41
阅读次数:
145
基于 Docker 的开源 PaaS 系统 Deis 1.0 正式版发布了,这是 Deis 的首个稳定版本,你现在可以在生产环境中使用该系统,这是 Deis 首个基于 Docker 构建的产品级别的 PaaS 系统。Deis 1.0 提供了稳定的 API、丰富的功能特性以及可靠的组件架构。包括:平台...
分类:
其他好文 时间:
2014-11-14 10:35:18
阅读次数:
154
作者 Chris
Swan ,译者 张晓鹏
Docker – 迄今为止的故事
Docker是一种Linux容器工具集,它是为“构建(build)、交付(ship)和运行(运行)”分布式应用而设计的。作为DotCloud公司的开源项目,其首发版本的时间是2013年的3月份。该项目很快就受到欢迎,这也使得DotCloud公司将其品牌改为Docker(并最终将其原有的P...
分类:
其他好文 时间:
2014-11-13 09:26:06
阅读次数:
381
weave简介Weave creates a virtual network that connects Docker containers deployed across multiple hosts.Applications use the network just as if the cont...
分类:
其他好文 时间:
2014-11-13 00:22:57
阅读次数:
492
1、鼠标放在圆形图片中,图片渐渐的变方形【17素材头像的特效,觉得不错就研究下来了 ————17sucai.com】img{border-radius:50%;transition: all .4s ease-out;}a:hover img{border-radius:0px;}2、当鼠标放到菜单...
分类:
Web程序 时间:
2014-11-12 13:28:02
阅读次数:
194
1,docker安装yum-yinstalldocker-io2,docker服务启动servicedockerrestart
chkconfigdockeron3,docker镜像下载dockerpullcentos64,dockerdockerfileSSH实现a)mkdir/data/docker/ssh-pb)vim/data/docker/ssh/DockerfileFROMcentos:centos6
MAINTAINERwilliam"swq.499809608@ho..
分类:
其他好文 时间:
2014-11-12 12:02:39
阅读次数:
285
利用Docker构建开发环境Posted bymakewonderon 2014 年 4 月 2 日最近接触PAAS相关的知识,在研发过程中开始使用Docker搭建了自己完整的开发环境,感觉生活在PAAS时代的程序员真是幸福,本文会简要介绍下Docker是什么,如何利用Docker来搭建自己的开发环...
分类:
其他好文 时间:
2014-11-11 19:00:06
阅读次数:
316