程序员书库(ID:CodingBook)猿妹编译链接:https://blog.codinghorror.com/programmers-dont-read-books-but-you-should/stackoverflow.com曾经有一个话题是:为什么程序员不再通过书籍学习编程,StackOverflow的联合创始人JOELSPOLSKY表示:程序员似乎已经不再阅读编程书籍了,与在职程序员的
分类:
其他好文 时间:
2020-12-23 12:03:40
阅读次数:
0
程序员书库(ID:CodingBook)猿妹编译书单来自:https://medium.com/the-pm-library/12-books-product-managers-should-read-in-2020-4089bc57d005虽说产品经理一直和程序员相爱相杀,但是不乏有很多程序员后来都转岗产品经理的职位,由程序员转岗的产品经理,虽说和程序员沟通起来会方便很多,但是前期总会有些不适应
分类:
其他好文 时间:
2020-12-22 13:08:48
阅读次数:
0
程序员书库(ID:CodingBook)编译链接:https://medium.com/swlh/math-books-you-should-read-in-2020-f08fa3b9704e数学可以说是一切的基础,即使我们都没有意识到数学是如何影响我们的行为的,数学是我们所有科技产品的基础,无论你的背景是什么,如果你懂数学,你就更能了解你周围的世界,下面这些书可以帮助你更懂这个世界。1、《The
分类:
其他好文 时间:
2020-12-22 13:06:54
阅读次数:
0
原文:http://tutorials.jenkov.com/unicode/utf-8.html#:~:text=UTF%2D8%20is%20a%20byte,represent%20a%20unicode%20code%20point. ____________________________ ...
分类:
其他好文 时间:
2020-12-14 13:23:31
阅读次数:
3
Given two sorted arrays nums1 and nums2 of size m and n respectively, return the median of the two sorted arrays. The overall run time complexity shou ...
分类:
编程语言 时间:
2020-11-21 12:37:58
阅读次数:
15
1.在现有的npm安装目录下执行命令。 2.将要安装的版本可能与现有版本不匹配。原文:https://stackoverflow.com/questions/44343997/npm-notice-created-a-lockfile-as-package-lock-json-you-should- ...
分类:
Web程序 时间:
2020-11-21 12:36:19
阅读次数:
15
Encountered 2 file(s) that should have been pointers, but weren't...... git rm .gitattributes git reset --hard HEAD ...
分类:
其他好文 时间:
2020-11-19 12:06:44
阅读次数:
3
PEP 8 -- Style Guide for Python Code Tabs or Spaces? Spaces are the preferred indentation method. Tabs should be used solely to remain consistent with ...
分类:
编程语言 时间:
2020-11-17 13:01:45
阅读次数:
27
Asked 2 years, 6 months ago Active 3 months ago Viewed 67k times 121 34 OS: Ubuntu 18.04 Server Docker 18.3 CE I am logged onto the server, from my Wi ...
分类:
其他好文 时间:
2020-11-07 17:20:10
阅读次数:
23
使用VSCode编写Markdown文件时,建议安装插件markdownlint,它可以帮助自己更加规范的写文章. 下面是所有的markdown语法错误信息以便纠错。 Rules文档 MarkdownLint错误问题解释 MD001 - Heading levels should only incr ...
分类:
其他好文 时间:
2020-10-16 11:16:45
阅读次数:
28