摘要:
Linux 学习总结笔记 1.cron 任务了解 Linux crontab是用来定期执行程序的命令 当安装完成操作系统之后,默认便会启动此任务调度命令。 crond命令每分锺会定期检查是否有要执行的工作,如果有要执行的工作便会自动执行该工作。 Linux 任务调度工作主要分为两类: 1.系统执 阅读全文
摘要:
Leetcode 刷题笔记二 两数相加(使用链表) -- scala版本 原地址:两数相加 问题描述: 题干: You are given two non-empty linked lists representing two non-negative integers. The digits ar 阅读全文
摘要:
Leetcode 刷题笔记一 两数之和 -- scala版本 原地址:两数之和 问题描述: 题干: Given an array of integers, return indices of the two numbers such that they add up to a specific ta 阅读全文