09 2023 档案
摘要:Latext基本语法 Latex语法格式 在开始本文之前,请先熟悉下,Latex的行文结构,这也是最基本的,作为一个程序员来说,每开始一个新的编程语言学习时,都要先了解该程序语言的结构,那样才能快速编程。 \documentclass[options]{class} \begin{document}
阅读全文
摘要:// 全局路由守卫配置 router.beforeEach((to,from,next)=>{ next(true); }) Hash 实现 hash是URL中hash(#) 以及后面部分组成,常用在作用锚点在页面内进行导航,改变URL中的hash部分不会引起页面刷新。 通过hash change时
阅读全文
摘要:docker安装mojo 官网 https://developer.modular.com/login 很奇怪登录页面不显示 类似于网站劫持 docker 安装mojo带jupyterlab的方式 https://hub.docker.com/r/lmq886/mojojupyterlab 拉取镜像
阅读全文
摘要:jupyterlab 安装 pip install jupyterlab # 汉化 pip install jupyterlab-language-pack-zh-CN #启动 jupyter-lab
阅读全文