自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

codedz的博客

一个喜欢五月天的代码男孩!

  • 博客(10)
  • 资源 (5)
  • 收藏
  • 关注

原创 Reverse Linked List

Reverse Linked List Reverse a singly linked list. Example: Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL Follow up: A linked list can be reversed either iterat...

2020-03-31 18:05:05 271

原创 Exchange Seats

Exchange Seats description: Mary is a teacher in a middle school and she has a table seat storing students’ names and their corresponding seat ids. The column id is continuous increment. Mary wants to...

2020-03-28 22:24:23 321

原创 Rising Temperature

Rising Temperature description: Given a Weather table, write a SQL query to find all dates’ Ids with higher temperature compared to its previous (yesterday’s) dates. +---------+------------------+---...

2020-03-27 16:44:48 235

原创 Delete Duplicate Emails

Delete Duplicate Emails description: Write a SQL query to delete all duplicate email entries in a table named Person, keeping only unique emails based on its smallest Id. +----+------------------+ | I...

2020-03-27 10:14:49 188

原创 Department Top Three Salaries

Department Top Three Salaries description: The Employee table holds all employees. Every employee has an Id, and there is also a column for the department Id. +----+-------+--------+--------------+ |...

2020-03-25 23:11:17 172

原创 超级详细的Git&GitHub使用教程

Git&GitHub使用教程 文章目录Git&GitHub使用教程1. 版本控制工具应该具备的功能2. 版本控制工具3. Git的优势4. Git安装5. Git结构6. Git和代码托管中心7. 本地库和远程库8. Git命令行操作9. GitHub 1. 版本控制工具应该具备的功能 协同修改 多人并行不悖的修改服务器端的同一个文件。 数据备份 不仅保存目录和文件的当前状...

2020-03-24 18:58:08 1109

原创 Integer to Roman

Integer to Roman description: Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C...

2020-03-17 20:46:30 153

原创 Second Highest Salary and Nth Highest Salary

Second Highest Salary Write a SQL query to get the second highest salary from the Employee table. +----+--------+ | Id | Salary | +----+--------+ | 1 | 100 | | 2 | 200 | | 3 | 300 | +----+...

2020-03-16 11:21:45 102

原创 Combine Two Tables

[Combine Two Tables] Table: Person +-------------+---------+ | Column Name | Type | +-------------+---------+ | PersonId | int | | FirstName | varchar | | LastName | varchar | +--------...

2020-03-16 10:23:41 147

原创 String to Integer(atoi)

String to Integer(atoi) description: Implement atoi which converts a string to an integer. The function first discards as many whitespace characters as necessary until the first non-whitespace charac...

2020-03-15 21:38:39 181

HD Tune Pro.rar

HD Tune Pro是一款小巧易用的硬盘工具软件,其主要功能有硬盘传输速率检测,健康状态检测,温度检测及磁盘表面扫描等。另外,还能检测出硬盘的固件版本、序列号、容量、缓存大小以及当前的Ultra DMA模式等。重点是我这个版本纯净绿色好用无需下载器或者捆绑其他软件,并附带序列号直接激活!

2020-10-12

企业后台OA管理系统.rar

一个很好用的企业后台管理系统模板,供给大家平常写网站用,绝对好用!

2019-05-21

微PE工具箱2.0版

最干净,简洁,易用(无任何捆绑,病毒)的系统维护工具,而且是全新2.0版,你值得拥有! 微PE工具箱跨时代的PE工具箱,装机维护最得力的助手,最后的救命稻草。微PE工具箱化繁为简,小材大用,一键安装,极速启动。

2019-01-20

白帽子讲WEB安全纪念版

学习web安全技术,强烈推荐这本《白帽子讲web安全》,作者是阿里巴巴安全架构师,吴翰请前辈!

2019-01-20

vimtweak.dll

可以把你的gvim窗体设置成透明的,并且透明度可调,是不是肯炫酷!

2018-03-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除