随笔分类 -  Set the website

摘要:#!/bin/sh git filter-branch --env-filter ' OLD_EMAIL="your-old-email@example.com" CORRECT_NAME="Your Correct Name" CORRECT_EMAIL="your-correct-email@e 阅读全文
posted @ 2022-03-25 15:53 SteveYu 阅读(56) 评论(0) 推荐(0)
摘要:.dot-top { font-size: 0; line-height: 0; border-width: 10px; border-color: #1c1c52; border-top-width: 0; border-style: dashed; border-bottom-style: so 阅读全文
posted @ 2022-03-24 18:24 SteveYu 阅读(122) 评论(0) 推荐(0)
摘要:全局 scss 变量和函数 const sassResourcesLoader = require('craco-sass-resources-loader'); const path = require('path'); module.exports = { plugins: [ { plugin 阅读全文
posted @ 2022-02-23 13:01 SteveYu 阅读(128) 评论(0) 推荐(0)
摘要:"dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "prisma.vscode-graphql", "zaczero.bootstrap-v4-snippets" 阅读全文
posted @ 2021-07-06 10:36 SteveYu 阅读(220) 评论(0) 推荐(0)
摘要:之前有发现,当我们使用react-router的时候,如果是HashRouter一般不会出现任何问题,当我们使用BrowserRouter的时候,打包部署的时候,往往无法进行刷新。 我们在Nginx上面将uri进行try_files到index.html,即可跟随uri在react-router上进 阅读全文
posted @ 2021-05-23 21:01 SteveYu 阅读(844) 评论(0) 推荐(0)
摘要:![](https://img2020.cnblogs.com/blog/1449595/202105/1449595-20210506020851128-538842071.png) ![](https://img2020.cnblogs.com/blog/1449595/202105/1449595-20210506020901541-1957574731.png) ![](https://i 阅读全文
posted @ 2021-05-06 02:09 SteveYu 阅读(72) 评论(0) 推荐(0)
摘要:Flex布局 来源:bilibili 外部容器属性就 1.flex-direction flex-wrap justify-content align-items align-content 内部项目属性 order flex-grow flex-shrink flex-basis align-se 阅读全文
posted @ 2021-02-06 02:04 SteveYu 阅读(134) 评论(0) 推荐(0)
摘要:Warning: validateDOMNesting(...): Text nodes cannot appear as a child of <thead>. index.js:1 Warning: validateDOMNesting(...): Text nodes cannot appea 阅读全文
posted @ 2020-09-28 22:49 SteveYu 阅读(767) 评论(0) 推荐(0)
摘要:JavaScript 语法 JavaScript 是一个程序语言。语法规则定义了语言结构。 JavaScript 语法 JavaScript 是一个脚本语言。 它是一个轻量级,但功能强大的编程语言。 JavaScript 字面量 在编程语言中,一般固定值称为字面量,如 3.14。 数字(Number 阅读全文
posted @ 2019-08-11 14:28 SteveYu 阅读(2351) 评论(0) 推荐(0)
摘要:学习来源:https://www.runoob.com/js/js-tutorial.html JavaScript 教程 JavaScript 是 Web 的编程语言。 所有现代的 HTML 页面都使用 JavaScript。 JavaScript 非常容易学。 本教程将教你学习从初级到高级Jav 阅读全文
posted @ 2019-08-11 13:40 SteveYu 阅读(1599) 评论(0) 推荐(0)
摘要:很早前因为使用了一年的MyEclipse,不想更换其他的IDE工具,是因为各项配置,以及快捷键等。前段时间更换了IDEA工具,初步了解了一些功能,包括快捷,调试,配置,都很优于MyEclipse。但是IDEA中很多东西与MyEclipse不一样,类似,IDEA的Project类似MyEclipse中 阅读全文
posted @ 2019-05-04 14:21 SteveYu 阅读(1280) 评论(0) 推荐(0)
摘要:yum install java-1.8.0-openjdk 安装jdk yum install tomcat 安装tomcat wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpmrpm -ivh mysql-com 阅读全文
posted @ 2019-02-13 19:27 SteveYu 阅读(181) 评论(0) 推荐(0)
摘要:很多人在学习j2ee的过程中,或多或少的写了一些大大小小的demo,很想自己的项目能够有其他人看到,所以写了一篇文章,如何搭建一个属于自己的网站 1.首先,你需要租一个主机,阿里云,腾讯云,或者是hostus等国外的主机(小型网站一般配置不用太高),一般的linux主机就行 2.你需要下载两个文件, 阅读全文
posted @ 2018-09-29 13:40 SteveYu 阅读(3500) 评论(0) 推荐(0)