上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: https://hub.docker.com/r/amazon/dynamodb-local docker pull amazon/dynamodb-local 阅读全文
posted @ 2023-06-21 22:32 然然1907 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 解析网页selenium+jsoup 阅读全文
posted @ 2023-06-21 14:07 然然1907 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 安装brew /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 升级ruby版本,否则安装cocoapods会报错 brew upgrade ruby如果提示没有安装则brew 阅读全文
posted @ 2023-06-16 02:06 然然1907 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 现象 服务器变卡,top cpu占用非常高,但是进程占用只有1% 下载安装htop查看 看样子中了挖矿病毒 解决方式 修改/etc/hosts 把dev.fugglesoft.me 指向127.0.0.1 F9 -> enter杀掉进程 又多出来一个执行sh的,修改病毒sh,vi进去随便加些字符,然 阅读全文
posted @ 2023-06-12 00:41 然然1907 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 项目git地址 https://github.com/THUDM/ChatGLM-6B 配置要求: 本机电脑显卡显存6G以上。只有cpu则需要32GB以上。 安装基础环境 1.安装python 3.10版本 https://www.python.org/ftp/python/3.10.10/pyth 阅读全文
posted @ 2023-03-28 22:01 然然1907 阅读(1654) 评论(0) 推荐(0) 编辑
摘要: 注册chatGPT注册可以从官网openai.com注册,但是注册要求的手机号不支持大陆。所以可以用https://sms-activate.org/ 网站收手机号临时验证码,需要充2美元,支持支付宝。本博主非利益相关,不保证安全。 在线测试可以直接在以下网址在线提问测试https://chat.o 阅读全文
posted @ 2023-03-28 15:59 然然1907 阅读(7) 评论(0) 推荐(0) 编辑
摘要: @Component @Slf4j public class RabbitMqConsumer { @Autowired DingdingUtil dingdingUtil; @RabbitHandler @RabbitListener( bindings = @QueueBinding( valu 阅读全文
posted @ 2023-02-22 13:35 然然1907 阅读(385) 评论(0) 推荐(0) 编辑
摘要: git首次上传 第一步:建立git仓库,cd到你的本地项目根目录下,执行git命令 git init 第二步:将项目的所有文件添加到仓库中 git add . 第三步:将add的文件commit到仓库 git commit -m "注释语句" 第四步:去github或gitee上创建自己的Repos 阅读全文
posted @ 2022-12-07 18:33 然然1907 阅读(218) 评论(0) 推荐(0) 编辑
摘要: nft api汇总etherscanhttps://etherscan.io/myaccountapi可以申请问题:调用nft相关api要收费199美元每月opensea文档地址:https://docs.opensea.io/问题:申请api key中,暂未通过quicknode文档地址:http 阅读全文
posted @ 2022-11-03 20:09 然然1907 阅读(484) 评论(0) 推荐(0) 编辑
摘要: package easyJava.controller; import com.alibaba.fastjson.JSON; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson 阅读全文
posted @ 2022-11-03 20:07 然然1907 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页