es6 ECMAScript6
luther 2年前 (2018-11-30) 593浏览 0评论
1、学习网站:http://es6.ruanyifeng.com/#docs/destructuring 2、ES转码工具:Babel 是一个广泛使用的 ES6 转码器 扩展运算符: function push(array, …items...
luther 2年前 (2018-11-30) 593浏览 0评论
1、学习网站:http://es6.ruanyifeng.com/#docs/destructuring 2、ES转码工具:Babel 是一个广泛使用的 ES6 转码器 扩展运算符: function push(array, …items...
luther 2年前 (2018-11-29) 915浏览 0评论
react教程 http://www.runoob.com/react/react-rendering-elements.html Meteor https://www.w3cschool.cn/discovermeteor/m45u1jjr.htm...
luther 2年前 (2018-11-28) 616浏览 0评论
Resource resource = new ClassPathResource(logoPath);//重点 Graphics2D graphics = image.createGraphics(); InputStream inputStrea...
luther 2年前 (2018-11-26) 620浏览 0评论
java -jar yourapp.jar –Dspring.config.location=./application.yml —-测试可用,配置文件和jar同一个目录 java -jar myproject.jar ...
luther 2年前 (2018-11-26) 1100浏览 0评论
之前看到过spring-boot开发的项目可以加载到放在jar包同级目录下的application.yml,就在想是否可以把src/main/resources/templates和src/main/resources/static这两个目录下的文件...
luther 2年前 (2018-11-23) 894浏览 0评论
启动start.sh: #! /bin/bash nohup java -jar /javaapps/tpvvcum/tpv-vc.jar >>/disk2/logs/tpvvcum.log 2>&1 & 关闭: p...
luther 2年前 (2018-11-23) 593浏览 0评论
mvn clean package –settings E:\apache-maven-3.6.0\conf\settings.xml 其中E:\apache-maven-3.6.0\conf\settings.xml请改成你的文件路径 ...
luther 2年前 (2018-11-22) 551浏览 0评论
# ~$ sudo su # useradd myusername # passwd myusername # usermod -s /bin/bash myusername #mkdir /home/myusername # chown -R US...
luther 2年前 (2018-11-22) 539浏览 0评论
#chmod u+w /etc/sudoers —用root用户修改sudoers修改权限 vim /etc/sudoers 编辑文件, 在root ALL=(ALL)ALL 行下添加 XXX ALL=(ALL) ALL XXX...
luther 2年前 (2018-11-22) 1144浏览 0评论
前提,不能在root用户下执行command 1) H5开发环境编译部署 若修订到bigbluebutton-html5的代码 sudo service bbb-html5 stop cd /home/firstuser/dev/bigbluebu...