把每个数*100/100
python:##
matlab:#
JavaScript://
html:
通常情况下,我们使用google进行前端开发,但是有时候某些系统需要打开ie,那么这个时候就需要自动打开ie
写一个注册表
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\openIE]
@="URL:OpenIE Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\openIE\DefaultIcon]
@="iexplore.exe,1"
[HKEY_CLASSES_ROOT\openIE\shell]
[HKEY_CLASSES_ROOT\openIE\shell\open]
[HKEY_CLASSES_ROOT\openIE\shell\open\command]
@="cmd /c set m=\"%l%\" & call set m=%%m:openIE:=%% & call \"C:\\Program Files\\Internet Explorer\\iexplore.exe\" %%m%% & exit"
点击注册表进行注册
在html编写
window.open(openie:"https://www.baidu.com")
https://juejin.cn/post/7080882631629340708
比较好的主题有one dark pro,brackets-light-pro
现在mac安装字体包
brew tap homebrew/cask-fonts
对应的repo是https://github.com/Homebrew/homebrew-cask-fonts
然后安装字体
fira-code是比较受欢迎的字体,在github上有60kstar
github repo:https://github.com/tonsky/FiraCode
brew install --cask font-fira-code
也可以安装别的字体
brew install font-inconsolata
在settings.json中添加字体
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
https://github.com/coder/code-server
restful pokemon api