上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 29 下一页
摘要: package com.sxt.thread; /** * Lambda表达式 简化线程(用一次)的使用 * @author 裴新 * */ public class LambdaThread { //静态内部类 static class Test implements Runnable{ publ 阅读全文
posted @ 2021-03-09 15:01 xiondun 阅读(120) 评论(0) 推荐(0) 编辑
摘要: SpringBoot开发详解(五)--Controller接收参数以及参数校验 本文链接:https://blog.csdn.net/qq_31001665/article/details/71075743 版权 Controller 中注解使用 接受参数的几种传输方式以及几种注解: 在上一篇中,我 阅读全文
posted @ 2021-03-09 14:47 xiondun 阅读(1670) 评论(0) 推荐(0) 编辑
摘要: 【DB系列】MongoDB之修改基本使用姿势 文章目录 I. 基本使用 1. 基本类型修改 a. 基本使用姿势 b. 数字增加/减少 c. 数字比较修改 d. 乘法 e. 日期修改 2. field修改 a. 重命名 b. 新增成员 c. 删除成员 3. 数组操作 a. 添加到数组中 b. 批量添加 阅读全文
posted @ 2021-02-01 16:34 xiondun 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 【DB系列】MongoDB之如何新增文档 文章目录 I. 基本使用 1. 新增一条数据 2. 批量插入 3. upsert,不存在才插入 4. upsert,存在则更新 5. upsert,多条满足时 II. 其他 0. 项目 1. 一灰灰Blog 2. 声明 3. 扫描关注 本篇博文为mongod 阅读全文
posted @ 2021-02-01 16:12 xiondun 阅读(370) 评论(0) 推荐(0) 编辑
摘要: SpringBoot之MongoTemplate的查询可以怎么耍 学习一个新的数据库,一般怎么下手呢?基本的CURD没跑了,当可以熟练的增、删、改、查一个数据库时,可以说对这个数据库算是入门了,如果需要更进一步的话,就需要了解下数据库的特性,比如索引、事物、锁、分布式支持等 本篇博文为mongodb 阅读全文
posted @ 2021-02-01 16:08 xiondun 阅读(6551) 评论(0) 推荐(1) 编辑
摘要: <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson --><dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version 阅读全文
posted @ 2021-02-01 15:44 xiondun 阅读(81) 评论(0) 推荐(0) 编辑
摘要: (一)mybatis-plus详细介绍 (二)springboot+mybatis plus快速构建项目 (三)springboot + mybatis plus集成AutoGenerator快速搭建项目 (四)springboot + mybatis plus详细拆解CRUD (五)springb 阅读全文
posted @ 2021-01-31 11:50 xiondun 阅读(236) 评论(0) 推荐(0) 编辑
摘要: java常见的http请求库有httpclient,RestTemplate,OKhttp,更高层次封装的 feign、retrofit 1、HttpClient HttpClient:代码复杂,还得操心资源回收等。代码很复杂,冗余代码多,不建议直接使用。 2、RestTemplate RestTe 阅读全文
posted @ 2021-01-30 12:45 xiondun 阅读(308) 评论(0) 推荐(0) 编辑
摘要: uni-app 蓝牙打印功能 本章主要讲解 uni-app蓝牙API的使用,蓝牙打印的实现思路,了解蓝牙在项目中的使用。支持的蓝牙打印机设备:芝佳蓝牙打印机、佳博打印机,如其他蓝牙打印机,需自己进行调试。感谢qihang666提供的代码。源码来源以及uni-app蓝牙API: https://git 阅读全文
posted @ 2020-12-30 19:03 xiondun 阅读(4273) 评论(0) 推荐(0) 编辑
摘要: Nginx 配置反向代理 一、前言 反向代理作用 隐藏服务器信息 -> 保证内网的安全,通常将反向代理作为公网访问地址,web服务器是内网,即通过nginx配置外网访问web服务器内网 举例 比如小编的码云个人博客地址为:http://zhengqingya.gitee.io/blog/ ,现在小编 阅读全文
posted @ 2020-12-08 15:57 xiondun 阅读(316) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 29 下一页