随笔分类 -  基础设置

摘要:参考: IDEA设置类的文件头注释 https://blog.csdn.net/engerla/article/details/84846463 IDEA设置方法注释模板 https://blog.csdn.net/engerla/article/details/119254597 阅读全文
posted @ 2024-04-19 10:29 理舞 阅读(58) 评论(0) 推荐(0)
摘要:`PlantUML`的后缀格式为`.puml` `PlantUML`时序图 ```PlantUML @startuml hide footbox title Sequence actor User #Blue User->A note left: Note on left [o->A: messag 阅读全文
posted @ 2022-05-13 11:11 理舞 阅读(656) 评论(0) 推荐(0)
摘要:1. 在线cron表达式工具:https://cron.qqe2.com/ 2. npm内容交付网络:https://unpkg.com/,国内镜像https://unpkg.zhimg.com/ 3. 正则表达式在线工具:http://tool.chinaz.com/regex 4. 在线小工具: 阅读全文
posted @ 2022-05-08 20:02 理舞 阅读(8) 评论(0) 推荐(0)
摘要:git使用 初始化项目cd project_dir && git init 上传文件git add . ,提交git commit -m "init" 连接远程仓库,git remote add origin https://xxxx.git 第一次推送git push -u origin mast 阅读全文
posted @ 2022-03-19 20:19 理舞 阅读(24) 评论(0) 推荐(0)
摘要:看到一个图,感觉很好,图来源于博客: https://blog.51cto.com/13718210/2130849 下图参考博客: https://www.pianshen.com/article/12891732046/ git简明指南: https://www.runoob.com/manua 阅读全文
posted @ 2021-03-09 09:05 理舞 阅读(50) 评论(0) 推荐(0)
摘要:满足条件: 一阶: 二阶: 三阶: 参考博客:https://www.jianshu.com/p/8f82db9556d2 阅读全文
posted @ 2020-11-04 17:00 理舞 阅读(115) 评论(0) 推荐(0)
摘要:*** 你可以在一行中用三个以上的星号、减号、底线来建立一个分隔线,行内不能有其他东西。你也可以在星号或是减号中间插入空格。 *** ___ 可以有6级标题,使用n和#号加个空格即可 # 一级标题 ## 二级标题 ### 三级标题 #### 四级标题 ___ 段落文章后面需要添加两个空格然后换行,或 阅读全文
posted @ 2020-02-04 08:54 理舞 阅读(234) 评论(0) 推荐(0)
摘要:1、maven私服搭建:https://blog.csdn.net/zn353010922/article/details/79441122 2、jeecg-boot技术文档:http://jeecg-boot.mydoc.io/ 3、centos快速安装java环境:http://www.imoo 阅读全文
posted @ 2019-11-27 16:06 理舞 阅读(191) 评论(0) 推荐(0)
摘要:参考链接:https://www.cnblogs.com/linjiaxin/p/6476480.html 图例: 阅读全文
posted @ 2019-01-05 23:04 理舞 阅读(138) 评论(0) 推荐(0)
摘要:**************************************常规问题及解决**************************************Maven生成可以直接运行的jar包的多种方式 https://blog.csdn.net/xiao__gui/article/det 阅读全文
posted @ 2018-06-23 11:10 理舞 阅读(233) 评论(0) 推荐(0)
摘要:之前设置过共享文件,将共享文件映射成磁盘,重新去设置另外服务器的时候,又到网络上找,特此记录 设置网络共享需要开启的服务如下: 以下服务都相关,需要全部开启后才能保证共享正常:1,UPnP Device Host: 允许 UPnP 设备宿主在此计算机上。如果停止此服务,则所有宿主的 UPnP 设备都 阅读全文
posted @ 2017-09-26 11:56 理舞 阅读(6825) 评论(0) 推荐(0)
摘要:在windows开机的时候自动运行与用户登录运行设置: cmd --> gpedit.msc(在win8上好像不行) 阅读全文
posted @ 2016-08-14 11:57 理舞 阅读(244) 评论(0) 推荐(0)
摘要:svn使用小技巧 阅读全文
posted @ 2016-05-25 22:38 理舞 阅读(184) 评论(0) 推荐(0)
摘要:jdk环境配置 阅读全文
posted @ 2016-05-02 13:39 理舞 阅读(222) 评论(0) 推荐(0)
摘要:定制输出样式 web.xml log4j.properties 阅读全文
posted @ 2015-11-06 17:11 理舞 阅读(197) 评论(0) 推荐(0)
摘要:正文:你必须知道你的路由器网关,一般是192.168.1.1(或192.168.0.1)按传统的来:开始——控制面板——网络和共享中心——更改适配器设置。一般来讲,这里应该有两个图标,一个是有线网卡的,默认叫“本地连接”,一个是无线网卡(WIFI)的,默认叫“无线连接”(我这里没有,我是猜的他叫‘无... 阅读全文
posted @ 2015-10-10 14:16 理舞 阅读(753) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-08-22 20:14 理舞 阅读(175) 评论(0) 推荐(0)