摘要: 单引号定义字符串 - 可以包含双引号 - 可以转义里面单引号 双引号定义字符创 - 可以包含单引号 - 可以转义里面双引号 `号 - 可以包含双引号和单引号 阅读全文
posted @ 2020-06-01 13:22 阿布都日 阅读(213) 评论(0) 推荐(0) 编辑
摘要: ​x ** * String * Number * Boolean * Null * Undefined * Object */ 阅读全文
posted @ 2020-06-01 13:13 阿布都日 阅读(139) 评论(0) 推荐(0) 编辑
摘要: /*多行注释*/ //单行注释 阅读全文
posted @ 2020-06-01 12:39 阿布都日 阅读(102) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/2021740/202006/2021740-20200601141611263-1650408799.png) 阅读全文
posted @ 2020-06-01 12:30 阿布都日 阅读(167) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> alert("警告框"); document.write("输出到文档"); console.log("s输出到控制台"); </script> 阅读全文
posted @ 2020-06-01 12:18 阿布都日 阅读(110) 评论(0) 推荐(0) 编辑
摘要: C:\Windows\System32\drivers\etc 找到host文件,右键-属性-安全-编辑,选中当前电脑登录的用户,给自己最高权限,确认。 然后用记事本打开,在最后一行加: 192.30.253.113 github.com192.30.252.131 github.com185.31 阅读全文
posted @ 2020-05-22 10:49 阿布都日 阅读(166) 评论(0) 推荐(0) 编辑
摘要: keytool -genkey -alias tomcat -keyalg RSA -keystore f:/home/tomcat.keystore 阅读全文
posted @ 2020-05-15 10:39 阿布都日 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 创建新文件:touch test.sh 添加可执行权限:chmod +x test.sh 编辑文件:gedit test.sh 输出命令:echo "hello world" 正常退出:exit 0 给命令起别名:alias hello="echo 'hello world'" 撤销别名:unali 阅读全文
posted @ 2020-05-01 17:54 阿布都日 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 删除 /etc/apt/sources.list 在目录 /etc/apt/sources.list.d/中添加其他下载源 #Ubuntu国内阿里源 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multi 阅读全文
posted @ 2020-04-29 19:54 阿布都日 阅读(1235) 评论(0) 推荐(0) 编辑
摘要: wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-22 sudo apt-get purge bbb-demo bbb-conf --secret 阅读全文
posted @ 2020-04-29 18:30 阿布都日 阅读(1271) 评论(0) 推荐(0) 编辑