chrom and Safari浏览器: webkit核心的浏览器。使用CSS3渐变方法(css-gradient) -webkit-gradient(type, start_point, end_point, / stop...) -webkit-gradient(type, inner_cent ...
分类:
其他好文 时间:
2017-07-22 12:08:35
阅读次数:
308
安装CentOS7系统安装步骤略过拓扑连接:一、安装前准备工作1、修改主机名;将主机名更改为上图中对应的主机名。[root@localhost~]#vim/etc/hostname2、更新主机上的hosts文件,将主机名与如下IP进行解析。192.168.100.128ceph-node1192.168.100.129ceph-node2192.168.100.130ce..
分类:
其他好文 时间:
2017-07-18 10:03:02
阅读次数:
303
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> .d1{ width: 100px; height: 30px; border: 1px solid black; text-align: cent ...
分类:
Web程序 时间:
2017-07-17 17:14:53
阅读次数:
218
CentOS7.3编译安装python3.6一、前言最近迷上了python,所以准备开始上手python。由于python2维护较少,python3必然是趋势了,所以我准备用python3.6学习python。CentOS7.3默认安装的是python2.7,所以我需要从官网上下载python3.6并编译安装python3.6,但是比较尴尬的是,Cent..
分类:
编程语言 时间:
2017-07-09 19:36:43
阅读次数:
559
1安装相关的软件包:[root@ansible~]#uname-r3.10.0-123.9.3.el7.x86_64[root@ansible~]#yum-yinstallsendmailmailx2修改host文件,本机IP为192.168.1.12:[root@ansible~]#hostnameansible[root@ansible~]#vim/etc/hosts192.168.1.12ansiblelocalhost.localdomain3重启sendmai..
分类:
其他好文 时间:
2017-06-28 18:51:08
阅读次数:
139
删除没有蓝色button的行。 <html> <tr> <td>凉山彝族自治州分行</td> <td>管理网</td> <td>离行式ATM</td> <td class="text-center">MSTP</td> <td>西昌市西客站航天阳光</td> <td class="text-cent ...
分类:
其他好文 时间:
2017-06-28 11:49:34
阅读次数:
162
在笔者之前的博文《关于httpd2.x,mod_auth_mysql模块的安装配置以及对aes加密的支持》中,所提及到的mod_auth_mysql模块,是专门用于Apachehttpd的第三方认证模块。在本文中,将介绍在Nginx上面相对应的一个模块,nginx_auth_mysql。准备工作下载nginx_auth_mysql的源代码Cent..
分类:
数据库 时间:
2017-06-24 21:04:09
阅读次数:
608
在之前的我的博客项目中,我将.net Core发布到Cent OS 上,使用的Nginx代理以及Supervisor进程守护,看过我的博客的童鞋,也会发现,这种方式比较麻烦,光命令行就看的头大,总共部署了两次还是三次,可是每次一样都是要翻博客翻资料,想想还是IIS好用,点几下鼠标就完成了,没有这么多 ...
分类:
Web程序 时间:
2017-06-23 00:44:22
阅读次数:
214
如何使用CSS让DIV居中显示,让div水平居中有哪些CSS样式呢? 需要的主要css代码有两个,一个为text-align:center(内容居中),另外一个为margin:0 auto;其两个样式需要配合使用才能实现div盒子的居中显示排版。 首先我们对body设置text-align:cent ...
分类:
Web程序 时间:
2017-06-22 21:49:55
阅读次数:
246
yum-ygroupinstall"Developmenttools"yum-yinstallncurses-develpcre-developenssl-develbisoncd/optwgethttps://nchc.dl.sourceforge.net/project/boost/boost/1.59.0/boost_1_59_0.tar.gztar-zxfboost_1_59_0.tar.gz备注:boost是免费的第三方c++库。wgethttps://cmake.org/f..
分类:
数据库 时间:
2017-06-16 15:15:31
阅读次数:
227