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 StartCreate 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
SQL 常用脚本
SQL 常用脚本1、行转列的用法PIVOT123456789101112CREATE table test (id int,name nvarchar(20),quarter int,number int);insert into test values(1,N'苹果',1,1000);insert into test values(1,N'苹果',2,2000);insert into test values(1,N'苹果',3,4000);insert into test values(1,N'苹果',4,5000);insert into test values(2,N'梨子',1,3000);insert into test values(2,N'梨子',2,3500);insert into test values(2,N'梨子',3,4200);insert into test values(2,N'梨子',4,55 ...
Vue3 40+使用工具
Vue3
UI库/相关工具/可视化/生态全分享
1.Web UI库1. ElementUI Plus一套为开发者、设计师和产品经理准备的基于 Vue 3.0 的桌面端组件库https://element-plus.org/zh-CN/
2. Ant Design of VueAnt Design 的 Vue 实现,开发和服务于企业级后台产品https://www.antdv.com/docs/vue/introduce-cn
3. BalmUI基于谷歌的 Material Design,附带 Vue 插件和指令,以及从简单到复杂的高度可定制组件https://next-material.balmjs.com/
4. Naive UI图森Vue3的组件库,文档完整,我项目中经常使用https://www.naiveui.com/zh-CN/os-theme
5. arco.design字节跳动企业级产品设计系统,支持React和Vue双版本https://arco.design/
6, Quasar轻松构建高性能和高质量 ...
