Both MB SD C5 and FVDI II are diagnostic and Programmer tools for Mercedes Benz Cars & Trucks.Then buy Mercedes Benz MB SD C5 or buy FVDI 2 Commander ...
分类:
其他好文 时间:
2020-01-08 20:43:49
阅读次数:
93
1.今日内容 1. 搜索引擎介绍 + innodb + myisam + memory 2. mysql中的数据类型 + 数据 int tinyint float + 时间 datetime date time + 字符串 char varchar + enum set 3. 表的完整性约束 + 约 ...
分类:
数据库 时间:
2020-01-08 00:52:31
阅读次数:
87
第一次五分钟过了cf A https://codeforces.com/contest/1270/problem/A 思路:谁拿到最大的牌即赢 官方: #include<bits/stdc++.h> #define ll long long using namespace std; const in ...
分类:
其他好文 时间:
2020-01-08 00:30:23
阅读次数:
80
https://blog.csdn.net/qq_33537945/article/details/79159070 https://gameinstitute.qq.com/community/detail/101996 https://blog.csdn.net/leeby100/article ...
分类:
编程语言 时间:
2020-01-07 18:19:13
阅读次数:
87
最近在使用DestroyImmediate的时候踩到一个坑:删除对象子物体的时候尽量不要用DestroyImmediate 这样写: for (int i = 1; i < starNodeRight.childCount; i++) {DestroyImmediate(starNodeRight. ...
分类:
其他好文 时间:
2020-01-06 12:51:34
阅读次数:
78
链接:https://leetcode-cn.com/problems/add-two-numbers-ii 给定两个非空链表来代表两个非负整数。数字最高位位于链表开始位置。它们的每个节点只存储单个数字。将这两数相加会返回一个新的链表。 你可以假设除了数字 0 之外,这两个数字都不会以零开头。 进阶 ...
分类:
其他好文 时间:
2020-01-05 20:43:28
阅读次数:
79
264. Ugly Number II(丑数 II) 链接 https://leetcode cn.com/problems/ugly number ii 题目 编写一个程序,找出第 n 个丑数。 丑数就是只包含质因数?2, 3, 5 的正整数。 示例: 输入: n = 10 输出: 12 解释: ...
分类:
其他好文 时间:
2020-01-05 12:10:45
阅读次数:
56
原题 给定一个链表,返回链表开始入环的第一个节点。?如果链表无环,则返回?null。 为了表示给定链表中的环,我们使用整数 pos 来表示链表尾连接到链表中的位置(索引从 0 开始)。 如果 pos 是 1,则在该链表中没有环。 说明:不允许修改给定的链表。 示例 1: 示例?2: 示例 3: 进阶 ...
分类:
其他好文 时间:
2020-01-04 11:06:29
阅读次数:
100
ABC059D "Alice & Brown" In this game, there are two piles initially consisting of $X$ and $Y$ stones, respectively. Alice and Brown alternately perfor ...
分类:
其他好文 时间:
2020-01-04 01:17:34
阅读次数:
62