上一页 1 2 3 4 5 6 7 8 9 ··· 30 下一页
摘要: 宝塔面板安装 mongo4.0后需要设置账号密码可数据库才能使用 ![](https://img-blog.csdnimg.cn/20210108195645779.png) 安装后 authorization: disabled 默认配置时 ![](https://img-blog.csdnimg 阅读全文
posted @ 2023-06-22 15:36 xiondun 阅读(770) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_26896281/article/details/81206492 参考文章: [https://docs.mongodb.com/manual/tutorial/enable-authentication/](https://docs.mongod 阅读全文
posted @ 2023-06-18 19:06 xiondun 阅读(527) 评论(0) 推荐(0)
摘要: ### 文章目录 - [前言](#_6) - [一、主从搭建准备](#_16) - [二、Master](#Master_26) - - [1.修改mysql配置文件](#1mysql_28) - [2.创建授权用户](#2_47) - [3.查看日志和宿主机master的状态](#3master_ 阅读全文
posted @ 2023-06-18 18:14 xiondun 阅读(5475) 评论(1) 推荐(0)
摘要: 熟练掌握Nginx负载均衡的使用对运维人员来说是极其重要的!下面针对Nignx负载均衡upstream容错机制的使用做一梳理性说明: 一、nginx的upstream容错 1)nginx 判断节点失效状态Nginx默认判断失败节点状态以connect refuse和time out状态为准,不以HT 阅读全文
posted @ 2023-06-14 14:50 xiondun 阅读(496) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/cutewrp/p/14723913.html npm install -g asar 注意!cd和路径之间要空格!!! 然后输入如下命令: asar pack ./ app.asar 过一会儿,你会发现,它给你弹出一个命令行。像这样: C:\User 阅读全文
posted @ 2023-06-04 16:20 xiondun 阅读(2383) 评论(0) 推荐(0)
摘要: Unity启动Logo让人非常不爽,因为展示unity logo非常拖沓, 延缓了打开游戏的时间,用0元购版本又怕收到律师函。 终于....刷github学习的时候意外发现一段有趣的代码,说是能跳过Unity Logo启动屏: https://github.com/psygames/UnitySki 阅读全文
posted @ 2023-04-25 21:23 xiondun 阅读(1206) 评论(0) 推荐(1)
摘要: using System.Collections; using UnityEngine; using UnityEngine.Networking; public class HttpTest : MonoBehaviour { void Start() { StartCoroutine(Unity 阅读全文
posted @ 2023-04-24 17:57 xiondun 阅读(283) 评论(0) 推荐(0)
摘要: using UnityEngine; public class ObjectMovement : MonoBehaviour { public float speed = 10f; // 物体移动速度 void Update() { float horizontalInput = Input.Get 阅读全文
posted @ 2023-04-24 13:15 xiondun 阅读(363) 评论(0) 推荐(0)
摘要: 一.去除0的方法 BigDecimal是处理高精度的浮点数运算的常用的一个类 当需要将BigDecimal中保存的浮点数值打印出来,特别是在页面上显示的时候,就有可能遇到预想之外的科学技术法表示的问题。 一般直接使用 BigDecimal.toString()方法即可以完成浮点数的打印。 如: Sy 阅读全文
posted @ 2023-03-27 22:18 xiondun 阅读(4234) 评论(0) 推荐(1)
摘要: 为啥要关闭自动更新 配置差点的电脑,更新要几十分钟,十分影响工作 有BUG的补丁,会让工作宕机,就10月份微软发布的补丁,更新后,共享打印机就不能用了,卸载后,还会自动更新上去,一气之下关闭了更新功能 关闭更新 服务禁用 WIn+R调出运行 输入 services.msc 或 此电脑右键--管理-- 阅读全文
posted @ 2023-03-06 11:12 xiondun 阅读(2083) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 30 下一页