码迷,mamicode.com
首页 >  
搜索关键字:spec    ( 3135个结果
PowerMockito使用PowerMockIgnore注解消除类加载器引入的ClassCastException
The reason is that the XML framework tries to instantiate classes using reflection and does this from the thread context classloader (PowerMock's clas ...
分类:其他好文   时间:2020-01-10 01:02:56    阅读次数:110
Kubernetes保证集群内节点和网络安全
容器中指定固定的用户:spec.containers.securityContext.runAsUser: uid 容器内不允许root用户:spec.container.securityContext.runAsNonRoot:true 使用特权模式运行容器:spec.containers.sec ...
分类:Web程序   时间:2020-01-08 17:31:03    阅读次数:175
git 丢弃本地代码时遇到的问题
1、使用命令 git checkou -- *时报错: Unlink of file Failed. Should I try again? 原因及解决办法:由于文件正在被其他程序占用,git无法操作。所以先关掉占用文件的程序,比如编辑器,之后再使用git checkout -- *。 2、使用gi ...
分类:其他好文   时间:2020-01-07 19:39:54    阅读次数:103
matplotlib 教程简析
"介绍" "功能简介" "基础功能" "使用简介" "Pyplot示例" "图的种类" "图片示例" "一个完整的plot的例子" "使用style sheets与 rcParams控制格式" "style sheets" "rcParams" "中级功能" "Artist 教程" "legend ...
分类:其他好文   时间:2020-01-07 00:59:12    阅读次数:101
打开网络图片并展示
歌曲 ...
分类:其他好文   时间:2020-01-06 22:54:49    阅读次数:142
WebPack的配置(一、起步)
一、webpack是什么 简单来说它就是一个打包工具,将我们写的前端代码(包含js css less vue 之类的通通打包成一个js文件 图片除外,图片打包之后还是图片) 二、webpack的依赖 webpack它的配置依赖于node.js 这里我们用node.js下的npm工具来进行webpac ...
分类:Web程序   时间:2020-01-06 21:23:00    阅读次数:89
ThreadLocalRandom类
一、Random类 public class RandomTest { public static void main(String[] args){ Random random = new Random(); for (int i = 0; i < 10; i++){ System.out.pri ...
分类:其他好文   时间:2020-01-06 19:19:54    阅读次数:105
9、ZooKeeper安装教程详解
本文详细的描述了ZooKeeper在Linux操作系统下的安装
分类:其他好文   时间:2020-01-05 22:45:54    阅读次数:150
web 移动端开发手机查看效果
package.json 中 "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "webpack-dev-server --open --port 3000 --contentBase src --h ...
分类:移动开发   时间:2020-01-05 19:01:02    阅读次数:154
zookeeper的图形化工具ZooInspector的使用
一、在window,使用我们先打开Zookeeper,目录bin下的zkServer.cmd,把Zookeeper运行起来 二、可以使用目录bin下的zkCli.cmd,查询Zookeeper数据的方式,但是不够直观,比较乱 三、ZooInspector的使用1、下载https://issues.a ...
分类:其他好文   时间:2020-01-04 16:17:31    阅读次数:651
3135条   上一页 1 ... 44 45 46 47 48 ... 314 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!