摘要: 使用vmware安装ubuntu的时候,安装完之后发现没有root用户密码,只有新建用户,这个时候需要重新设置root用户密码 在新建用户下面运行 sudo passwd root 阅读全文
posted @ 2019-10-30 14:58 LingC_C 阅读(215) 评论(0) 推荐(0)
摘要: 参考文档 https://rustlang-cn.org/office/rust/book/getting-started/ch01-03-hello-cargo.html https://doc.rust-lang.org/cargo/reference/source-replacement.ht 阅读全文
posted @ 2019-07-05 15:33 LingC_C 阅读(1611) 评论(0) 推荐(0)
摘要: 一、plsql developer工具F5 在sqldeveloper中选中sql按F5即可查看执行计划 二、explain plan for 在sql plus中执行 explain plan for SQL语句,然后执行sql获取执行计划 Select * from table(DBMS_XPL 阅读全文
posted @ 2019-07-04 01:37 LingC_C 阅读(1252) 评论(0) 推荐(0)
摘要: 参考文章:https://www.jianshu.com/p/97c35d569aa3 因为Ubuntu自带的源服务器在国外,下载和更新软件的时候速度很慢,不稳定,所以需要将源更新为国内的源。国内的源比较多,常用的就是阿里的源。 1.备份原有源文件,方便在替换出问题时回滚 sudo cp /etc/ 阅读全文
posted @ 2019-07-02 14:26 LingC_C 阅读(4823) 评论(0) 推荐(0)
摘要: 参考文档 https://www.rust-lang.org/tools/install https://doc.rust-lang.org/cargo/reference/source-replacement.html 本次安装是在Ubuntu18.04上面进行的 概念: rustup:安装rus 阅读全文
posted @ 2019-07-02 14:08 LingC_C 阅读(8202) 评论(2) 推荐(0)