logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue安装sass(基于淘宝镜像)(三)

前言我的开发环境是按照百度搜索到的结果来配置的,结果成功。然后安装sass的时候,直接使用以下命令,来安装sass的时候,提示失败。npm install node-sass --save-devnpm install sass-loader --save-dev然后根据百度到的结果,有说是版本太高,给了以下命令:npm uninstall sass-loader(卸载当前版本)...

【java】java实现电子发票

前言帮别人查资料的时候偶尔看到的这篇文档,收集起来,说不定以后就用到了https://bbs.csdn.net/topics/392171370另外,当时做这个东西的人实现这个需求的方法是excel转的pdf。

解析http://www.baidu.com/link?url=

前言在网上搜索,有说url后面的参数是百度收录后生成的参数。解析方式:https://blog.csdn.net/weixin_30883777/article/details/94793401模拟请求,得到真正的地址php方式https://www.cnblogs.com/xcsn/p/4678304.html<?php$url = "http://www.baidu...

【vue】vue switch 使用async

前言如题转载自:https://coding.imooc.com/learn/questiondetail/44994.html示例watch: {value: {handler: function(newVal, oldval) {if (newVal && newVal.length > 0) {let temp = this.handleForamtRequest(ne

【spring boot】springboot项目注入@Datasource

前言之前记得想要注入dataSource,需要引入data-jpa依赖。现在搜到一篇文章,可以通过下面的方式实现:https://blog.csdn.net/qq_35760213/article/details/73863252实现方式使用Spring Boot默认数据源首先,添加依赖<!-- springboot jdbc --><dependency><grou

【feign】springcloud集成feign post 403(二)

前言如题,feign + post请求,报错403;解决思路一天一天的百度,一遍一遍测试还是不行,问群里没人回。或者是交易都不行有人说了,但是他的方法可以,到我这边就不行了。他用的是restTemplate,是这样传参的,通过requestHead有人说可以用RequestInterceptor 替代requestHead。下面是feign的测试思路/**...

No qualifying bean of type tk.mybatis.mapper.common.Mapper

前言springboot集成了tkMapper。现在在添加BaseService。报错信息org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'baseService': Injection of resource dependencies failed; nes...

【springboot】maven profileActive动态配置的使用

文章目录前言示例首先,在最上层pom文件添加如下配置然后,在模块内的pom文件添加配置接着添加多环境配置文件最后,是使用方法前言示例首先,在最上层pom文件添加如下配置<profiles><profile><id>dev</id><properties><profileActive>dev</profileActiv

#spring boot#maven#java
org.springframework.security.core.userdetails.UserDetails

前言集成spring security,项目启动,提示找不到UserDetails。解决办法所有引入了UserDetails实现类的代码,都要引入spring security的依赖。

    共 27 条
  • 1
  • 2
  • 3
  • 请选择