/* * linux/boot/head.s * * (C) 1991 Linus Torvalds */ /* * head.s contains the 32-bit startup code. * * NOTE!!! Startup happens at absolute address 0x ...
分类:
系统相关 时间:
2020-07-11 18:54:26
阅读次数:
63
package shuangzhizhen; import java.util.HashMap; /* 287. 寻找重复数 给定一个包含 n + 1 个整数的数组 nums,其数字都在 1 到 n 之间(包括 1 和 n),可知至少存在一个重复的整数。假设只有一个重复的整数,找出这个重复的数。 示 ...
分类:
其他好文 时间:
2020-07-11 12:42:08
阅读次数:
48
题目 Given two binary strings, return their sum (also a binary string). The input strings are both non-empty and contains only characters 1 or 0. Exampl ...
分类:
其他好文 时间:
2020-07-10 20:58:33
阅读次数:
56
插件编写要求(分页插件PageHelper) 自定义插件需要做到三点 1)实现Interceptor接口 public class PageInterceptor implements Interceptor{} 2)实现对应的方法。最关键的是intercept()方法里面是拦截的逻辑,需要增强的代 ...
分类:
编程语言 时间:
2020-07-09 19:41:08
阅读次数:
73
题目 Given a syntax tree (binary), you are supposed to output the corresponding infix expression, with parentheses reflecting the precedences of the ope ...
分类:
其他好文 时间:
2020-07-08 20:02:44
阅读次数:
64
Maximum Gap Given an unsorted array, find the maximum difference between the successive elements in its sorted form. Return 0 if the array contains le ...
分类:
其他好文 时间:
2020-07-08 15:25:35
阅读次数:
52
Permutation Sequence (M) 题目 The set [1,2,3,...,*n*] contains a total of n! unique permutations. By listing and labeling all of the permutations in ord ...
分类:
其他好文 时间:
2020-07-07 10:12:57
阅读次数:
64
[CSS 中文开发手册:empty (Selectors) - CSS 中文开发手册该:empty伪类代表没有子节点的所有元素。这里只考虑元素节点和文本(包括空格)。注释或处理指令不影响元素是否被认为是空的。/* Selects any that contains no content */div:... ...
分类:
Web程序 时间:
2020-07-06 21:32:19
阅读次数:
103
The OBEX application framework is a set of conventions and services designed for the purpose of creating interoperable(互操作性) devices. OBEX is a very f ...
分类:
移动开发 时间:
2020-07-05 23:14:22
阅读次数:
62
1.导入相关的依赖 <!-- Mysql驱动包 这里请使用6.0.6版本的mysql,版本高了会报错--> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>6.0 ...
分类:
编程语言 时间:
2020-07-05 21:12:02
阅读次数:
54