码迷,mamicode.com
首页 >  
搜索关键字:stand    ( 1367个结果
Spark任务提交和执行流程
本文转自:https://www.cnblogs.com/chhyan-dream/p/12013463.html 1、概述 为了更好地理解调度,我们先看一下集群模式的Spark程序运行架构图,如上所示: 2、Spark中的基本概念 1、Application:表示你的程序 2、Driver:表示m ...
分类:其他好文   时间:2021-06-02 15:22:12    阅读次数:0
MySQL性能篇之日志管理
MySQL 支持丰富的日志类型,如下: 事务日志:transaction log 事务日志的写入类型为"追加",因此其操作为"顺序IO";通常也被称为:预写式日志 write ahead logging 事务日志文件: ib_logfile0, ib_logfile1 错误日志 error log ...
分类:数据库   时间:2021-05-24 15:37:46    阅读次数:0
The Most Popular Serverless Deployment Tools
Serverless deployment is a key consideration when starting to write software using Function-as-a-Service services such as AWS Lambda. In the beginning ...
分类:其他好文   时间:2021-05-03 11:50:17    阅读次数:0
mybatis 3.3.0之前版本的一个空指针BUG
最近在排查一个ORM层相关的生产BUG时,在网上查找资料,看到一些人反馈mybatis 3.3.0之前版本的一个空指针BUG,于是自己看源码研究了一下,还真有这种问题,下面以mybatis 3.1.1版本源码作为说明。 BUG产生的源头在OGNL表达式上,直接根据结论放上自己的一个测试类,断点选择在 ...
分类:其他好文   时间:2021-04-15 12:39:39    阅读次数:0
Centos7安装nacos1.3.2-开机启动以及遇到的坑
jdk1.8MySQL服务(5.6.5+) 上传并解压下载Nacos安装包https://github.com/alibaba/nacos/releases/上传至 /usr/local 目录下tar -zxvf nacos-server-1.3.2.tar.gz解压完毕后 /usr/local 下 ...
分类:其他好文   时间:2021-03-09 13:00:17    阅读次数:0
Go string 一清二楚
字符串(string) 作为 go 语言的基本数据类型,在开发中必不可少,我们务必深入学习一下,做到一清二楚。 ...
分类:其他好文   时间:2021-02-18 13:44:56    阅读次数:0
1337. The K Weakest Rows in a Matrix (E)
The K Weakest Rows in a Matrix (E) 题目 Given a m * n matrix mat of ones (representing soldiers) and zeros (representing civilians), return the indexes ...
分类:其他好文   时间:2021-02-18 13:02:33    阅读次数:0
The Meta-Object System Signals & Slots
The Meta-Object System | Qt Core 6.0.1 https://doc.qt.io/qt-6/metaobjects.html Signals & Slots | Qt Core 6.0.1 https://doc.qt.io/qt-6/signalsandslots. ...
分类:Web程序   时间:2021-02-15 11:54:10    阅读次数:0
Eclipse启动server报错Failed to start component [NonLoginAuthenticator[StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]]
Eclipse启动server报错Failed to start component [NonLoginAuthenticator[StandardEngine[Catalina].StandardHost[localhost].StandardContext[]]] 1、查看对应JRE,这里使用的 ...
分类:系统相关   时间:2021-02-08 12:33:20    阅读次数:0
关于notepad++不能设置中文的解决方法
好久没用notepad++了,最近遇到一个base64的音频文件,想起来notepad++挺好用的 于是安装好 然后发现 最新的notepad++竟然不能显示中文界面 这怎么可以呢! 上网搜 果然 作者反华,在语言包里动了手脚,所以中文包就读不出来了 (我当时看到n++官网上stand with h ...
分类:其他好文   时间:2021-01-30 12:09:11    阅读次数:0
1367条   上一页 1 2 3 4 ... 137 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!