摘要: package com.example.sirirobot.resp; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.Serializabl 阅读全文
posted @ 2022-05-23 11:33 subtlman 阅读(37) 评论(0) 推荐(0)
摘要: package com.example.sirirobot.resp; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.Serializabl 阅读全文
posted @ 2022-05-23 11:32 subtlman 阅读(49) 评论(0) 推荐(0)
摘要: /* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file ex 阅读全文
posted @ 2022-05-20 09:29 subtlman 阅读(290) 评论(0) 推荐(0)
摘要: 持续补充: 1、Nacos相较于其它同类组件的突出点: 2、Nacos实操:中文文档https://nacos.io/zh-cn/docs/feature-list.html 3、SpringCloud-Nacos的搭建使用:https://blog.csdn.net/www1056481167/a 阅读全文
posted @ 2022-05-12 01:04 subtlman 阅读(50) 评论(0) 推荐(0)
摘要: 1、当请求不在同一域名下的资源文件(ip地址+端口号)时,会报如下错误: “No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://localhost:8080’ is 阅读全文
posted @ 2022-05-11 14:58 subtlman 阅读(150) 评论(0) 推荐(0)
摘要: 持续更新: 整机配置: 处理器(CPU)AMD Ryzen 5 3400G with Radeon Vega Graphics 四核主 板微星 B450M MORTAR (MS-7B89)内 存16 GB ( 未知 DDR4 3000MHz )硬 盘三星 SSD 970 EVO Plus 250GB 阅读全文
posted @ 2022-05-05 23:53 subtlman 阅读(842) 评论(0) 推荐(0)
摘要: 持续更新: 1、根据microsoft官网指示步骤进行操作: https://www.microsoft.com/zh-cn/software-download/windows11 2、安装第三方网站提供的iso镜像: 操作系统不仅仅是一个计算机程序,它是我们电脑的小管家,打理着所有的基本事物,而且 阅读全文
posted @ 2022-04-29 11:32 subtlman 阅读(601) 评论(0) 推荐(0)
摘要: 前端页面显示图片遇到问题及解决办法: 1、拼接url document.getElementById('chatboxSi').innerHTML += '<li class="other"><img src='+str.avatar+'><span>'+str.message+'</span></ 阅读全文
posted @ 2022-04-28 10:53 subtlman 阅读(256) 评论(0) 推荐(0)
摘要: 爬取网页文字: import org.jsoup.Jsoup;import org.junit.Test;import java.io.IOException;public class Crawling { public static void Test() throws IOException { 阅读全文
posted @ 2022-03-03 09:19 subtlman 阅读(338) 评论(0) 推荐(0)
摘要: 仅前端html实现 <!DOCTYPE html><html ><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>发送验证码</title> <style> .contain{ wi 阅读全文
posted @ 2022-02-22 11:10 subtlman 阅读(144) 评论(0) 推荐(0)