- 发起活动时地图标注优化(添加详细地址自动标注)
- 上传海报的图片替换,可拖动上传
- 上传海报的功能尚且不可用
- 请保证上传图片的质量,推荐16:9比例的图片样式调整
- 限制人数需要增加单位 “人”
- 编辑器加入分割线的功能
- 增加活动报名时间开关
- 活动小贴士的帖子整理
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo sh /usr/share/ati/fglrx-uninstall.sh | |
| sudo apt-get remove --purge fglrx* | |
| sudo rm /etc/X11/xorg.conf | |
| sudo dpkg-reconfigure xserver-xorg | |
| sudo reboot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # install ruby for windows | |
| # http://rubyinstaller.org/ | |
| $ gem sources --remove https://rubygems.org/ | |
| $ gem sources -a http://ruby.taobao.org/ | |
| $ gem sources -l | |
| *** CURRENT SOURCES *** | |
| http://ruby.taobao.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unzip -O CP936 xxx.zip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo add-apt-repository ppa:webupd8team/java | |
| sudo apt-get update | |
| sudo apt-get install oracle-java7-installer oracle-java8-installer | |
| sudo update-java-alternatives -s java-7-oracle | |
| sudo update-java-alternatives -s java-8-oracle | |
| sudo apt-get install oracle-java8-set-default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| description "dnscrypt startup script" | |
| start on (local-filesystems and started dbus and stopped udevtrigger) | |
| stop on runlevel [016] | |
| script | |
| exec /usr/local/sbin/dnscrypt-proxy --resolver-name=opendns --local-address=127.0.0.2 --user=dnscrypt --logfile=/var/log/dnscrypt.log --pidfile=/var/run/dnscrypt.pid | |
| end script |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo lsof -nP -i | grep LISTEN | |
| ... | |
| nginx 1330 root 6u IPv4 11055 0t0 TCP *:80 (LISTEN) | |
| nginx 1331 www-data 6u IPv4 11055 0t0 TCP *:80 (LISTEN) | |
| nginx 1332 www-data 6u IPv4 11055 0t0 TCP *:80 (LISTEN) | |
| nginx 1333 www-data 6u IPv4 11055 0t0 TCP *:80 (LISTEN) | |
| nginx 1334 www-data 6u IPv4 11055 0t0 TCP *:80 (LISTEN) | |
| ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "gulp-test", | |
| "version": "1.0.0", | |
| "description": "gulp test project", | |
| "main": "gulpfile.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "repository": { | |
| "type": "git", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tree -C --dirsfirst -I *.pyc |