1. 程序的概念 程序 - 数据结构 + 算法,主要指存放在硬盘上的可执行文件 2. 进程的概念 <1> 进程 - 主要指,运行在内存中的可执行文件 <2> 主流的操作系统,都支持多进程,为了让操作系统同时可以执行多个任务。 但,进程是重量级的,新建一个进程,会消耗CPU和内存空间等系统资源, 因此 ...
分类:
编程语言 时间:
2021-06-11 18:34:05
阅读次数:
0
VSCode docs 1.vscode配置 yapf ,格式化代码 { "workbench.editorAssociations": [ { "viewType": "jupyter.notebook.ipynb", "filenamePattern": "*.ipynb" } ], "file ...
分类:
其他好文 时间:
2021-06-11 18:30:36
阅读次数:
0
1、显示a.txt文件的内容 #include <stdio.h> int main(void) { FILE *fp; int ch; char filename[FILENAME_MAX]; printf("Please input the filename: "); scanf("%s", f ...
分类:
编程语言 时间:
2021-06-11 18:30:11
阅读次数:
0
ke01开启: nc -lk 8888 Map package com.text.transformation import org.apache.flink.streaming.api.scala.StreamExecutionEnvironment import org.apache.flink ...
分类:
其他好文 时间:
2021-06-11 18:25:57
阅读次数:
0
open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --flag-switches-begin --disable-features=SameSiteByDefaultCookies,CookiesWitho ...
分类:
其他好文 时间:
2021-06-11 18:20:14
阅读次数:
0
冲刺任务:完成用户注册功能和数据库类 RegisterActivity.java package com.example.helloworld; import android.content.Intent; import android.os.Bundle; import android.text. ...
分类:
移动开发 时间:
2021-06-11 18:08:57
阅读次数:
0
bs4解析—html语法 HTML(Hyper Text Markup Language)超文本标记语言 最最基础的一些基本语法,想要了解更多请联系我,带你重返军校 <h1 >I love you</h1><h2>I love you too</h2> <p>I love you too too</ ...
分类:
其他好文 时间:
2021-06-11 18:08:43
阅读次数:
0
报错 Starting MySQL... ERROR! The server quit without updating PID file (/usr/local/mysql/$hostname.pid). 应该我在/etc/my.conf配置默认字符集的问题 https://blog.csdn.n ...
分类:
数据库 时间:
2021-06-11 18:02:40
阅读次数:
0
1、打开软件后,点击file菜单; 2、在弹出菜单中点击settings; 3、打开settings界面后,点击Appearance; 4、在ui options下点击theme; 5、在弹出下拉选择另一风格; 6、点击底部的apply按钮完成设置; ...
分类:
Web程序 时间:
2021-06-11 17:45:37
阅读次数:
0
PUT nba { "settings":{ "number_of_shards": 1, "number_of_replicas": 0 }, "mappings":{ "properties":{ "name_cn":{ "type":"text" }, "name_en":{ "type":" ...
分类:
移动开发 时间:
2021-06-11 17:45:22
阅读次数:
0