HttpServletRequest httpServletRequest = ((ServletRequestAttributes) RequestContextHolder.currentRequestAttributes()).getRequest(); log.info(" "); log. ...
分类:
编程语言 时间:
2021-06-02 19:49:05
阅读次数:
0
日志猫的使用 logcat //区别 输出颜色不同 级别不同 Log.v("MainActivity", "verbose");//黑色的日志 Log.d("MainActivity", "debug"); //蓝色的日志 Log.i("MainActivity", "info"); // 绿色的日 ...
分类:
其他好文 时间:
2021-06-02 19:48:28
阅读次数:
0
06月 I love being a kid. I have my whole life ahead of me. 我喜欢当一个小孩,可以书写大好前程。——2021.06.01 其他: 有道词典_每日一句_总贴 ...
分类:
其他好文 时间:
2021-06-02 19:44:36
阅读次数:
0
环境介绍 RHEL8 nginx 192.168.92.129 RHEL8 myxql 192.168.92.130 RHEL8 php 192.168.92.131 nginx配置 //关闭服务器和selinux [root@nginx ~]# systemctl disable --now fi ...
分类:
其他好文 时间:
2021-06-02 19:38:14
阅读次数:
0
? 摘要:随着21世纪互联网的迅猛发展,电子商务改变了人们购物的方式,在线购物成为人们生活中 下载地址:https://download.csdn.net/download/qq_31293575/18340399 重要组成部分。本购书网站采用JAVA技术开发,存储数据使用的数据库是mySQL数据库 ...
分类:
数据库 时间:
2021-06-02 19:31:01
阅读次数:
0
一、前言 平时开发都有用到数据库,也知道里面有锁的说法,那什么是锁? 锁有哪些作用? 有哪些锁?以下以MySQL8来说 二、什么是锁 锁是用于管理对共享资源并发访问的一种机制, 且是数据库系统区别于文件系统的一个关键特性。 三、为什么需要锁 举个现实生活中的例子:商品搞活动时,商品数少但价格优惠引来 ...
分类:
数据库 时间:
2021-06-02 19:28:51
阅读次数:
0
spark连接mysql数据库 安装启动检查Mysql服务。netstat -tunlp (3306) spark 连接mysql驱动程序。 cd /usr/local/hive/lib ls mysql* cp mysql-connector-java-5.1.40-bin.jar /usr/lo ...
分类:
数据库 时间:
2021-06-02 19:08:19
阅读次数:
0
常见的abap代码备份及还原工具有:Mass Download; SAP Link和 abapGit https://docs.abapgit.org/guide-install.html 登陆语言请使用 EN 下载单机版本, 地址:https://raw.githubusercontent.com ...
分类:
其他好文 时间:
2021-06-02 19:05:31
阅读次数:
0
1.主节点线程状态(Replication Master Thread States): Finished reading one binlog; switching to next binlog 线程 已经完成读取 binlog 文件,并切换到下一个 binlog 文件 Master has se ...
分类:
数据库 时间:
2021-06-02 19:03:34
阅读次数:
0
1. 安装启动检查Mysql服务。##netstat -tunlp (3306) cd /usr/local/hive/lib ls mysql* cp mysql-connector-java-5.1.40-bin.jar /usr/local/spark/jars/ cd /usr/local/ ...
分类:
数据库 时间:
2021-06-02 19:00:44
阅读次数:
0