系统/Linux
247
1 分钟 Alpine-GCC13 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41……vite-cdn 需求 加速vite构建 解决方案 从以下cdn网站中找出对应的地址 BootCDN: www.bootcdn.cn 七牛云: www.staticfile.org 1 2 3 4……
代码/CDN
503
2 分钟 Vite加速 传送门 maven 修改 settings.xml 1 2 3 4 5 6 7 8 9 10 11 12 13 <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <mirrors> <mirror> <id>aliyunmaven</id> <mirrorOf>*</mirrorOf> <name>alicloud</name> <url>https://maven.aliyun.com/repository/public</url> </mirror> </mirrors>……
1115
3 分钟 常见配置 vite初始化完总是需要手动配置一些自定义参数,这里记录一些常用配置 1 2 3 pnpm……
1090
3 分钟 WPF 2023/03/06写一天wpf的一点心得 从设计上和vue还是很像的 和vue的一些……