多道技术 1.空间上的复用: 多个程序共用一套计算机硬件 2.时间上的复用: 切换+保存状态 1.当一个程序遇到IO操作,操作系统会剥夺该程序的cpu执行权限(提高了cpu的利用率 并且也不影响程序的执行效率) 2.当一个程序长时间占用cpu 操作系统也会剥夺该程序的cpu执行权限(降低了程序的执行 ...
分类:
系统相关 时间:
2019-08-09 21:43:51
阅读次数:
127
网络编程 软件开发架构 c/s架构(client/server) ? c:客户端 和 s:服务端 ? 例如: QQ,微信,网盘,这一类都属于c/s架构,我们都需要下载一个客户端才能够运行 ? ps:这里的客户端一般泛指客户端应用程序EXE,程序需要先安装后,才能运行在用户的电脑上,对用户的电脑操作系 ...
分类:
其他好文 时间:
2019-08-09 19:42:05
阅读次数:
88
参考网址:https://stackoverflow.com/questions/45456210/could-not-find-tools-jar-when-build-gradle-project 执行: 出错信息: 解决: 在根目录下新建一个gradle.properties,在其中加上一行即 ...
分类:
编程语言 时间:
2019-08-09 17:12:04
阅读次数:
96
1、安装xz命令 # yum install xz -y 2、将xz文件解压为tar文件 # xz -d example.tar.xz 3、将tar文件解压 # tar xf example.tar 如果无法安装xz命令,先安装epel源。 # yum install epel-release -y ...
分类:
系统相关 时间:
2019-08-08 12:57:11
阅读次数:
103
【话题引入】 ①在Android开发完成,我们会将代码打包成APK文件。选择 菜单栏 Build --》 Build APK ②将查看视图切换到 Project 模式,文件夹下有一个debug模式的文件。 🌂在实际开发发布我们要发布一个正式的版本,即 release 模式。 【进入正题】 程序在发 ...
分类:
移动开发 时间:
2019-08-08 00:33:41
阅读次数:
140
Tired of doing the same job? Get your hands on NSE7 exam It is the nature of the human being that he/she will get tired of doing the same task over an ...
分类:
其他好文 时间:
2019-08-06 20:01:25
阅读次数:
100
Tired of doing the same job? Get your hands on NSE5_FAZ-5.4 exam It is the nature of the human being that he/she will get tired of doing the same task ...
分类:
其他好文 时间:
2019-08-06 19:55:33
阅读次数:
68
Tired of doing the same job? Get your hands on NSE4-5.4 exam It is the nature of the human being that he/she will get tired of doing the same task ove ...
分类:
其他好文 时间:
2019-08-06 19:52:49
阅读次数:
76
<<Modern CMake>> 翻译 2.4 项目目录结构 本节内容有点跑题。但我认为这是一个很好的方法。 我将告诉你如何规划项目的目录。 这是基于惯例,但将帮助您: 轻松阅读其他按照相同模式的项目, 避免导致冲突的模式, 避免混淆和使构建变得复杂。 首先,如果您的项目被叫做 project,包含 ...
分类:
其他好文 时间:
2019-08-04 22:22:49
阅读次数:
103
公众号: java乐园 在《服务注册&服务提供者》这一篇可能学习了这么开发一个服务提供者,在生成上服务提供者通常是部署在内网上,即是服务提供者所在的服务器是与互联网完全隔离的。这篇说下服务发现(服务消费者),通常服务消费者是部署在与互联网联通的服务器上,提供restful接口给H5和App调用。 服 ...
分类:
其他好文 时间:
2019-08-03 21:24:54
阅读次数:
77