会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Allen-0827
博客园
首页
新随笔
新文章
联系
管理
订阅
2020年12月8日
虚拟机安装的CentOS7没有网络
摘要: centos7默认不开启网络,修改配置文件/etc/sysconfig/network-scripts/ifcfg-ens33中的ONBOOT默认值ON为yes 重启网络service network restart
阅读全文
posted @ 2020-12-08 14:50 Allen-0827
阅读(81)
评论(0)
推荐(0)
2020年9月16日
nuxt自动导入组件
摘要: 在nuxt.config.ts中配置 import type { NuxtConfig } from '@nuxt/types' const config: NuxtConfig = { components: true, } export default config
阅读全文
posted @ 2020-09-16 10:42 Allen-0827
阅读(495)
评论(0)
推荐(0)
nuxt 分页 query 参数(page)变化页面不刷新的解决办法
摘要: 在需要的页面配置 watchQuery: ['page']
阅读全文
posted @ 2020-09-16 10:37 Allen-0827
阅读(1397)
评论(0)
推荐(0)
2020年5月13日
proto3语法
摘要: https://blog.csdn.net/ZYC88888/article/details/80249616
阅读全文
posted @ 2020-05-13 15:37 Allen-0827
阅读(72)
评论(0)
推荐(0)
2020年4月10日
vscode typescript调试
摘要: 1.配置tsconfig.json "sourceMap": true 2.终端->配置任务->tsc: 监视 - tsconfig.json { "type": "typescript", "tsconfig": "tsconfig.json", "option": "watch", "probl
阅读全文
posted @ 2020-04-10 14:00 Allen-0827
阅读(544)
评论(0)
推荐(0)
公告