上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 68 下一页
摘要: 注:目前yarn主分支依然是1代,也没有常规方式直接安装2代,yarn的理念是,想体验2代,只能在具体项目中体验,无法全局安装【应该是暂时】。 注:项目安装yarn2 时,需要访问 raw.githubusercontent.com,因此我们需要先解决污染问题。 ⒈进入这个网址:https://ww 阅读全文
posted @ 2022-02-14 15:21 SpringCore 阅读(1031) 评论(0) 推荐(1)
摘要: 简介: 用 CNPM/淘宝源的开发者们请注意,淘宝 NPM 镜像站喊你切换新域名啦。新的 Web 站点: https://npmmirror.com ,Registry Endpoint: https://registry.npmmirror.com 。随着新的域名已经正式启用,老 http://n 阅读全文
posted @ 2021-11-12 15:13 SpringCore 阅读(622) 评论(0) 推荐(0)
摘要: Visual Studio 2022(VS2022) 激活码: Pro: TD244-P4NB7-YQ6XK-Y8MMM-YWV2JEnterprise: VHF9H-NXBBB-638P6-6JHCY-88JWH 阅读全文
posted @ 2021-11-09 20:15 SpringCore 阅读(247235) 评论(41) 推荐(96)
摘要: 首先需要说明的是: nvm不支持Windows!!!,但是有替代品,也就是nvm-windows,类似git和git for windows一样。 第一步:点击下载 nvm,打开该项目在github上面的下载页面后,我们选择latest中的第一个:nvm-noinstall.zip,点击下载。 下载 阅读全文
posted @ 2021-10-01 21:25 SpringCore 阅读(1519) 评论(0) 推荐(0)
摘要: 很多文章介绍IntelliJ IDEA开启热部署功能都会写到在IntelliJ IDEA中的注册表中开启compiler.automake.allow.when.app.running选项,此选项在IntelliJ IDEA 2021.2之后的版本迁移到高级设置中。如下图所示: 如果你安装了中文语言 阅读全文
posted @ 2021-08-28 19:05 SpringCore 阅读(16454) 评论(3) 推荐(20)
摘要: 原函数 CREATE DEFINER=`root`@`localhost` FUNCTION `getDepartList`(departid VARCHAR(2000)) RETURNS varchar(1000) CHARSET utf8mb4 BEGIN DECLARE pTemp VARCH 阅读全文
posted @ 2021-06-02 10:39 SpringCore 阅读(3437) 评论(0) 推荐(0)
摘要: 任何语言生成的base64均不会携带data URI,而前端在读取base64时需要携带data URI头 1 public String getContentType(Path path){ 2 try { 3 return Files.probeContentType(path); 4 } ca 阅读全文
posted @ 2021-05-28 11:34 SpringCore 阅读(473) 评论(0) 推荐(0)
摘要: 1 import com.itextpdf.text.*; 2 import com.itextpdf.text.pdf.*; 3 import java.io.IOException; 4 5 public class PdfReportM1HeaderFooter extends PdfPage 阅读全文
posted @ 2021-05-17 16:25 SpringCore 阅读(1264) 评论(0) 推荐(0)
摘要: 1 import javax.imageio.ImageIO; 2 import javax.swing.*; 3 import java.awt.*; 4 import java.awt.image.BufferedImage; 5 import java.io.File; 6 import ja 阅读全文
posted @ 2021-05-17 16:20 SpringCore 阅读(821) 评论(0) 推荐(0)
摘要: 1 -- 登录 2 mysql -u root -p 3 -- 查询mysql用户 4 select user,host,authentication_string from mysql.user; 5 -- 切换到mysql库 6 use mysql; 7 -- 修改root用户host 8 up 阅读全文
posted @ 2021-02-23 14:10 SpringCore 阅读(6969) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 68 下一页