为项目收集图标
为项目收集图标在日常的项目开发中、一些文字描述需要相应的图标来使得界面更加直观和美观、如何快速找到适合项目的图标是令人很困扰的一件事,这个网站给了我们很多选择、有完善的搜索机智、同时涵盖了很多种图标库、能够让你快速找到自己需要的图标、同时可以批量下载到本地。
Icon Explorer with Instant searching, powered by Iconify
具体使用方式
参考链接:
本文介绍了如何在若依ruoyi-vue项目中使用全局SvgIcon组件,包括组件注册、路径引用、颜色设置以及针对iconfont下载图标时的尺寸调整建议。
项目需求
中文
英文
图标名称
图标搜索链接
备注
静态风速
Static wind speed
wind-toy
https://icones.js.org/collection/svg-spinners?s=wind
大气温度
Atmospheric temperature
outdoor-motion-sensor-temperature
https://icones.js.org/collection/all ...
hexo (mixed-content)
遇到mixed-content最新、在学习Java代码的过程中有图片上传的需求、于是开始研究起了MINIO、在存储服务器搭建成功之后、也能够生成浏览器能够直接访问的图片链接、但是在记录博客的时候、想将云存储的图片直接作为图床图片用于markdown文档、 发现被屏蔽了。
问题原因经过网络查询、发现是因为协议的不同、导致无法将http协议自动升级为https, 于是发现可以使用
Adding this to your HTML header looks like this:
1<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
内容安全策略(Content-Security-Policy, CSP):这是网页开发中引入的一项关键安全特性,旨在通过为浏览器定义一套关于哪些内容来源可信任的规则,帮助防止跨站脚本(XSS)攻击及其他代码注入攻击。它使网页开发者能够为脚本、样式表、图片和其他资源指定合法的来源。
升级不安全请求(u ...
picgo (一)
插曲 macOS安装picgo报错、需要进入废纸篓下载链接:Picgo 2.4.0-beta.7-arm64
1sudo xattr -d com.apple.quarantine "/Applications/PicGo.app"
minio (一)
miniominio的安装:
以Linux系统安装为例
123wget https://dl.minio.org.cn/server/minio/release/linux-amd64/miniochmod +x minioMINIO_ROOT_USER=admin MINIO_ROOT_PASSWORD=password ./minio server /mnt/data --console-address ":9001"
其他:MINIO_ROOT_USER=mhist MINIO_ROOT_PASSWORD=mhist0129 ./minio server /mnt/data –console-address “:9001”
运行以上命令的结果:
设置数据存放位置:/root/mhist/soft/minioFloder/data
12MINIO_ROOT_USER=mhist MINIO_ROOT_PASSWORD=mhist0129 ./minio server /root/mhist/soft/minioFloder/data --cons ...
spring 学习 (二)
yml配置文件
一般的配置格式
1234spring: application: name: studyJava user: jyd
使用方式
@Value(“${spring.application.name}”)
@ConfigurationProperties(prefix=”spring”)
1234567891011@ConfigurationProperties(prefix="spring")@Componentpublic class EmailProperties { @Value("${spring.application.user}") public String user; public String code; public String host; private boolean auth}
@Component一般用在什么地方呢?
在Spring Boot中,@Component注释可以用来自动配置类。自动配置是通过Spring ...
spring 学习 (一)
一、spring是什么? spring是什么
Spring 即是(Spring Framework)为现代基于Java的企业应用程序提供了一个全面的编程和配置模型-在任何类型的部署平台上。
Spring的一个关键元素是应用程序级别的基础设施支持:Spring专注于企业应用程序的“管道”,以便团队可以专注于应用程序级别的业务逻辑,而无需与特定的部署环境进行不必要的联系。
我们在golang等编程语言中也曾听说过”管道”一词,它在编程领域到底是怎么的一种编程理念呢? 按照我本身的理解应该是程序语言专注于在底层将基础功能实现、而使得程序员能够更加专注于业务领域的发展,类似于现实世界中的地下输水管道、地下电缆管道、地下光纤管道等等…
Spring框架版本支持的版本
6.2.x 是即将推出的功能分支(2024 年 11 月)。
自 2023 年 11 月起,6.1.x 为主要生产线。
6.0.x 是上一个生产线,自 2022 年 11 月起上市。这一新框架一代配备了 JDK 17 和 Jakarta EE 9 基线。
5.3.x 是第五代的最后一个功能分支,在 JDK 8、JDK 11、J ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
npm常用命令
针对于 npm install卡在sill idealTree buildDeps 没有反应,安装失灵123npm config get proxynpm config rm proxynpm config rm https-proxy
nginx部署
nginx部署基于腾讯云服务器centos系统:
云服务登录用户名:urz9g98m云服务登录密码:********
nginx配置文件基于宝塔可视化面板1.登录云服务进入首页、进入nginx
2.进行配置文件修改123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596user www www;worker_processes auto;error_log /www/wwwlogs/nginx_error.log crit;pid /www/server/nginx/logs/nginx.pid;worker_rlimit_nofile 51200;events { use epoll; worker_connecti ...
富文本编辑器选型
一、常见的富文本编辑器
种类:现有14种。
编辑器名称
在线网址
GITHUB
开源代码协议
最后更新
是否符合要求
备注
wangEditor
https://www.wangeditor.com/
https://github.com/wangeditor-team/wangEditor
MIT
2022-11-14
TinyMCE
https://www.tiny.cloud/tinymce/
https://github.com/tinymce/tinymce
MIT
2022-12-19
百度ueditor
http://fex.baidu.com/ueditor/
https://github.com/fex-team/ueditor
MIT
2022-11-9
2022-11-9被作者存档
kindeditor
http://kindeditor.net/doc.php
https://github.com/kindsoft/kindeditor
GNU
2021-6-22
CKEditor
https://ckeditor.co ...