html, address,blockquote,body, dd, div,dl, dt, fieldset, form,frame, frameset,h1, h2, h3, h4,h5, h6, noframes,ol, p, ul, center,dir, hr, menu, pre {.....
分类:
Web程序 时间:
2014-09-15 19:06:59
阅读次数:
263
CSS居中一直是一个棘手的问题,偶然在网上看到一篇介绍的文章,总结的很详细。原文地址:http://css-tricks.com/centering-css-complete-guide/用了两天翻译了下,但水平实在有限。阅读地址:https://github.com/zjzhome/center-...
分类:
Web程序 时间:
2014-09-13 20:05:45
阅读次数:
191
水平居中的方法:1、margin:auto;2、text-align:center;3、posotion:50% + margin-left:-width/2;4、占位;5、JS动态控制;6、css弹性盒模型。垂直居中的方法:1、line-height(单行);2、padding-top;3、ver...
分类:
Web程序 时间:
2014-09-11 20:53:52
阅读次数:
191
1按钮组件(Button)(1)Button组件常用样式SWT.PUSH按钮SWT.CHECK多选按钮SWT.RADIO单选按钮SWT.ARROW箭头按钮SWT.NONE默认按钮SWT.CENTER文字居中与SWT.NONESWT.LEFT左对齐SWT.RIGHT右对齐SWT.BORDER深陷型按钮...
分类:
其他好文 时间:
2014-09-11 19:01:52
阅读次数:
334
本文首发于烂泥行天下。在上一篇文章中,我们介绍了有关KVM、kickstart与NFS集成的相关内容。在这节我们将继续介绍FTP与KVM、kickstart集成的相关操作。注意我们使用的是CentOS6.564bit,KVM已经安装完毕。既然是有关FTP,那么我们先来搭建FTP使用vsftpd。有关vsftpd的详细配置..
分类:
其他好文 时间:
2014-09-10 12:44:51
阅读次数:
262
普通的例如g++、deadbeef等源中有的软件,可以用apt-get安装1 sudo apt-get install XXX还有很多直接在software center搜索下载对于下载来源代码需要编译再运行的软件先用gunzip和tar解压出来然后是经典的三步1 ./configure2 make...
分类:
其他好文 时间:
2014-09-10 09:33:30
阅读次数:
178
安装配置SystemCenter2012R2VirtualMachineManager===========================================================安装WindowsAssessmentandDeploymentKit(ADK)8.1安装Microsoft.NETFramework3.5安装配置SQLServer2012SP1安装SystemCenter2012R2VirtualMachineManager配置System..
分类:
其他好文 时间:
2014-09-10 02:54:30
阅读次数:
271
一、EndpointProtection介绍MicrosoftSystemCenter2012R2EndpointProtection提供适用于Microsoft平台的反恶意软件和安全解决方案,将SystemCenter2012R2EndpointProtection与MicrosoftSystemCenter2012R2ConfigurationManager配合使用时,它可提供全面的企业管理解决方案,使你..
分类:
其他好文 时间:
2014-09-09 13:39:19
阅读次数:
417
Data Developer Center > Learn > Entity Framework > Get Started > Working with Transactions (EF6 Onwards) EF6 Onwards Only - The features, APIs, etc. d...
分类:
其他好文 时间:
2014-09-09 11:54:38
阅读次数:
269
CSS命名规则 头:header 内容:content/containe 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广...
分类:
Web程序 时间:
2014-09-09 11:35:28
阅读次数:
297