上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 51 下一页
摘要: 参考链接 https://blog.csdn.net/u012525096/article/details/83578321 1: 资源下载 有效期 2: md5.sh 若执行报错, -bash: xxx: /bin/sh^M: bad interpreter: No such file or di 阅读全文
posted @ 2019-07-22 15:17 1161588342 阅读(641) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/qmfsun/p/6549799.html 阅读全文
posted @ 2019-07-22 14:52 1161588342 阅读(194) 评论(0) 推荐(0)
摘要: 场景优点: URL访问跳转, 兼容支持, SEO优化, 后台维护,流量转发, 安全 语法: Syntax: rewrite regex (正则表达式) replacement [flag]; Context: server,location, if 比如维护界面 rewrite ^(.*)$ /pa 阅读全文
posted @ 2019-07-21 20:24 1161588342 阅读(100) 评论(0) 推荐(0)
摘要: 优点:减少服务器请求延时 错误的配置, 由于location 匹配到js,css,png,并没有用上 location / {} 的 root配置. 正确的配置, 阅读全文
posted @ 2019-07-21 20:09 1161588342 阅读(757) 评论(0) 推荐(0)
摘要: 方志鹏 https://www.fangzhipeng.com/spring-cloud.html 先看一个小demo gateway 使用查看源码 非常容易使用, 主要用了 fn.apply 的作用: 把 函数 addRequestHeader 作用在GatewayFilterSpec上面调用. 阅读全文
posted @ 2019-07-19 17:55 1161588342 阅读(317) 评论(0) 推荐(0)
摘要: 1: 静态资源Web服务器 静态资源4类 1> html css js 2>jpeg png gif 3>FLV mp4 4> txt,任何文件类型 文件读取 sendfile on; 默认是关闭的 tcp_nopush on; 默认是关闭的 提升tcp包的传输速度(在sendfile开启的时候使用 阅读全文
posted @ 2019-07-18 09:39 1161588342 阅读(125) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/wajika/p/6575656.html 阅读全文
posted @ 2019-07-17 17:24 1161588342 阅读(449) 评论(0) 推荐(0)
摘要: http_请求头, arg_参数 使用 比如User-Agent 则 $http_user_agent log_format 名称 '$http_*******' sub_status 查看连接,请求状态 常配置在http server location中 random_index 随机主页 sub 阅读全文
posted @ 2019-07-17 16:43 1161588342 阅读(112) 评论(0) 推荐(0)
摘要: 先来一张效果图, 下一步再开始 1:创建一个HelloWorld.java 2 生成.h文件 方式1: IDEA 设置生成.h 的文件 在HelloWorld.java文件中 点击右键>External Tools>Generate Header File, 成功可看见jni目录有com_Hello 阅读全文
posted @ 2019-07-11 10:48 1161588342 阅读(544) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/wainiwann/p/7086844.html 阅读全文
posted @ 2019-07-10 18:16 1161588342 阅读(114) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 51 下一页