字体背景及颜色的控制. 1. p标签 If there is any question , Please feel free to contact us. Thank you for your time 123<p style="background-color:#398BFC;font-size:14px; color: rgb(255, 255, 255); font-family: arial; font-weight: Bold;"> If there is any question , Please feel free to contact us. Thank you for your time </p> 2. span标签 If there is any question […]
themes\flatsome\404.php 分析 1. 引用header部份 1<?php get_header(); ?> 2. 引用Footer部份 1<?php get_footer(); ?> 3. 修改 “404” 1<div class="col medium-3"><span class="header-font" style="font-size: 6em; font-weight: bold; opacity: .3">404</span></div> 4. 修改 “Oops! That page can’t be found.” 1<h1 class="page-title"><?php esc_html_e( ‘Oops! That page can’t be found.’, ‘flatsome’ ); ?></h1> 5. 修改 “It looks like nothing was found at this […]
123456原来链接: https://www.cnblogs.com/shuizhidao/p/12250953.html 视频链接: https://www.bilibili.com/video/av5862916?p=4 PDF链接: https://pic.bndstone.com/html5_css3.pdf http://www.52zxw.com/kecheng_121.html https://v.qq.com/x/page/e0883myunjn.html [html5+css3视频教程(全227讲] 参考手册 文档说明 1234567891011 <!DOCTYPE html> 告诉浏览器要处理的为html文档 <html lang="en"> 文档中html部分的开始,属性language,en=English,zh=Chinese <head> 提供有关文档内容和标注信息 <meta charset="UTF-8"> 定义编码格式 <title> 标题 编辑主体 基本元素 12345678910111213<h1> 标题大小 <a href="http://…" target="…"> 超链接,href=链接目标,target="_blank"为新建窗口打开,默认为本地刷新 <b> 粗体 <em> 斜体 <u> 下划线,不推荐使用 <s> 删除线 <br/> 换行 表格元素 123456789<table> 表格 <tr> 行 <td> 列 <th> 表头 colspan […]
1 HTML5 + CSS3 第1课 1-1. Html 标签 1<html>……</html> 1-2. head标签 1<head>……</head> 1-3. body标签 1<body>……</body> 1-4. title标签 1<title>……</title> 1-5. 换行标签 1<br /> 1-6. 水平分割线标签 1<hr /> 1-7. 注释标签 1 1-8. 1级标题标签 1<h1>……</h1> 1-9. 2级标题标签 1<h2>……</h2> 1-10. 3级标题标签 1<h3>……</h3> 1-11. 段落文本 1<p>……</p> 1-12. 标识预定义文本 1<pre>……</pre> 1-13. 标识引用文本 1<blockquote>……</blockquote> 2-1. 加粗显示文本 1<b>……</b> 2-2. 斜体文本 1<i>……</i> 2-3. 闪烁文本 […]
0. 快速扫描是否有坏道 1https://winsoft.bndstone.com/HD_Tune_Pro_5.50_汉化破解版.zip DiskGenius格式化 ext4 U盘 1. 下载: https://winsoft.bndstone.com/DG511696_x86.zip 2. 使用教程: 以 管理员身份 打开 DiskGenius.exe 这时系统已经识别出 u盘了.
ZeroTier-One搭建moon完整过程 12https://blog.csdn.net/qq_29050599/article/details/95757115 https://www.cnblogs.com/qanholas/p/12306402.html 备注: 更新后的网络及moon id 12345curl -s https://install.zerotier.com/ | sudo bash //CentOS 7 安装ZeroTier-One zerotier-cli join c7c8172af117fa16 //加入网络c7c8172af117fa16 zerotier-cli orbit d5d04c0cca d5d04c0cca //加入moon zerotier-cli listpeers […]
物理机安装CentOS 7.4 位[笔记本上安装CentOS 7.4 64位] UltraISO使用教程 1http://jingyan.baidu.com/article/49711c614d0971fa451b7c59.html 1-1. UltraISO 下载地址: 13225921203@pan.baidu.com/重要文件/winsoft/UltraISO_one_gr.zip 2-1. 打开UltraISO – 文件 – 打开 – CentOS-7-x86_64-DVD-1708.iso 2-2. 启动 – 写入硬盘镜像 2-3. 选择你的U盘 写入方式 [CentOS 6.5 选择 “USB-HDD+”] 写入方式 [CentOS 7 选择 “USB-HDD+V2”] 2-4. 点击写入,开始写入 2-5. 完成 开始安装系统 [https://www.cnblogs.com/wcwen1990/p/7630545.html] 笔记本一开机就按F9 选 “USB hard drive – Sony storage media” – 回车键 选 “Install CentOS […]
CentOS下查看温度及风扇转速的方法 1https://www.jb51.net/os/RedHat/524872.html 1. 安装 lm_sensors 软件包 (如果已安装了此软件了,1和2步都跳过吧): 1sudo yum install lm_sensors 2. 手动配置下(一路yes或enter就行了): 1sudo sensors-detect 3. 最后打开终端输入: 1sensors 4. 温度每秒刷新一次 1watch -n 1 -d sensors
Windows 2008 R2 把用户”versxxxxx”提升为超级管理员. 1https://www.cnblogs.com/dongmengze/p/11014047.html 开始 — 运行 — “regedit” – 回车键 我们可以看到SAM [计算机/HKEY_LOCAL_MACHINE/SAM/SAM]目录下什么都没有,我们需要进行权限设置 编辑—权限。。。然后把Administrator的权限改为完全控制 重启电脑,让更改生效 各目录下找到User—000001F4打开,把F里面的二进制复制 位置:计算机/HKEY_LOCAL_MACHINE/SAM/SAM/Domains/Account/Users 粘贴到000003E9(这个也就是我们新建的用户“Verxxxxx”)的F里面。 确定退出。 这时我们需要重新启动计算机。 我们还用用户“verxxxxx”登陆 这时我们看到,用户“凯文”有了跟管理员一样的权限
备注: 1. 有设置 /etc/rsyncd.conf 这台主机. /etc/rsyncd.secrets 一定是 “root:Ancky_123” 而不是 “Ancky_123” 2. 没有设置 /etc/rsyncd.conf 这台主机 ,/etc/rsyncd.secrets 也要设置,否则会报错. 3. 两台服务器都要 禁用SELinux ,否则 会报错 rsync failed: Permission denied 1vi /etc/selinux/config 1SELINUX=disabled //然后reboot重启 rsync 实现 Windows –>> CentOS 之间数据同步 123https://blog.csdn.net/mshxuyi/article/details/100140447 https://www.cnblogs.com/zhangweiyi/p/10571273.html https://www.osyunwei.com/archives/4788.html 服务器端 windows 7 47.240.35.199 客户终端 CentOS 7.4 121.196.179.9[或家里笔记本] 需求: centos 根据定时任务运行脚本 自动同步 服务器端 winserver 的数据 […]