黎明之道 黎明之道
4年前
python数据分析与可视化——时间序列数据分析
时间序列数据分析日期和时间数据类型datetime构造Python标准库中包含了用于日期(date)、时间(time)、日历(calendar)等功能的数据类型,主要会用到datetime、time、ca
前端麦小子 前端麦小子
2年前
JavaScript异步的实现
你好,我是麦小子。编程领域的概念大多来自生活,异步也是如此。JS中的异步,有回调函数,期约,异步函数几种实现方式,一起探讨一下吧。
Stella981 Stella981
4年前
SecurityContextHolder.getContext().getAuthentication()为null的情况
原理:UserDetails userDetails\(UserDetails)SecurityContextHolder.getContext().getAuthentication().getPrincipal();如果想用上面的代码获得当前用户,必须在spring security过滤器执行中执行,否则在过滤链执行完时org.spri
Stella981 Stella981
4年前
Spring Cloud系列教程(十四):服务追踪SpringCloud Sleuth集成Zipkin持久化数据存储Mysql(Finchley版本)
一、前言在上一篇文章中:SpringCloud系列教程(十三):服务追踪SpringCloudSleuthZipkin(Finchley版本)(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fthinkingcao.blog.csdn.net%2Farticl
Stella981 Stella981
4年前
SpringBoot自定注解+SpringAop实现操作日志
使用自定义注解SpringAop实现操作日志记录,记录内容包括请求参数、请求方法、请求响应时间等的记录。一、在pom文件中,引入依赖包和插件。<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootsta
Wesley13 Wesley13
4年前
MySQL数据库函数、DCL详解(及备份恢复操作)
MySQL中的函数<1加密函数password(str)该函数可以对字符串str进行加密,一般情况下,此函数给用户密码进行加密selectpassword('ruochen666');selectPASSWORD(ename)fromemp
Stella981 Stella981
4年前
Redis为什么快呢?而查询为何会变慢呢?
越努力,越幸运,本文已收藏在Gitee中JavaCommunity(https://gitee.com/JavaCommunity/JavaCommunity),里面有面试分享、源码分析系列文章,欢迎收藏,点赞https://gitee.com/JavaCommunity/JavaCommunity(https://gitee.com/Java
Stella981 Stella981
4年前
Jenkins 安装和配置、启动jar包
一、下载jekins.war包下载地址https://jenkins.io/doc/book/installing/二、安装将war包放在tomcat中,并且启动tomact。启动成功后访问http://192.168.52.129:8080/jenkins/(https://www.oschina.net/acti
小万哥 小万哥
1年前
MySQL 数据库表格创建、数据插入及获取插入的 ID:Python 教程
创建表格要在MySQL中创建表格,请使用"CREATETABLE"语句。确保在创建连接时定义了数据库的名称。示例创建一个名为"customers"的表格:pythonimportmysql.connectormydbmysql.connector.conn
敏捷开发 敏捷开发
1年前
关于开源软件的七大错误认知(上)
开源软件已经像水和电一样融入到了我们日常的生活中,但我们对开源软件还有很多错误的认知,我尝试站在开源软件作者的角度来进行总结。