会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
已老
博客园
首页
新随笔
联系
订阅
管理
[置顶]
chatGpt openapi 不FQ的访问办法
摘要: 修改 官方地址 https://api.openai.com/v1/chat/completions 替换为 https://openapi.njjzw.top/v1/chat/completions 每天好像可以请求1000次
阅读全文
posted @ 2023-04-21 00:55 已老
阅读(21)
评论(0)
推荐(0)
2023年10月19日
arthas在线编译
摘要: # arthas命令: 找到对应的全量类名1.sc *.类名输出 com.cn.xxxx.类名反编译类:jad2.jad --source-only 全类名 > /tmp/类名.java3.修改类文件vim /tmp/类名.java找到要修改的方法,修改内容4.查找类加载器sc -d *类名 | g
阅读全文
posted @ 2023-10-19 10:11 已老
阅读(152)
评论(0)
推荐(0)
2023年9月4日
nginx 充当代理服务
摘要: #user nobody;worker_processes auto;worker_rlimit_nofile 32768;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log inf
阅读全文
posted @ 2023-09-04 12:22 已老
阅读(19)
评论(0)
推荐(0)
2023年4月4日
win10同步当前项目git的更新记录到另一个项目
摘要: 1.备份某个时间之后的更新文件列表到文件中 git log --after="2023-4-3 18:27:44" --name-only --pretty=format:"" > commit_files.txt 2.根据文件中的记录复制文件到新的文件夹 @echo off setlocal en
阅读全文
posted @ 2023-04-04 18:37 已老
阅读(81)
评论(0)
推荐(0)
2023年2月3日
纯js在线文字播放
摘要: 在线演示 http://njjzw.top/wzbf.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>文字在线播放</title> </head> <body> <div align="center
阅读全文
posted @ 2023-02-03 14:42 已老
阅读(134)
评论(0)
推荐(0)
2022年10月25日
青龙
摘要: 1.查看容器名 docker ps -a 2.重启青龙容器 docker restart 你的容器名 3.更新青龙(或者直接面板更新) docker exec -it qinglong ql update 4.更新青龙并编译 docker exec -it qinglong ql restart 5
阅读全文
posted @ 2022-10-25 13:24 已老
阅读(168)
评论(0)
推荐(0)
2022年10月20日
我的分享码
摘要: 宝塔服务器面板,一键全能部署及管理,送你3188元礼包,点我领取https://www.bt.cn/?invite_code=MV90Znlzc24= 免费在线流程图思维导图 : https://www.processon.com/i/5e931a655653bb1a685bffea 邀请您成为闪送
阅读全文
posted @ 2022-10-20 09:40 已老
阅读(220)
评论(0)
推荐(0)
2022年1月12日
jdk1.8
摘要: List对象 转换单个属性 List<String> ids = list.stream().map(User::getUserId).collect(Collectors.toList()); List<String> ids = 对象List.stream().map(对象::get属性).co
阅读全文
posted @ 2022-01-12 09:54 已老
阅读(45)
评论(0)
推荐(0)
2022年1月4日
java +-*/
摘要: 加法:add 减法:subtract 乘法:multiply 除法:divide BigDecimal bignum1 = new BigDecimal("10"); BigDecimal bignum2 = new BigDecimal("5"); BigDecimal bignum3 = nul
阅读全文
posted @ 2022-01-04 18:31 已老
阅读(217)
评论(0)
推荐(0)
2021年12月24日
k8s 安装
摘要: centos8 单机安装k8s https://www.cnblogs.com/steven158/p/14858456.html win10K8S安装 https://github.com/AliyunContainerService/k8s-for-docker-desktop https://
阅读全文
posted @ 2021-12-24 09:43 已老
阅读(103)
评论(0)
推荐(0)
下一页
公告