码迷,mamicode.com
首页 >  
搜索关键字:containe    ( 2242个结果
MySQL远程连接问题解决方法
问题:Host 'XXX' is not allowed to connect to this MySQL server. 原因分析: 1.登录到mysql: 在开始目录下管理员身份运行【MySQL 5.7 Command Line Client】Enter password: ********输入 ...
分类:数据库   时间:2019-02-11 12:41:07    阅读次数:223
redux
redux https://redux.js.org/ A predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in differ ...
分类:其他好文   时间:2019-02-11 00:58:26    阅读次数:176
[Johns Hopkins] R Programming 作業 Week 2 - Air Pollution
Introduction Introduction For this first programming assignment you will write three functions that are meant to interact with dataset that accompanie ...
分类:其他好文   时间:2019-02-09 20:53:53    阅读次数:261
重置node节点
删除node节点 删除通过csr请求后产生的所有文件和证书 [root@lab1 ~]# rm -rf /etc/kubernetes/kubelet.conf [root@lab1 ~]# rm -rf /etc/kubernetes/pki/kubelet* 重启所有节点的kubelet [ro... ...
分类:其他好文   时间:2019-02-09 14:36:42    阅读次数:684
07-css的继承性和层叠性
【转】07-css的继承性和层叠性 css有两大特性:继承性和层叠性 继承性 面向对象语言都会存在继承的概念,在面向对象语言中,继承的特点:继承了父类的属性和方法。那么我们现在主要研究css,css就是在设置属性的。不会牵扯到方法的层面。 继承:给父级设置一些属性,子级继承了父级的该属性,这就是我们 ...
分类:Web程序   时间:2019-02-07 12:09:39    阅读次数:186
Position属性四个值:static、fixed、absolute和relative的区别和用法
Position的属性值有:1. Absolute:绝对定位,是相对于最近的且不是static定位的父元素来定位 2. Fixed:绝对定位,是相对于浏览器窗口来定位的,是固定的,不会跟屏幕一起滚动。 3. Relative:相对定位,是相对于其原本的位置来定位的。 4. Static:默认值,没有 ...
分类:其他好文   时间:2019-02-03 18:09:12    阅读次数:338
把 14 亿中国人都拉到一个微信群在技术上能实现吗?
阅读本文大概需要 2.8 分钟。 作者:Max 来源:腾讯知乎官号 www.zhihu.com/question/293021546/answer/487157602 “最近,知乎上有一个非常热门的问题:“把 14 亿中国人民都拉到一个微信群里在技术上能实现吗?” 先说结论:也许可以实现,但你会什么 ...
分类:微信   时间:2019-02-02 10:44:04    阅读次数:191
【原创】运维基础之Docker(1)简介、安装、使用
docker 18.09 官方:https://docs.docker.com/ 一 简介 Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containe ...
分类:其他好文   时间:2019-02-01 18:04:07    阅读次数:141
AccessToken-->Password Grant
https://www.oauth.com/oauth2-servers/access-tokens/password-grant/ The Password grant is used when the application exchanges the user’s username and p ...
分类:数据库   时间:2019-02-01 17:59:57    阅读次数:155
Excel和CSV格式文件的不同之处
来源:https://blog.csdn.net/weixin_39198406/article/details/78705016 1.个人理解:为何选择使用csv来存储接口测试用例相关字段数据,而不选择excel,主要原因是 “CSV是安全的,可以清楚地区分数值和文本。CSV不处理数据并按原样存储 ...
分类:其他好文   时间:2019-01-30 17:10:07    阅读次数:168
2242条   上一页 1 ... 92 93 94 95 96 ... 225 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!