Assignment 1COMP9021, Trimester 1, 20191. General matters1.1. Aim. The purpose of the assignment is to: let you design a solution to a problem that re ...
分类:
其他好文 时间:
2019-03-25 19:03:38
阅读次数:
262
Linux command stty reference: https://blog.csdn.net/lqxandroid2012/article/details/78929506 【Purpose】 Learning linux command stty for get/set serial u ...
分类:
系统相关 时间:
2019-03-12 18:35:39
阅读次数:
222
Linux command parted 【Purpose】 Learning linux command parted to manipulate disk partitions 【Eevironment】 Ubuntu 16.04 terminal 【Procdeure】 example: an ...
分类:
系统相关 时间:
2019-03-12 18:34:57
阅读次数:
327
Linux command automake 【Purpose】 Learning linux command automake for generate Makefile.in for configure from Makefile.am 【Eevironment】 Ubuntu 16.04 te ...
分类:
系统相关 时间:
2019-03-12 18:27:20
阅读次数:
195
GPIO(General Purpose I/O Ports)意思为通用输入/输出端口。 可以在终端重直接查看GPIO的定义。 在终端中直接输入 gpio readall ...
分类:
其他好文 时间:
2019-03-10 16:16:51
阅读次数:
205
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. Note: For the purpose of this problem, w ...
分类:
其他好文 时间:
2019-03-10 13:43:21
阅读次数:
150
1 涉及到的API 2 代码实现 定义ralation 定义Schema以及读取数据代码 类型转换类 3 依赖的pom文件配置 4测试代码以及测试文件数据 数据 参考文献:http://sparkdatasourceapi.blogspot.com/2016/10/spark-data-source ...
分类:
数据库 时间:
2019-02-25 13:26:40
阅读次数:
202
AT command AT+CGSN 【Purpose】 Learning how to get mobile module international Mobile Equipment Identity number 【Eevironment】 Shell terminal, base on gc ...
分类:
其他好文 时间:
2019-02-21 15:43:39
阅读次数:
296
在使用jmeter时,经常忽略header中Content-Type的设置,从而导致接口请求报错,这一点不如postman工具,postman工具可以可视化的设置常用Content-Type值 下面就说说什么是content-type content-type:MediaType,即是Interne ...
分类:
其他好文 时间:
2019-02-11 12:22:06
阅读次数:
633
什么是 GPIO GPIO 是 General Purpose Input Output 的缩写,即“通用输入输出”。 Raspberry Pi 有两行 GPIO 引脚, Raspberry Pi 通过这两行引脚进行一些硬件上的扩展,与传感器进行交互等等。 Raspberry Pi B+/2B/3B ...
分类:
Web程序 时间:
2019-01-28 01:21:41
阅读次数:
355