好好爱自己!

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 179 下一页
摘要: 原文:https://www.jianshu.com/p/6815674eacad/ 相信有不少人在面试的时候都会碰到这样的场景! 面试官:"用过MySQL吧,你们是用自增主键还是UUID?" 你:"用的是自增主键。" 面试官:"为什么不用UUID,而用自增主键?" 你:"因为采用自增主键,数据在物 阅读全文
posted @ 2021-12-17 16:12 立志做一个好的程序员 阅读(1145) 评论(0) 推荐(1)
摘要: # This is the network config written by 'subiquity'network: ethernets: enp0s3: dhcp4: false addresses: [10.16.0.194/16] optional: true gateway4: 10.16 阅读全文
posted @ 2021-12-13 10:58 立志做一个好的程序员 阅读(4268) 评论(0) 推荐(0)
摘要: 原文:https://mp.weixin.qq.com/s?__biz=MzAxNzY0NDE3NA==&mid=2247488032&idx=1&sn=5d0c370dd992e1dd82030e5ac5600244&chksm=9be33dc1ac94b4d7798bb7ed230c899088 阅读全文
posted @ 2021-12-05 12:43 立志做一个好的程序员 阅读(145) 评论(0) 推荐(0)
摘要: 原文:https://jishuin.proginn.com/p/763bfbd373dc 最近遇见一个需要上传超大大文件的需求,调研了七牛和腾讯云的切片分段上传功能,因此在此整理前端大文件上传相关功能的实现。在某些业务中,大文件上传是一个比较重要的交互场景,如上传入库比较大的Excel表格数据、上 阅读全文
posted @ 2021-11-30 13:07 立志做一个好的程序员 阅读(385) 评论(0) 推荐(0)
摘要: 原文:https://www.tutorialspoint.com/rust/rust_modules.htm A logical group of code is called a Module. Multiple modules are compiled into a unit called c 阅读全文
posted @ 2021-11-29 22:34 立志做一个好的程序员 阅读(162) 评论(0) 推荐(0)
摘要: 原文:https://www.jianshu.com/p/edc85a20ada9 前言 当你的项目同时放在两个远程仓库(例如:一个开源中国,一个github)上时,需要分别push两次,进行以下修改,即可一次push,推送到两个远程库! 正文 进入你的项目目录,打开.git/config文件(.g 阅读全文
posted @ 2021-11-28 09:38 立志做一个好的程序员 阅读(938) 评论(0) 推荐(0)
摘要: 原文:https://mp.weixin.qq.com/s/Q28LwtYfU7KH_Zy0VbHvOA https://zhuanlan.zhihu.com/p/420764860 大家好,我是 polarisxu。 有一个朋友咨询一个问题: 网友咨询 实际项目中,使用 Go Module 难免会 阅读全文
posted @ 2021-11-27 18:19 立志做一个好的程序员 阅读(466) 评论(0) 推荐(0)
摘要: 这个人写的rust文章也不错 原文:https://www.cnblogs.com/Jackeyzhe/p/11862917.html 最近学习了一些关于架构设计的知识想分享给大家。俗话说得好,不想当架构师的程序员不是好厨子。那么如何成为一名架构师呢?接下来就聊一聊我的一些想法。 什么是架构师 之前 阅读全文
posted @ 2021-11-26 09:37 立志做一个好的程序员 阅读(144) 评论(0) 推荐(0)
摘要: 原文:https://www.educative.io/edpresso/modules-in-rust In Rust, modules are containers that enclose zero or more items (i.e., functions, structs, traits 阅读全文
posted @ 2021-11-24 23:56 立志做一个好的程序员 阅读(110) 评论(0) 推荐(0)
摘要: 原文:https://www.educative.io/edpresso/options-in-rust The Option<T> enum in Rust can cater to two variants: None: represents a lack of value or if an e 阅读全文
posted @ 2021-11-24 23:54 立志做一个好的程序员 阅读(106) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 179 下一页

不断学习创作,与自己快乐相处