JOSWAY's BLOG
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于

yuque-hexo 图片修复 fluid主题

https://github.com/x-cold/yuque-hexo/issues/41 打开文件 在 蓝框 header 区域 加入 红框 文字themes\hexo-theme-fluid-1.8.14\layout\layout.ejs 1<meta name="referrer" content="no-referrer" />
2022-04-26
yuque
#yuque-hexo #fluid

yuque-hexo 同步文档

https://github.com/x-cold/yuque-hexo 安装 hexo 和 yuque-hexo12345678npm install -g cnpm --registry=https://registry.npmmirror.comcnpm i -g yuque-hexocnpm i -g hexo-cliornpm i -g yuque-hexo --registry=h
2022-04-25
yuque
#yuque-hexo

Frps + Frpc 使用指南

下载 frphttps://github.com/fatedier/frp https://gofrp.org/docs/ > https://sspai.com/post/64377 > https://sspai.com/post/52523 Frps 配置 frps.ini12345678910111213[common]bind_port = 7000 ;本地绑定端口,fr
2022-04-25
yuque
#frpc #frps

为什么不能在 SpringBoot 框架中直接使用@WebServlet注释

1.没有在启动类上添加相关的注解 @ServletComponentScan 123456@ServletComponentScan(basePackages = "com.xxx.springboot.servlet")public class XxxApplication { public static void main(String[] args) &#
2022-04-25
yuque
#spring boot #annotation

Vue、Element-UI 入门

插件安装直接使用 IDEA 新建 Vue 项目安装 Element-UI1npm i element-ui -S 配置 Element-UI 安装 ESLint (可选)1eslint --init 组件复用新建组件 MyComponent 编写相关代码1234567891011121314151617181920212223242526272829303132333435363738394
2022-04-25
yuque
#vue #element-ui

UserAgentUtils

UserAgentUtils 是解析 User-Agent 的 Java 类库,能够识别客户端的浏览器和操作系统信息 方法一:UserAgentUtils参考GitHub https://github.com/HaraldWalker/user-agent-utils Maven12345<dependency> <groupId>eu.bitwalker</gr
2022-04-25
yuque
#userAgentUtils #hutool

更新Hexo

命令12345678//以下命令分别执行即可npm install -g npm-check //安装npm-checknpm-check //查看系统插件是否需要升级npm install -g npm-upgrade //安装npm-upgradenpm-upgrade //更新package.json//在执行npm-upgra
2022-04-25
yuque
#hexo-update

Spring Boot @Scope注解 prototype不生效

@Scope 注解 用于管理 Bean 为单例还是原型(多例)模式 Spring 默认为单例模式,现在切换为多例模式后不生效。 示例问题代码 一12345@Scope(value = ConfigurableBeanFactory.SCOPE_PROTOTYPE)@Servicepublic class IscpDatabaseManageServiceImpl implements
2022-04-25
yuque
#spring boot #annotation

Spring Boot 8. 从 Reactive 到 WebFlux

从 Reactive 到 WebFluxPDF 版本:第八节 从 Reactive 到 WebFlux.pdf
2022-04-25
yuque
#spring boot

Spring Boot 7. 渐行渐远的 Servlet

渐行渐远的 ServletPDF 版本:第七节 渐行渐远的 Servlet.pdf
2022-04-25
yuque
#spring boot
12345…8

搜索

Hexo Fluid