会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
寒冷的雨呢
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
27
下一页
2022年12月9日
uniapp 无线调试
摘要: 1.官网 -> 教程 -> 运行和调试 -> App平台:真机运行 -> 连接设备 -> 真机运行常见问题 https://uniapp.dcloud.net.cn/tutorial/run/run-app-faq.html# -> Q14: 如何通过wifi真机运行,不插数据线? https://
阅读全文
posted @ 2022-12-09 16:29 寒冷的雨呢
阅读(175)
评论(0)
推荐(0)
2022年12月6日
VIM / VI编辑器
摘要: vim编辑器 1.资料 http://www.ghost580.net/article/30787.html https://www.jianshu.com/p/49bcf4531d9a 2.坑 (1) linux使用vi编辑文件时报 Another program may be editing t
阅读全文
posted @ 2022-12-06 09:27 寒冷的雨呢
阅读(32)
评论(0)
推荐(0)
2022年12月5日
Centos 7桌面版取消自动休眠_命令行与图形界面两种方式
摘要: https://www.cnblogs.com/liusingbon/p/12629200.html 用图形界面操作操作,不要用第一种方法(改完文件后,进不去桌面了) 有两个小坑 1.vim中 E212:无法打开并写入文件的解决办法 https://blog.csdn.net/hejinjing_t
阅读全文
posted @ 2022-12-05 15:56 寒冷的雨呢
阅读(291)
评论(0)
推荐(0)
Linux 学习教程
摘要: http://www.ghost580.net/linux/index_2.html
阅读全文
posted @ 2022-12-05 14:28 寒冷的雨呢
阅读(29)
评论(0)
推荐(0)
2022年12月1日
U盘启动盘安装CENTOS7
摘要: 1.大白菜实在装不上 2.硬盘删除所有分区,格式化exfat,一个分区 3.用下面得方法 (1) https://www.freesion.com/article/5578394880/ https://ultraiso.en.softonic.com/ 刻录软件下载地址 (2) https://b
阅读全文
posted @ 2022-12-01 22:19 寒冷的雨呢
阅读(340)
评论(0)
推荐(0)
xml 转 json JSONUtil
摘要: https://blog.csdn.net/weixin_43811057/article/details/123427701 hutool工具 JSON工具-JSONUtil https://www.cnblogs.com/ZXdeveloper/p/16500959.html http://t.
阅读全文
posted @ 2022-12-01 13:46 寒冷的雨呢
阅读(17)
评论(0)
推荐(0)
手动添加定时类手动测试
摘要: 启动类加 @EnableScheduling 注释 package com.runshi.cloud.zhengxie.job; import com.runshi.cloud.common.security.annotation.Inner; import lombok.RequiredArgsC
阅读全文
posted @ 2022-12-01 09:45 寒冷的雨呢
阅读(26)
评论(0)
推荐(0)
2022年11月30日
Linux
摘要: https://www.jianshu.com/p/fbe711c0f0b2 U盘安装CentOS出现“could not insert 'floppy'”
阅读全文
posted @ 2022-11-30 21:50 寒冷的雨呢
阅读(60)
评论(0)
推荐(0)
2022年11月29日
Linux安装软件(Centos7目录)
摘要: https://blog.51cto.com/u_15127630/2738653 xShell6、xFtp6 http://www.ghost580.net/article/46947.html https://www.runoob.com/linux/linux-comm-rpm.html ht
阅读全文
posted @ 2022-11-29 10:58 寒冷的雨呢
阅读(190)
评论(0)
推荐(0)
Microsoft Store 打不开 代码: 0x80131500
摘要: 代码: 0x80131500 https://jingyan.baidu.com/article/49711c6140487abb451b7c5b.html
阅读全文
posted @ 2022-11-29 08:42 寒冷的雨呢
阅读(44)
评论(0)
推荐(0)
2022年11月28日
ifconfig 、ip addr 开启网卡
摘要: 1.执行命令 ifconfig 2.ens33: 没有inet 3.cd /etc/sysconfig/network-scripts 4.ll 命令 5.vim ifcfg-ens33 6.输入i 才可以修改 NAME=enp1s0 。。。。。 DEVICE=enp1s0 。。。。。 BROADC
阅读全文
posted @ 2022-11-28 16:45 寒冷的雨呢
阅读(656)
评论(0)
推荐(0)
2022年11月27日
在线ps,点击新建项目或者从电脑导入,都可以编辑,挺方便的
摘要: https://www.photopea.com/
阅读全文
posted @ 2022-11-27 11:43 寒冷的雨呢
阅读(120)
评论(0)
推荐(0)
try-catch-finally
摘要: https://www.cnblogs.com/chengxuxiaoman/p/10960822.html
阅读全文
posted @ 2022-11-27 11:38 寒冷的雨呢
阅读(8)
评论(0)
推荐(0)
xshell7、Xftp、FinalShell
摘要: xshell7,Xftp https://blog.csdn.net/qq_30859353/article/details/120882691 https://www.xshell.com/zh/xshell-download/ FinalShell https://blog.csdn.net/f
阅读全文
posted @ 2022-11-27 10:42 寒冷的雨呢
阅读(89)
评论(0)
推荐(0)
微服务项目Linux环境配置
摘要: 微服务: https://blog.csdn.net/helpluozhao123/article/details/124055818 服务器: https://zhuanlan.zhihu.com/p/459142192 Docker: https://blog.csdn.net/qq_34936
阅读全文
posted @ 2022-11-27 09:57 寒冷的雨呢
阅读(30)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
27
下一页
公告