2017年5月11日

how to setup nginx + uwsgi + bottle for RESTful python framework

摘要: how to setup nginx + uwsgi + bottle for RESTful python frameworkpythoninstall necessary modulesyaourt -S uwsgi uwsgi-plugin-python python-bottle setup nginxllwang@ASMC~ $ cat /etc/nginx/conf.d/my.co... 阅读全文

posted @ 2017-05-11 13:21 nicephil 阅读(349) 评论(0) 推荐(0) 编辑

shell判断变量内容里包含特定字符串

摘要: shell判断变量内容里包含特定字符串shell[ “$str” =~ “IEEE80211” ] && echo “it contains IEEE80211”nicephil@gmail.com 2017-5-11 阅读全文

posted @ 2017-05-11 13:20 nicephil 阅读(1572) 评论(0) 推荐(0) 编辑

导航