Ansible 常用模块 参考地址: https://docs.ansible.com/ansible/latest/modules/modules_by_category.html ping command and shell # 注意区别和相同 # command 不能识别变量以及引号内容 ro ...
分类:
系统相关 时间:
2021-01-19 12:09:17
阅读次数:
0
https://codeforces.ml/contest/1465/problem/D 参考:https://www.cnblogs.com/JDFZ-ZZ/p/14171488.html & https://blog.csdn.net/weixin_43918473/article/detail ...
分类:
其他好文 时间:
2021-01-19 12:01:51
阅读次数:
0
https://www.cnblogs.com/mr-wuxiansheng/p/6974170.html ...
分类:
其他好文 时间:
2021-01-19 11:57:04
阅读次数:
0
#HTML&CSS(一) ###1.img标签的alt与title有什么异同? A: 在不同的浏览器,表现不一样 B: alt作为图片的替代文字出现 ,title是图片的解释文字 C: title作为图片的替代文字出现,alt是图片的解释文字 D: 以上说法都不正确 2. 以下哪个不是 html5 ...
分类:
其他好文 时间:
2021-01-19 11:55:50
阅读次数:
0
html代码复制可直接使用 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="https://www.layui.com/a ...
分类:
其他好文 时间:
2021-01-19 11:55:21
阅读次数:
0
MyEclipse自动生成注释配置:Window ->preference--> Java --> Code Style --> Code Templates参考资料:http://www.cnblogs.com/o-andy-o/archive/2012/08/11/2634116.html Fi ...
分类:
系统相关 时间:
2021-01-18 11:43:26
阅读次数:
0
1 <html> 2 <!--声明式:不能显示--> 3 <head> 4 <!--设置网页编码--> 5 <meta charset="utf-8"/> 6 <!--关键词:是否能被搜索引擎搜到--> 7 <meta name ="keywords" content="学习html"/> 8 <! ...
分类:
其他好文 时间:
2021-01-18 11:39:53
阅读次数:
0
◆以下来自:Oracle 执行计划(Explain Plan):https://www.cnblogs.com/xqzt/p/4467867.html ※ 很强 1,取得执行计划(autotrace) 1.1 设置autotrace 序号 命令 解释 1 SET AUTOTRACE OFF 此为默认 ...
分类:
其他好文 时间:
2021-01-18 11:35:03
阅读次数:
0
1 <html> 2 <!--声明式:不能显示--> 3 <head> 4 <!--设置网页编码--> 5 <meta charset="utf-8"/> 6 <!--关键词:是否能被搜索引擎搜到--> 7 <meta name ="keywords" content="学习html"/> 8 <! ...
分类:
其他好文 时间:
2021-01-18 11:32:53
阅读次数:
0
##1、安装插件 安装: npm install lib-flexible postcss-px2rem ##2、删除public中index.html里面的meta标签 删除<meta name='viewport'>标签,flexible会自动为页面添加此标签,动态控制initial-scale ...
分类:
移动开发 时间:
2021-01-18 11:29:59
阅读次数:
0