Gitee最简教程(不用git版)

欢迎来到 东南大学-顾洪成 的 工作台,这份Gitee最简教程专为零基础用户快速上手准备,请遵照以下步骤操作。 点击工作台 链接,并将它添加到浏览器的书签栏。 按下图设置 工作台 的组件,仅保留 我的仓库 、我的工作项 、个人数据概览 和 我的周报 共4个组件。 工作台 左侧为导航栏, 我的仓库 是 代码 的子集,后者……

阅读全文

博客从Hexo迁移至Hugo

安装Hugo并建立站点 按以下步骤建立站点blog并使用飞雪无情maupassant主题(感谢),在开浏览器中输入http://localhost:1313查看新创建站点。 1 2 3 4 5 6 7 8 9 brew install hugo hugo new site blog cd blog git init git clone https://github.com/rujews/maupassant-hugo themes/maupassant hugo new post/my-first-post.md hugo server -D 自定义菜单 在config.toml配置文件中新增:……

阅读全文

Anki最简教程

本教程在Windows 10企业版(版本号1909,64位)上测试通过。macOS/Linux/Android/iOS请自行测试,提示:iOS版本需付费。 下载最新版Anki软件 官网,英文,最新版,下载慢 Anki中国,中文,镜像,有滞后,下载快 安装 直接双击安装即可,可能会提示“Ope……

阅读全文

macOS开启硬盘NTFS读写功能

已在macOS 10.13.6和TOSHIBA移动硬盘测试通过; 以下操作仅供测试,操作前建议备份数据。 AFPS格式的macOS系统默认隐藏了NTFS写入功能,一般通过安装Paragon NTFS、Mounty等第三方软件来获得读写功能。本教程给出 /etc/fstab挂载方式直接读写N……

阅读全文

M文件使用UTF-8编码

测试环境Windows 10,64位专业版;MATLAB 2019a。 在MATLAB命令行窗口输入命令,检查当前编码方式是否为 UTF-8: feature('locale') 如果为 GBK或 GB2312等格式,则进入MATLAB的 bin目录,复制 lcdata_utf8.xml到桌面,并修改如下: 删除 <encoding name=”GBK……

阅读全文

U盘、机械硬盘和固态硬盘读写速度测试

准备 测试对象 U盘:Kingston DT Micro3.1, 64 GB 移动硬盘:Toshiba DTW 120, 2 TB SSD: Macbook Pro 13’, Early 2015, 256 GB SSD: iMac 27’, 2017, 512 GB 测试平台 OS:macOS 10.12.5 测试软件: Blackmagic Disk Speed Test, ver3.1 U盘在USB2.0和3.0接口的读写速度 连接USB2.0时,U盘读取速度34.0 MB/s,写入速度11.8 MB/s。 连接USB3.0……

阅读全文

The STL Format

Standard Data Format of STL Reprinted from http://www.fabbers.com/tech/STL_Format Reprinted from Section 6.5 of Automated Fabrication by Marshall Burns, Ph.D. Technical source: StereoLithography Interface Specification, 3D Systems, Inc., October 1989 An STL (“StereoLithography”) file is a triangular representation of a 3-dimensional surface geometry. The surface is tessellated or broken down logically into a series of small triangles (facets). Each facet is described by a perpendicular direction and three points representing the vertices (corners) of the triangle. These data are used by a slicing algorithm to determine the cross sections of the 3-dimensional shape to be built by the fabber. Format Specifications An STL file consists of a list of facet data. Each facet is uniquely identified by a unit normal (a……

阅读全文

Greek alphabet

希腊字母:LaTex转Markdown 测试效果如下: No. letter latex md letter latex md 1 $\alpha$ \alpha \alpha A \Alpha A 2 $\beta$ \beta \beta B \Beta B 3 $\gamma$ \gamma \gamma $\Gamma$ \Gamma \Gamma 4 $\delta$ \delta \delta $\Delta$ \Delta \Delta 5 $\epsilon$ \epsilon \epsilon E \Epsilon E 6 $\zeta$ \zeta \zeta Z \Zeta Z 7 $\eta$ \eta \eta H \Eta H 8 $\theta$ \theta \theta $\Theta$ \Theta \Theta 9 $\iota$ \iota \iota I \Iota I 10 $\kappa$ \kappa \kappa K \Kappa K 11 $\lambda$ \lambda \lambda $\Lambda$ \Lambda \Lambda 12 $\mu$ \mu \mu M \Mu M 13 $\nu$ \nu \nu N \Nu N 14 $\xi$ \xi \xi $\Xi$ \Xi \Xi 15 $\omicron$ \o \omicron O \O O 16 $\pi$……

阅读全文

The Diamond Structure

Diamond structure Point set for diamond structure 0.00 0.00 0.00 0.50 0.50 0.00 1.00 1.00 0.00 0.25 0.25 0.25 0.75 0.75 0.25 0.50 0.00 0.50 1.00 0.50 0.50 0.50 1.00 0.50 0.00 0.50 0.50 0.75 0.25 0.75 0.25 0.75 0.75 1.00 0.00 1.00 0.50 0.50 1.00 0.00 1.00 1.00 The path Path1: 1,4,2,5,3 Path2: 5,8,11,9,4,6,10,7,5 Path3: 14,11,13,10,12 conn1: 3,5 conn2: 5,14 diamond_Points for one diamond unit Each diamond unit has 14 vertexes, of which 4 (4#, 5#, 10#, 11# in Table 1) are inside the cube, 6 (2#, 6#, 7#, 8#, 9#, 13#) are onto each surface of the cube, and the remaining 4 (1#, 3#, 12#, 14#) are at the vertexes of the cube (Fig 1). Fig 1. One diamond unit Table 1. Point-set for one diamond unit with $a=1$. 0.00 0.00 0.00 0.50 0.50 0.00 1.00 1.00 0.00……

阅读全文

开通博客

配置SSH key cd ~/.ssh rm * ssh-keygen -t rsa -C mail_address 连按回车3次,得到 id_rsa和 id_rsa.pub文件,将后者复制到github New SSH key,测试是否成功(输入 yes,看到successful即可)。 ssh -T git@github.com 再配置 git config --global user.name "name" git config --global user.email "mail_address" 安装Homebrew 将下面代码粘贴在Terminal中: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"……

阅读全文

© 2017-2023 GuLab.cn | All rights reserved.