https://leetcode-cn.com/problems/customers-who-never-order/ 从不订购的客户 select Customers.Name as Customers from Customers where Customers.Id not in (selec ...
分类:
数据库 时间:
2019-09-30 20:15:24
阅读次数:
89
在串口监视器中发送数据,板子收到数据并打印出来。 不需要额外电路,但是板子必须连接电脑,Arduino IDE的串口监视器也需要被打开。 代码 难道是并行的程序?? 还有,波特率也不会算,I am so vegetable! 参考连接:https://www.kancloud.cn/yundanti ...
分类:
其他好文 时间:
2019-09-29 12:35:13
阅读次数:
198
Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k. Example 1: Note: Solutio ...
分类:
其他好文 时间:
2019-09-29 09:52:23
阅读次数:
81
我的知识结构 今天面试,感受颇多。 发现自己已经习惯把记不得当作借口,趁此机会,整理一下自己的知识体系。 Programming JVM JVM Specification Field Field is owned by class who declared it. Resolution: self ...
分类:
其他好文 时间:
2019-09-28 00:53:10
阅读次数:
106
1. 字符串中不能有字符对应''2. 采用char c[]="I am a student"来定义初始值时一定记住系统会在结尾处自动加上'\0',但是不添加也是合法的,为了告诉系统什么时候字符串结束,可以人为添加'\0'3. strcat函数可以将字符串连接起来char str1[30]={"Peo ...
分类:
其他好文 时间:
2019-09-27 21:05:51
阅读次数:
112
Marcin is a coach in his university. There are nn students who want to attend a training camp. Marcin is a smart coach, so he wants to send only the s ...
分类:
其他好文 时间:
2019-09-27 21:03:26
阅读次数:
73
I am writing this blog , as i faced issue on installing SAP system on oracle RAC with ASM. When i raised a message with SAP , SAP told me to install S ...
分类:
数据库 时间:
2019-09-27 19:39:47
阅读次数:
159
如何更规范化编写Java 代码 Many of the happiest people are those who own the least. But are we really so happy with our IPhones, our big houses, our fancy cars? ...
分类:
编程语言 时间:
2019-09-27 01:08:55
阅读次数:
97
命令说明 stat 显示指定文件的相关信息,比ls命令显示内容更多 who 显示在线登录用户 hostname 显示主机名称 uname 显示系统信息 top 显示当前系统中耗费资源最多的进程 ps 显示瞬间的进程状态 du 显示指定的文件(目录)已使用的磁盘空间的总量 df 显示文件系统磁盘空间的 ...
分类:
系统相关 时间:
2019-09-26 09:56:42
阅读次数:
136
We have a new #1 on our leaderboard – a competitor who surprisingly joined the platform just two years ago. Shubin Dai, better known as Bestfitting on ...
分类:
其他好文 时间:
2019-09-22 01:24:46
阅读次数:
85