记录常识

  1、算法题库:https://github.com/jwasham/coding-interview-university

  2、为长度相同的数字批量添加单引号(excel)

    函数="'"&A1&"'"
  注意:使用+下拉即可迅速批量创建

 3、常用工具:https://tool.lu/

 4、JDK文档地址

  https://www.oracle.com/java/technologies/javase-downloads.html

 5、w3cschool

  https://123.w3cschool.cn/webtools

 6、课程文档及源码

  https://gitee.com/yunjie27/InternetArchitect/?_from=gitee_search

原文地址:https://www.cnblogs.com/bwcx1375/p/14065566.html