阿里云函数计算如何使用环境变量
1System.out.println("value: "+ System.getenv("key")); 参考:https://help.aliyun.com/document_detail/164354.html?spm=5176.11065259.1996646101.searchclickresult.45e05493j4M6UG
1System.out.println("value: "+ System.getenv("key")); 参考:https://help.aliyun.com/document_detail/164354.html?spm=5176.11065259.1996646101.searchclickresult.45e05493j4M6UG
安装UPNP相关的软件包 12opkg updateopkg install miniupnpd luci-app-upnp 我的OpenWRT路由器是在电信光猫后面一层,所以要在光猫上配置NET转发1024到65535端口的TCP/UDP请求到OpenWRT OpenWRT后台可以查看目前UPNP端口开放情况
landscape主题下,修改 _layout/partial/head.ejs 在17行开始修改为 1234567} else if (is_category()){ title = page.category; //__('category') + ': ' + } else if (is_tag(
保护文件防止被删除 1chattr -+ web.jar 查看文件状态 1lsattr web.jar 1----i--------e-- web.jar 上面显示一个i,说明文件不能被删除。 取消文件保护 1chattr -i web.jar
用div包裹起来设置style display为none 123<div style="display: none"> <script type="text/javascript" src="https://s9.cnzz.com/z_stat.php?i
5分钟时间窗口,上游服务response time大于1秒的数量 1*| SELECT time_series(__time__, '5m', '%Y-%m-%d %H:%i:%s' ,'0') as Time, count(1) as T where upstream_response_time > 1 group by Time order
备份名称为 mydb 的数据库文件名增加备份时间戳并gzip压缩。 1mongodump --archive="mydb`date '+%Y%m%d%H%M'`.gz" --gzip --db=mydb 恢复 mydb mongorestore命令的--db参数是选择备份文件中的DB,而非恢复的DB名称,MongoDB 3.
增加以下配置 1234jar { enabled = true from { configurations.compileClasspath.collect { it.isDirectory() ? it : zipTree(it) } }}
执行opkg update的时候显示wget returned 4 12345678910111213141516171819opkg updateDownloading http://openwrt.kuoruan.net/packages/releases/mipsel_74kc/Packages.gz.Downloading htt