02 add two numbers 1. 题目讲解 给定两个链表,每个链表表示一个整数,求这两个整数之和。结果也还是用链表表示。 2. 题解 思路: ? 本质上这道题是两个数带进位的加法。两个对应位置上的和是和对10取余。进位则是和整除10. class Solution { public: Li ...
分类:
其他好文 时间:
2021-04-06 14:12:17
阅读次数:
0
Contextual Inquiry and Analysis Methodology—— 背景研究 & 分析方法 1、Some usability Methods Contextual inquiry Contextual Analysis (Design) Paper prototype 【原型 ...
分类:
其他好文 时间:
2021-04-05 12:46:46
阅读次数:
0
Here is my advice to you for how to succeed at office politics without becoming a backstabber. 这是我给你的建议-如何在职场上取得成功?-不是变成一个在别人背后暗箭伤人的人! Don't keep your ...
分类:
其他好文 时间:
2021-04-05 12:23:05
阅读次数:
0
Hello, Mr. Houben, this is Zhou Yanzhuo. I returned to China after being in quarantine for a month before I was able to contact people. Now I have fin ...
分类:
其他好文 时间:
2021-04-01 13:16:40
阅读次数:
0
1.安装you-getpip install you-getyou-get --version查看的版本。2.下载视频you-get -i url 可以查看网页视频的信息三种方式you-get url 下载默认格式的视频you-get --format=对应格式 下载对应格式的视频you-get - ...
分类:
其他好文 时间:
2021-04-01 12:54:45
阅读次数:
0
https://daveceddia.com/deploy-react-express-app-heroku/ You’ve got a React app, and an API server written in Express or something else. Now – how do y ...
分类:
其他好文 时间:
2021-03-31 12:15:10
阅读次数:
0
引言 Log4j 是 Java 的主流日志框架,通过灵活的配置可以提供各种类型的日志服务。 在使用 Log4j 进行实际项目开发的过程中,有时不想使用 rootLogger 记录器,把所有的日志都输出到同一个 log 日志文件中,那么我们可以在 log4j.properties 配置文件中多配置几个 ...
分类:
其他好文 时间:
2021-03-31 11:43:23
阅读次数:
0
When dealing with `fs` library, the common problem you will meet is the path to file. Different envs may have different way to handle the path. The be ...
分类:
Web程序 时间:
2021-03-30 13:42:21
阅读次数:
0
本文翻译自:Git - Ignore node_modules folder everywhere I have a project containing multiple other projects : 我有一个包含多个其他项目的项目: Main project 主要项目 Mini projec ...
分类:
其他好文 时间:
2021-03-29 12:17:32
阅读次数:
0
工作区:代码编辑部分 暂存区:git add 本地仓库 git commit git 配置 git config --global user.name "" git config --global user.email "" git config --global --list ctril +l清屏 ...
分类:
其他好文 时间:
2021-03-26 15:12:55
阅读次数:
0