摘要: Windows的Nginx服务可视化界面安装 参考:https://www.cnblogs.com/pxblog/p/14874558.html 下载:http://nginx.org/en/download.html 解压: html文件夹放置静态文件 如: 配置文件conf文件夹下 下面表示监听 阅读全文
posted @ 2021-06-10 17:19 yvioo 阅读(293) 评论(0) 推荐(0) 编辑
摘要: /** * 坐标系转换工具类 */ public class PositionUtil { public static double pi = 3.1415926535897932384626; public static double x_pi = 3.14159265358979324 * 30 阅读全文
posted @ 2021-06-10 11:27 yvioo 阅读(1231) 评论(0) 推荐(0) 编辑
摘要: mysql> show status like 'Threads%' -> ; + + + | Variable_name | Value | + + + | Threads_cached | 7 | | Threads_connected | 16 | ##这个数值指的是打开的连接数 | Thre 阅读全文
posted @ 2021-06-10 09:22 yvioo 阅读(1500) 评论(0) 推荐(0) 编辑