山有木兮*_*
码龄6年
关注
提问 私信
  • 博客:40,766
    40,766
    总访问量
  • 34
    原创
  • 676,573
    排名
  • 84
    粉丝
  • 0
    铁粉

个人简介:每个不曾起舞的日子,都是对生命的辜负

IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:辽宁省
  • 加入CSDN时间: 2018-11-28
博客简介:

邱海健的博客

查看详细资料
个人成就
  • 获得15次点赞
  • 内容获得15次评论
  • 获得40次收藏
创作历程
  • 14篇
    2021年
  • 11篇
    2020年
  • 10篇
    2019年
成就勋章
TA的专栏
  • js
    3篇
  • sql
    1篇
  • java
    8篇
  • 后台sql
    2篇
  • 微信小程序
    7篇
  • 工具类
    1篇
  • js工具类
    3篇
  • ionic
    1篇
  • angular
    1篇
  • vue
    7篇
创作活动更多

HarmonyOS开发者社区有奖征文来啦!

用文字记录下您与HarmonyOS的故事。参与活动,还有机会赢奖,快来加入我们吧!

0人参与 去创作
  • 最近
  • 文章
  • 代码仓
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

springboot加nue

发布资源 2022.05.30 ·
7z

vue 拖拽功能vue 拖拽功能vue 拖拽功能

发布资源 2022.03.21 ·
7z

echars

https://www.makeapie.com/explore.htmlhttps://echarts.apache.org/examples/zh/index.html
原创
发布博客 2021.06.18 ·
193 阅读 ·
0 点赞 ·
1 评论 ·
0 收藏

springboot+vue.7z

发布资源 2021.06.04 ·
7z

test(springboot+vue) (2).7z

发布资源 2021.06.03 ·
7z

java vue 上传文件 下载文件

上传文件代码vue代码() <el-upload class="upload-demo" action='/rest/admin/uploading' :headers="header" :on-preview="handlePreview" :on-remove="handleRemove" :before-remove="beforeRemove" multiple :on-exceed="handleExceed" :file-list
原创
发布博客 2021.05.17 ·
570 阅读 ·
0 点赞 ·
0 评论 ·
2 收藏

Spring Boot整合MyBatis连接数据库

1.引入依赖(一个是mybatis的依赖用来操作数据库,另一个是postgresql如果需要mysql引入mysql的) <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <scope>compile</scope> </dependen
原创
发布博客 2021.05.14 ·
243 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

springboot + vue 后台token生成 拦截器 redis实现 前台封装axios xueX 接口实现

后台后台程序图片新建token的基础类public class Constants { public final static String TOKEN = "token";}配置redispom.xml中添加依赖<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis&
原创
发布博客 2021.05.13 ·
435 阅读 ·
1 点赞 ·
3 评论 ·
1 收藏

java controller 返回页面的公共方法

controller例子 /** * 根据id查询 * * @param id * @return 当前设备id的所有信息 */ @ResponseBody @RequestMapping(value = "/getDeviceById", method = RequestMethod.GET) public ReturnDto getDeviceById(@RequestParam("id") Integer id) { // CommonUtils.returnDto这个
原创
发布博客 2021.05.10 ·
684 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

java中使用redis

@Componentpublic class RsUtil { @Resource public RedisTemplate<String, String> redisTemplate; @Autowired public PropertiesConfig properties; /** * 将数据插入redis * * @param key 索引 * @param value 值 */ public void set(Strin
原创
发布博客 2021.05.06 ·
103 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

SmartProjection.7z

发布资源 2021.05.06 ·
7z

java文件上传

/** * 文件上传 * * @param request 文件上传请求 * @return 返回值 */ @ApiOperation("文件上传") @ApiImplicitParams({}) @PostMapping(value = "/uploading") @ResponseBody public String uploadFile(HttpServletRequest request) { MultipartHttpServletRe..
原创
发布博客 2021.04.28 ·
81 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Vue过滤器 拼接使用

/*** 根据每条信息的status判断将哪一类型的信息存放到过渡用数组* 再次点击时从过渡数组中取出相应类型信息赋值到当前实际显示的表格数组中* @param value1 @param value2 @param status*/xxx(value1, value2, status) {value1.push.apply(value1,value2.filter(value => value.xxx === status))return value2.filter(value
原创
发布博客 2021.04.02 ·
316 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

border 三角形

.triangle-left{ display: inline-block; width: 0px; height:0px; border-style: solid; border-top: 5px solid transparent; border-right: 11px solid #4688C4; border-bottom: 6px solid transparent; ...
原创
发布博客 2021.03.11 ·
99 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

select 取消下拉框倒小三角形样式

style="-webkit-appearance: none;-webkit-tap-highlight-color: #fff; outline: 0;"
原创
发布博客 2021.02.26 ·
858 阅读 ·
0 点赞 ·
1 评论 ·
0 收藏

jdk8 stream用法 循环迭代(代替for循环)

参考https://blog.csdn.net/mu_wind/article/details/109516995map 映射 filter 筛选String类型有一个方法:contains(),该方法是判断字符串中是否有子字符串。如果有则返回true,如果没有则返回false。.collect(Collectors.toList()) 收集 归集List<xxxVO> xxx = xxx;List<String> ids = xxx .stream().map(xxxV
原创
发布博客 2021.02.05 ·
717 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

sql 语句

varchar类型转成小数点进行计算 ROUND函数取几位小数ROUND(xxx::DECIMAL /xxx2::DECIMAL,9)小数点后为0进行切割替换substr( xxx, "length" ( xxx), "length" ( xxx)) = '0'
原创
发布博客 2021.01.28 ·
67 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

java 动态导出word

1.zip压缩文件2.xml文件,需要替换的用特定的字符替换。package com.bootdo.common.utils;import freemarker.template.Configuration;import freemarker.template.Template;import org.springframework.boot.system.ApplicationHome;import org.springframework.util.ResourceUtils;import
原创
发布博客 2021.01.26 ·
431 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

js 正则校验

onkeyup="this.value= this.value.match(/\d+(\.\d{0,2})?/) ? this.value.match(/\d+(\.\d{0,2})?/)[0] : ''"
原创
发布博客 2021.01.18 ·
1053 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

java 字符串表达式计算值

//解析表达式 public static String getResult(String expr) throws Exception { try { System.out.println("计算"+expr); /*数字栈*/ Stack<BigDecimal> number = new Stack<BigDecimal>(); /*符号栈*/ Stack<String> operator = new
原创
发布博客 2020.12.23 ·
1135 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏
加载更多