会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
星回中道
博客园
首页
新随笔
联系
管理
订阅
1
2
3
4
5
···
10
下一页
2024年6月19日
npm ERR! network request to https://registry.npmmirror.com/create-vite failed,
摘要: npm ERR! network request to https://registry.npmmirror.com/create-vite failed, npm verb npm v9.5.1npm ERR! code ETIMEDOUTnpm ERR! syscall connectnpm E
阅读全文
posted @ 2024-06-19 20:56 星回中道
阅读(277)
评论(0)
推荐(0)
2024年3月10日
spring-boot spring-security oauth2 /oauth/token报401,403 问题
摘要: 2024-03-10 12:20:55.281 INFO 58776 [nio-8002-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'2024-03-10 12:20:55.2
阅读全文
posted @ 2024-03-10 12:37 星回中道
阅读(670)
评论(0)
推荐(0)
2022年6月23日
wps审阅-修订 可以记录修改内容
摘要: wps审阅-修订 可以记录修改内容
阅读全文
posted @ 2022-06-23 11:07 星回中道
阅读(62)
评论(0)
推荐(0)
2022年6月22日
spring boot配置文件加密报错Failed to bind properties
摘要: https://blog.51cto.com/u_14415843/2499996 缺少启动参数:如下xxxx表示加密的盐 "-Djasypt.encryptor.password=xxxx" java -jar -Djasypt.encryptor.password=xxxx a.jar
阅读全文
posted @ 2022-06-22 16:08 星回中道
阅读(381)
评论(0)
推荐(0)
maven nexus setting配置
摘要: https://www.cnblogs.com/hxun/p/11274196.html https://www.cnblogs.com/canzhen/p/15771859.html 内网中配置setting.xml nexus:只需要mirror即可;可以配置多个mirror <mirrors>
阅读全文
posted @ 2022-06-22 13:52 星回中道
阅读(134)
评论(0)
推荐(0)
2022年6月17日
vscode 编辑器
摘要: html 快捷键注释: https://www.php.cn/tool/vscode/470666.html
阅读全文
posted @ 2022-06-17 16:58 星回中道
阅读(28)
评论(0)
推荐(0)
2022年6月11日
四层代理和七层代理
摘要: https://blog.csdn.net/m0_67645544/article/details/124172979
阅读全文
posted @ 2022-06-11 01:48 星回中道
阅读(42)
评论(0)
推荐(0)
2022年6月10日
script
摘要: nc -v ip port nc -vzn ip port nmap -sT 192.168.96.4 //TCP连接扫描,不安全,慢 nmap -sS 192.168.96.4 //SYN扫描,使用最频繁,安全,快 nmap -Pn 192.168.96.4 //目标机禁用ping,绕过ping扫
阅读全文
posted @ 2022-06-10 22:58 星回中道
阅读(66)
评论(0)
推荐(0)
js-技巧
摘要: +a是转为number类型,同parseInt(a) var a = 1; console.log(+a); //parseInt(a)=1chrome snippet 调试js ` 是ES6中的新特性,拼接字符串的时候可以直接使用变量。 如: var str = "2020" ; `hello $
阅读全文
posted @ 2022-06-10 16:26 星回中道
阅读(22)
评论(0)
推荐(0)
2022年6月4日
pytorch-gpu安装cuda安装
摘要: https://blog.csdn.net/qq_44707910/article/details/118096577 https://zhuanlan.zhihu.com/p/106133822 conda install pytorch torchvision torchaudio cudato
阅读全文
posted @ 2022-06-04 12:14 星回中道
阅读(15)
评论(0)
推荐(0)
1
2
3
4
5
···
10
下一页
公告