准备工作 安装必备工具 安装MySQL 安装PHP ...
分类:
其他好文 时间:
2017-11-07 11:15:59
阅读次数:
166
In a Database Replay workload capture, what client request information is gathered? (Choose all thatapply.)A. SQL textB. Shared server requests (Oracl ...
分类:
其他好文 时间:
2017-11-07 00:06:36
阅读次数:
155
npm i comment -s下载 局部模板引入,并设置为中国当地时间 编写过滤器,并对时间过滤 自己写的简单时钟 ...
分类:
其他好文 时间:
2017-11-06 19:05:37
阅读次数:
153
How strong are you?你有多强大?That is a tough question to answer, whether you are a man or a woman.不管你是男人还是女人,这都是个很难回答的问题。But, really, I want to ask… how d ...
分类:
其他好文 时间:
2017-11-06 15:32:30
阅读次数:
212
1. none:隐藏对象。与visibility属性的hidden值不同,其不为被隐藏的对象保留其物理空间 2. inline:指定对象为内联元素。 3. block:指定对象为块元素。 4. inline-block:指定对象为内联块元素。(CSS2) inline、block、inline-bl ...
分类:
Web程序 时间:
2017-11-06 13:54:21
阅读次数:
227
一、开发环境 ruby环境准备 下载 64位的 RubyInstaller并安装 地址http://rubyinstaller.org/downloads/勾选下面三个不用配置环境变量 Image.png 安装RubyGems 下载下来是一个压缩包,解压运行里面的 setup.rb 安装 rubyG ...
转自:http://www.hollischuang.com/archives/1716 目前几乎很多大型网站及应用都是分布式部署的,分布式场景中的数据一致性问题一直是一个比较重要的话题。分布式的CAP理论告诉我们“任何一个分布式系统都无法同时满足一致性(Consistency)、可用性(Avail ...
分类:
编程语言 时间:
2017-11-05 20:06:06
阅读次数:
171
python staticmethod and classmethod Though classmethod and staticmethod are quite similar, there’s a slight difference in usage for both entities: cla ...
分类:
编程语言 时间:
2017-11-04 23:40:55
阅读次数:
287
ansible playbook可以将多个命令组合来执行,但是很多时候我们需要接收服务器的反馈,所以debug模块就非常重要了。 模块说明 调试模块,用于在调试中输出信息 常用参数: msg:调试输出的消息 var:将某个任务执行的输出作为变量传递给debug模块,debug会直接将其打印输出 ve ...
分类:
其他好文 时间:
2017-11-04 11:34:33
阅读次数:
164