http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/ResourceManagerRestart.html Feature Phase 1: Non-work-preserving RM restart As of Ha ...
分类:
其他好文 时间:
2019-05-31 21:55:38
阅读次数:
145
ul去除自带的样式 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> ul { list-style-type: none; padding-left: 0; } < ...
分类:
Web程序 时间:
2019-05-31 01:02:14
阅读次数:
132
在这里只说一种简单的方式就是在idea中进行简单的设置就可以:第一步:设置IDEA开启项目自动编译,进入设置找到Build,Execut, Deployment -> Compiler 勾选中左侧的Build Project automatically 第二步:IDEA开启项目运行时自动make, ...
分类:
其他好文 时间:
2019-05-30 22:00:50
阅读次数:
402
33、choosefourWhichfourstatementsaretrueaboutthecomponentsoftheOracleScheduler?A)Aprogramandschedulecanbespecifiedaspartofajobdefinition.B)Ajobmaygetstartedautomaticallywhenawindowopens.C)Aschedulerjob
分类:
其他好文 时间:
2019-05-22 14:11:38
阅读次数:
98
这篇文章讲了angular reactive form, 这里是angular file upload 组件 https://malcoded.com/posts/angular-file-upload-component-with-express/ 原文:https://malcoded.com/ ...
分类:
其他好文 时间:
2019-05-14 19:24:52
阅读次数:
138
1、初始化操作MHA:192.168.2.6master:192.168.2.16slave1:192.168.2.26slave2:192.168.2.36master:[root@master~]#yum-yinstallmariadb-server[root@master~]#vim/etc/my.cnf[mysqld]server_id=16skip_name_resolve#跳过ip地址
分类:
数据库 时间:
2019-05-09 00:46:55
阅读次数:
205
A. Way Too Long Words time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A. Way Too Long Wor ...
分类:
其他好文 时间:
2019-05-08 00:24:17
阅读次数:
173
1、辅助定位bug 我们在测试工作中经常会遇到这些情况, 例如:在APP界面输入数据,点击下一步时,提示错误;这时候不能判断问题的根本原因在哪里,是前端页面作限制导致?还是前端request的参数问题,又或者是后台程序挂了? 这个时候就可以通过fiddler抓包,分析request(http请求)、 ...
分类:
其他好文 时间:
2019-05-05 01:23:26
阅读次数:
149
今天在用nginx做反向代理时,由于一个tomcat下有多个应用,因此要在tomcat做域名绑定。tomcat启动后,通过域名+端口是可以访问到页面的,但是通过nginx转发后就不能访问了,因此tomcat配置是没有问题的。 然后看nginx配置文件,其中转发部分 过于简单,还需要讲请求头一起发送给 ...
分类:
其他好文 时间:
2019-04-26 00:05:15
阅读次数:
164