一、开发标签库1.1、开发防盗链标签 1、编写标签处理器类:RefererTag.java 1 package me.gacl.web.simpletag; 2 3 import java.io.IOException; 4 import javax.servlet.http.HttpServl.....
分类:
编程语言 时间:
2014-11-11 12:06:02
阅读次数:
418
1 #include 2 #include 3 #include 4 5 6 struct List 7 { 8 struct Link*first; 9 struct Link*last; 10 }; 11 12 struct Link 13 { 14 ...
分类:
编程语言 时间:
2014-11-11 00:43:25
阅读次数:
185
http://www.nowamagic.net/librarys/veda/detail/2262从十七八岁到二十七八岁的差不多十年时间里,大多数人都处于浮躁状态。如果你恰好这样,只能表明一件事情:你很正常——还是那句话:相信我,你并不孤独。浮躁的第一个原因,是因为学习并精通一项技能,往往需要5到...
分类:
其他好文 时间:
2014-11-10 21:28:57
阅读次数:
223
Learning Puppet — Resource OrderingLearn about dependencies and refresh events, manage the relationships between resources, and discover the fundament...
分类:
其他好文 时间:
2014-11-07 16:32:34
阅读次数:
318
一、简介1、ansible简介ansible官方的title是“AnsibleisSimpleITAutomation”——简单的自动化IT工具。这个工具的目标有这么几项:自动化部署APP;自动化管理配置项;自动化的持续交付;自动化的(AWS)云服务管理。所有的这几个目标本质上来说都是在一个台或者几台服务器上,..
分类:
其他好文 时间:
2014-11-07 15:09:11
阅读次数:
14059
BeginIn a text editor —vim,emacs, ornano— create a file with the following contents and filename:written and applied your first Puppet manifest.[root@...
分类:
其他好文 时间:
2014-11-06 17:20:35
阅读次数:
392
Learning Puppet — Resources and the RALWelcome to Learning Puppet! This series covers the basics of writing Puppet codeBeginLog into the Learning Pupp...
分类:
其他好文 时间:
2014-11-06 16:41:41
阅读次数:
156
EFS加密虽然安全级别很高,但是对用户的技术水平要求较高,对于普通用户,也可以借助于一些工具软件来对文件加密,比如微软的MicrosoftPrivateFolder。MicrosoftPrivateFolder不像EFS那样与用户账号绑定,即使系统崩溃或重装,加密数据也可轻松恢复。而且这是一款免费软件,从..
分类:
其他好文 时间:
2014-11-06 15:06:33
阅读次数:
172
1、创建模块目录结构注意:在未指定modulepath搜索路径的情况下,会有默认搜索路径的,可通过以下方式查看到[root@puppetmaster~]#puppetmaster--genconfig>/etc/puppet/puppet.conf.out
[root@puppetmaster~]#cat/etc/puppet/puppet.conf.out|grepmodulepath
modulepath=/e..
分类:
其他好文 时间:
2014-11-04 15:20:53
阅读次数:
248
勿以恶小而为之,勿以善小而不为。惟贤惟德,能服于人。—— 刘 备
本讲内容:Animation 动画
一、Interpolator 插值器 (定义动画变化的速率) 我们也可以自定义的插值器
Interpolator对象
资源ID
功能作用
AccelerateDecelerateInterpolator
@android...
分类:
移动开发 时间:
2014-11-04 09:26:32
阅读次数:
151