设置 Google Earth Pro 地图中的字体为简体中文(软件本身支持简体中文)
for Windows Windows 下 Google Earth Pro 使用了 DFPYuanW5-GB5.TTF 这个字体,就可以将繁体中文改成简体中文显示。方法是 Google Earth Pro -> 工具 -> 选项 -> 第一个 tab 3D 视图中,字体 选择 3D 字体 -> 选择 「DFPYuanW5-GB5.TTF」这个字体应用 确定 就行了。 fo
for Windows Windows 下 Google Earth Pro 使用了 DFPYuanW5-GB5.TTF 这个字体,就可以将繁体中文改成简体中文显示。方法是 Google Earth Pro -> 工具 -> 选项 -> 第一个 tab 3D 视图中,字体 选择 3D 字体 -> 选择 「DFPYuanW5-GB5.TTF」这个字体应用 确定 就行了。 fo
每次 push 时都让输入用户名和密码是因为 https 传输时,GitHub 并不会记住用户名和密码,报错信息类似于下面这样: E:\personal-projects\notes> git push 发送请求时出错。 fatal: HttpRequestException encountered. 发送请求时出错。 Username for 'https://gith
今天使用 FormItem 组件时从 initialValue 中发现 "1,2,3"这样的字符串经过 split 操作后得到的结果是字符串数组。 const str = '1,2,3'; const arr = str.split(','); console.log('arr', arr); 打印出来的结果是: arr (3) ["1", "2", "3"] 0: "1" 1: "2" 2:
正确的消费观是怎样的?该树立怎样的消费观?抛砖引玉,本文谈谈鄙人的看法。 今晚使用一元硬币 10 个消费了下,真是有好多年没有使用现金买过东西了。买了个晒衣服的夹子,20 个一共 5 元。真实惠,虽然是塑料的,可能质量不咋地,但是贵在很实用,我对这些很实用的东西的消费观一直是非常 open 的。剩下的 5 个硬币买了个巧乐兹冰淇淋吃了。回家的路上产生了一些想法,于是有了本文。 如今我们更多的使用支
先看看 react blog, 看官方怎么说的 In React blog post: URLs starting with javascript: are a dangerous attack surface because it’s easy to accidentally include unsanitized output in a tag like <a href> and cr