在我看来,学习java最重要是要理解what(这东西是什么),why(为什么要用它),where(在哪用它),how(怎么用)。 一、什么是计算机 计算机对于大部分人来说,最直观的认识无非就是一台电脑。那么一台计算机是由什么组成的?从术语上来说,计算机系统是由"硬件"和"软件"两大部分组成的。 计算 ...
分类:
其他好文 时间:
2019-02-15 11:45:59
阅读次数:
681
Overview Zephyr applications use the nrf52_pca10040 board configuration to run on the nRF52 Development Kit (PCA10040) hardware. It provides support f ...
分类:
其他好文 时间:
2019-02-13 14:29:45
阅读次数:
562
nginx安装步骤和遇到的问题 在configure中可能遇到的问题: (1) ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by us ...
分类:
其他好文 时间:
2019-02-08 21:47:59
阅读次数:
170
About some of the options CUDA: For acceleration. Requires a good nVidia Graphics Card (which supports CUDA inside) Docker: Provide a ready-made image ...
分类:
其他好文 时间:
2019-02-06 09:17:50
阅读次数:
156
lwIP - A Lightweight TCP/IP stack 在上一篇中,我们了解到在OpenFastPath上如何移植原生态的Linux Socket应用程序,那么,对于另外一个老牌的小型TCPIP协议栈 LWIP,又是如何处理这个问题的。 1、lwip重新定义了函数符号 2、lwip重新定 ...
分类:
系统相关 时间:
2019-02-04 19:39:48
阅读次数:
296
环境准备 docker-compose 文件 version: "3" services: db: image: oscarfonts/h2 container_name: zeebe_db ports: - "1521:1521" - "81:81" monitor: image: camunda ...
分类:
其他好文 时间:
2019-02-04 14:07:13
阅读次数:
228
When I install QT in MacOS 11.3.6, it prompts I need to install xcode then I install xcode but it was still fruitless. now, it's the solution: referre ...
分类:
其他好文 时间:
2019-02-03 19:47:19
阅读次数:
172
package com.loaderman.androiddemo; import android.content.Context; import android.hardware.Sensor; import android.hardware.SensorEvent; import android... ...
分类:
移动开发 时间:
2019-01-31 17:39:08
阅读次数:
190
In the video game Fallout 4, the quest "Road to Freedom" requires players to reach a metal dial called the "Freedom Trail Ring", and use the dial to s ...
分类:
其他好文 时间:
2019-01-31 00:09:11
阅读次数:
148
Installing Faceswap Installing Faceswap Prerequisites Hardware Requirements Supported operating systems Important before you proceed General Install G ...
分类:
其他好文 时间:
2019-01-29 22:01:54
阅读次数:
2496