“从0开始的FreeRTOS”系列教程第一讲 作者:satori 大家好,这次给大家带来了Freertos的教程。 这个系列的教程的主要目的是带大家了解实时系统(real time operating system)的基本概念,熟悉freertos的api使用方法,具备基本的使用rtos进行工程开发 ...
分类:
其他好文 时间:
2020-01-24 10:40:26
阅读次数:
71
There is a public bike service in Hangzhou City which provides great convenience to the tourists from all over the world. One may rent a bike at any s ...
分类:
其他好文 时间:
2020-01-22 18:20:53
阅读次数:
96
Copyright (c) 2020, Oracle. All rights reserved. Oracle Confidential. High Waits On Real-time Descriptor Latch From 12.1.0.1 (Doc ID 2382299.1) To Bot ...
分类:
其他好文 时间:
2020-01-21 18:01:33
阅读次数:
122
前言 Why 初次接触到Groovy是在实习中接触到一个 纯Groovy写的项目,当时看了下这不就是没有分号的Java么,而且也是有年纪的语言了,并不想投入时间学习。后来工作中越来越多的看到Groovy的身影,Gradle,Spring Cloud Contract等等都支持Groovy作为DSL( ...
分类:
其他好文 时间:
2020-01-21 16:20:08
阅读次数:
141
什么是Elasticsearch? Elasticsearch is a real time, distributed storage, search, and analytics engine Elasticsearch 是一个实时的分布式存储、搜索、分析的引擎。 介绍那儿有几个关键字: 实时、分 ...
分类:
其他好文 时间:
2020-01-21 16:10:55
阅读次数:
72
copy from :https://blog.csdn.net/whahu1989/article/details/85255538 https://wenku.baidu.com/view/2670021c195f312b3069a532.html linux内核启动时几个关键地址 1、名词解释 ...
分类:
系统相关 时间:
2020-01-20 15:00:58
阅读次数:
147
什么是Elasticsearch? Elasticsearch is a real time, distributed storage, search, and analytics engine Elasticsearch 是一个实时的分布式存储、搜索、分析的引擎。 介绍那儿有几个关键字: 实时、分 ...
分类:
其他好文 时间:
2020-01-19 22:14:47
阅读次数:
69
def solve(eq,var='x'): c = eval(eq,{var:1j}) print(eq, c.real) print(-c.real/c.imag) solve("x-x/1.06*0.0672-2838500-(x/1.06-x/1.06*0.06*0.12-2838500-3 ...
分类:
编程语言 时间:
2020-01-18 14:19:50
阅读次数:
82
https://pintia.cn/problem-sets/12/problems/348 1 struct complex multiply(struct complex x, struct complex y) 2 { 3 struct complex ret; 4 5 ret.real = ...
分类:
其他好文 时间:
2020-01-17 13:55:22
阅读次数:
117
原题链接在这里:https://leetcode.com/problems/24-game/ 题目: You have 4 cards each containing a number from 1 to 9. You need to judge whether they could operate ...
分类:
其他好文 时间:
2020-01-16 14:51:19
阅读次数:
97