原始 Markdown文档、Visio流程图、XMind思维导图见:https://github.com/LiZhengXiao99/Navigation-Learning 文章目录 1、satposs_rtklib()2、ephclk()1. eph2clk():时钟校正参数( a f 0 、 a f 1 、 a f 2 a_{f0}、a_{f1}、a_{f2} af0、af…
创建用户:
create user testlocalhost identified by 123456;
create user 创建用户的固定开头
testlocalhost test为用户名,
localhost:新建用户可以在哪些主机上登录,即使可以使用IP地址,网段主机名都可以
identified by 1…