摘要: 1、 cd /etc/systemd/system 2、 vim rtgapi.service [Unit] Description=rtgapi [Service] WorkingDirectory=/home/rtgweb/api/ ExecStart=/usr/bin/dotnet /home 阅读全文
posted @ 2023-08-23 10:45 shuihuren 阅读(195) 评论(0) 推荐(0)
摘要: vim etc/hostname vim /etc/hosts retboot 阅读全文
posted @ 2023-08-22 10:24 shuihuren 阅读(49) 评论(0) 推荐(0)
摘要: 1、 sudo apt-get update; 2、 sudo su root 3、 sudo apt-get install nginx sudo apt-get install vim 4、 nginx -v service nginx start 启动 service nginx restar 阅读全文
posted @ 2023-08-21 17:41 shuihuren 阅读(15) 评论(0) 推荐(0)
摘要: 安装vim sudo apt-get install vim 1、 sudo su root 2、 passwd root 修改文件/usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf文件,增加两行: greeter-show-manual- 阅读全文
posted @ 2023-08-18 13:53 shuihuren 阅读(87) 评论(0) 推荐(0)
摘要: 一,遇到的问题: 问题详情: CMake Error at CMakeLists.txt:2 (project): Generator Visual Studio 15 2017 could not find any instance of Visual Studio. Configuring in 阅读全文
posted @ 2022-12-07 09:24 shuihuren 阅读(2144) 评论(0) 推荐(0)
摘要: sc delete ysql2.初始化mysqlmysqld --initialize --console3.初始化后得到初始密码(需要记录初始密码,后续会用到),初始密码为最后一行:'root'@'localhost'':'密码'4.安装mysqlmysqld --install mysql5.出 阅读全文
posted @ 2022-12-02 10:25 shuihuren 阅读(19) 评论(0) 推荐(0)
摘要: 一、jupyter 安装 pip install jupyter 运行 jupyter notebook 二 matplotlib pip install -U matplotlib import matplotlib print(matplotlib.__version__) 三、numpy pi 阅读全文
posted @ 2022-12-01 16:17 shuihuren 阅读(55) 评论(0) 推荐(0)
摘要: 最近看到好多FY对手机定位方式的含义及原理,特别是wifi辅助定位的原理搞不明白,所以整理了一下以前写的一篇科普文,发到论坛里,科普一下~~ 全文比较长,长文恐惧症患者慎入。 首先说一下要阐述这些东西: 1、GPS定位。2、基站定位。3、WiFi辅助定位。4、AGPS定位。5、Glonass定位。6 阅读全文
posted @ 2017-08-01 16:07 shuihuren 阅读(908) 评论(0) 推荐(0)