摘要:
1、https://github.com/ -->Pricing and Signup -->Create a free account 2、生成公钥:私钥 ssh-keygen -t rsa -C xxxxx@qq.com(注册github时的email) 3、登陆github,选择Account 阅读全文
摘要:
1、https://github.com/ -->Pricing and Signup -->Create a free account 2、生成公钥:私钥 ssh-keygen -t rsa -C xxxxx@qq.com(注册github时的email) 3、登陆github,选择Account 阅读全文
摘要:
1、安装 https://nodejs.org/ node --version ::::linux安装:::::: 将安装包上传到指定位置(我习惯放到:/usr/local/目录),并解压 tar -xvf node-v10.6.0-linux-x64.tar.xz 重命名文件夹 mv node-v 阅读全文
摘要:
对于用dw做网页出身的程序员 用dw做编辑器真的比那些乱七八糟的强得多 然而dw不能编辑除软件内置默认的 其他的文件类型 打开会提示错误,或者打开后没有高亮和代码提示 下面给大家带来解决方案,用dw写vue也是666的 1、找到DW 安装目录。 Adobe Dreamweaver CS5.5\con 阅读全文
|