Idea报错:Command line is too long.

摘要: https://blog.csdn.net/qq_40682764/article/details/109215368 run–>edit configurations–>你的项目–>configuration–>Environment在此条目下选择Shorten command line 选择cl 阅读全文
posted @ 2022-08-15 13:14 吴XX 阅读(55) 评论(0) 推荐(0)

github 小tips

摘要: 技术栈 + boilerplate 或者 starter 等关键词进行搜索,如 react boilerplate 总结整理好的宝库,比如Awesome-xxx 系列 搜索:类型 + 笔记,如 操作系统 笔记 就能找到一些操作系统相关的笔记。 搜索:书名,如 重构 改善既有代码的设计 阅读全文
posted @ 2022-08-05 15:53 吴XX 阅读(24) 评论(0) 推荐(0)

idea/android 快捷键

摘要: Ctrl+Alt+F 将局部变量提取为成员变量 Ctrl+Alt+V 将方法补全左边定义 Ctrl+alt+R 替换 Ctrl+Y 删除这一行 Ctrl+alt+M 将选中语句提取成一个方法 热部署 Ctrl+Shift+F9 保存运行 https://blog.csdn.net/qwert6780 阅读全文
posted @ 2022-08-04 17:01 吴XX 阅读(26) 评论(0) 推荐(0)

mqtt

摘要: https://www.cnblogs.com/greenteaone/p/13214728.html 阅读全文
posted @ 2022-08-03 13:58 吴XX 阅读(30) 评论(0) 推荐(0)

启动mongoDB服务时,出现以下异常 window不能再本地计算机启动MongoDB

摘要: https://blog.csdn.net/u010452388/article/details/83025770 http://t.zoukankan.com/jthb-p-4033700.html 设置自动启动 sc.exe create MongoDB binPath= "\"D:\softw 阅读全文
posted @ 2022-08-03 10:34 吴XX 阅读(102) 评论(0) 推荐(0)

idea

摘要: 小白学堂的教程。 小白学堂-插件 开源 资源 Idea 破解码 激活码 idea激活码 阅读全文
posted @ 2022-08-01 14:44 吴XX 阅读(30) 评论(0) 推荐(0)

具体时间

摘要: package ten;​import java.util.GregorianCalendar;​public class Calendar { public static void main(String[] args) { GregorianCalendar gregorianCalendar 阅读全文
posted @ 2022-06-16 09:24 吴XX 阅读(292) 评论(0) 推荐(0)

精确精度的加减乘除

摘要: package ten;​import java.math.BigDecimal;import java.math.BigInteger;​public class Demo { public static void main(String[] args) { BigInteger a=new Bi 阅读全文
posted @ 2022-06-15 15:32 吴XX 阅读(60) 评论(0) 推荐(0)

前端跨域问题

摘要: package com.sumpreme.oak.config;​import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;import 阅读全文
posted @ 2022-05-24 08:56 吴XX 阅读(31) 评论(0) 推荐(0)

mongodb 的基础指令

摘要: package com.sumpreme.oak.dao;​import com.mongodb.BasicDBObject;import com.sumpreme.oak.entity.FlatWrap;import org.springframework.boot.autoconfigure.d 阅读全文
posted @ 2022-05-24 08:22 吴XX 阅读(431) 评论(0) 推荐(0)