一、git clone代码

git clone XXX

创建环境

conda创建python环境

conda create -n jupyterlab python=3.8
conda activate jupyterlab

conda创建node环境

conda search nodejs # 搜索conda下的nodejs版本。
conda install nodejs=16.13.1 -c conda-forge

二、安装python依赖

官网给的命令是:

pip install -e .

这个命令会报各种错,可以换成下面这个:

pip install -v -e .

如果执行报错,先执行

jupyter lab clean
jupyter lab build --minimize=False --dev-build=False

如果报下面错误,需要手动执行:

npm install -g node-gyp

报错信息部分截图:

  Warning: Missing input files:C:\GTK\bin\libglib-2.0-0.dllC:\GTK\bin\libgobject-2.0-0.dllC:\GTK\bin\libgmodule-2.0-0.dllC:\GTK\bin\libgthread-2.0-0.dllC:\GTK\bin\libpng14-14.dllC:\GTK\bin\zlib1.dllC:\GTK\bin\libfontconfig-1.dllC:\GTK\bin\libfreetype-6.dllC:\GTK\bin\libpangoft2-1.0-0.dllC:\GTK\bin\libpangocairo-1.0-0.dllC:\GTK\bin\libexpat-1.dllC:\GTK\bin\libcairo-2.dllC:\GTK\bin\libintl-8.dllC:\GTK\bin\libpangowin32-1.0-0.dllC:\GTK\bin\libpango-1.0-0.dllgyp info okgyp info it worked if it ends with okgyp info using node-gyp@9.1.0gyp info using node@16.13.1 | win32 | x64gyp info spawn C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\MSBuild.exegyp info spawn args [gyp info spawn args   'build/binding.sln',gyp info spawn args   '/clp:Verbosity=minimal',gyp info spawn args   '/nologo',gyp info spawn args   '/p:Configuration=Release;Platform=x64'gyp info spawn args ]鍦ㄦ\xadよВ鍐虫柟妗堜腑涓\x80娆$敓鎴愪竴涓\xaa椤圭洰銆傝嫢瑕佸惎鐢ㄥ苟琛岀敓鎴愶紝璇锋坊鍔犫\x80\x9c-m鈥濆紑鍏炽\x80\x82Backend.ccE:\Workspace\Python\MBSHQQB\Game-Ai\jupyterlab\node_modules\canvas\src\backend\Backend.h(3,10): fatal  error C1083: 鏃犳硶鎵撳紑鍖呮嫭鏂囦欢: 鈥渃airo.h鈥\x9d: No such file or directory [E:\Workspace\Python\M
BSHQQB\Game-Ai\jupyterlab\node_modules\canvas\build\canvas.vcxproj]gyp ERR! build errorgyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1gyp ERR! stack     at ChildProcess.onExit (E:\Workspace\Python\MBSHQQB\Game-Ai\jupyterlab\node_modules\node-gyp\lib\build.js:201:23)gyp ERR! stack     at ChildProcess.emit (node:events:390:28)gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)gyp ERR! System Windows_NT 10.0.22000gyp ERR! command "C:\\Users\\mbshq\\.conda\\envs\\jupyterlab\\node.exe" "E:\\Workspace\\Python\\MBSHQQB\\Game-Ai\\jupyterlab\\node_modules\\node-gyp\\bin\\node-gyp.js" "build" "--fallback-to-build" "--update-
binary" "--module=E:\\Workspace\\Python\\MBSHQQB\\Game-Ai\\jupyterlab\\node_modules\\canvas\\build\\Release\\canvas.node" "--module_name=canvas" "--module_path=E:\\Workspace\\Python\\MBSHQQB\\Game-Ai\\jupyterla
b\\node_modules\\canvas\\build\\Release" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v93"gyp ERR! cwd E:\Workspace\Python\MBSHQQB\Game-Ai\jupyterlab\node_modules\canvasgyp ERR! node -v v16.13.1gyp ERR! node-gyp -v v9.1.0gyp ERR! not oknode-pre-gyp ERR! build errornode-pre-gyp ERR! stack Error: Failed to execute 'C:\Users\mbshq\.conda\envs\jupyterlab\node.exe E:\Workspace\Python\MBSHQQB\Game-Ai\jupyterlab\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build
--update-binary --module=E:\Workspace\Python\MBSHQQB\Game-Ai\jupyterlab\node_modules\canvas\build\Release\canvas.node --module_name=canvas --module_path=E:\Workspace\Python\MBSHQQB\Game-Ai\jupyterlab\node_modul
es\canvas\build\Release --napi_version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v93' (1)node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (E:\Workspace\Python\MBSHQQB\Game-Ai\jupyterlab\node_modules\@mapbox\node-pre-gyp\lib\util\compile.js:89:23)node-pre-gyp ERR! stack     at ChildProcess.emit (node:events:390:28)node-pre-gyp ERR! stack     at maybeClose (node:internal/child_process:1064:16)node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)node-pre-gyp ERR! System Windows_NT 10.0.22000node-pre-gyp ERR! command "C:\\Users\\mbshq\\.conda\\envs\\jupyterlab\\node.exe" "E:\\Workspace\\Python\\MBSHQQB\\Game-Ai\\jupyterlab\\node_modules\\@mapbox\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fall
back-to-build" "--update-binary"node-pre-gyp ERR! cwd E:\Workspace\Python\MBSHQQB\Game-Ai\jupyterlab\node_modules\canvasnode-pre-gyp ERR! node -v v16.13.1node-pre-gyp ERR! node-pre-gyp -v v1.0.9node-pre-gyp ERR! not okFailed to execute 'C:\Users\mbshq\.conda\envs\jupyterlab\node.exe E:\Workspace\Python\MBSHQQB\Game-Ai\jupyterlab\node_modules\node-gyp\bin\node-gyp.js build --fallback-to-build --update-binary --module=E:\Wor
kspace\Python\MBSHQQB\Game-Ai\jupyterlab\node_modules\canvas\build\Release\canvas.node --module_name=canvas --module_path=E:\Workspace\Python\MBSHQQB\Game-Ai\jupyterlab\node_modules\canvas\build\Release --napi_
version=8 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v93' (1)info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.Traceback (most recent call last):File "C:\Users\mbshq\.conda\envs\jupyterlab\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 165, in prepare_metadata_for_build_editablehook = backend.prepare_metadata_for_build_editableAttributeError: module 'hatchling.build' has no attribute 'prepare_metadata_for_build_editable'During handling of the above exception, another exception occurred:Traceback (most recent call last):File "C:\Users\mbshq\.conda\envs\jupyterlab\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 351, in <module>main()File "C:\Users\mbshq\.conda\envs\jupyterlab\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 333, in mainjson_out['return_val'] = hook(**hook_input['kwargs'])File "C:\Users\mbshq\.conda\envs\jupyterlab\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 174, in prepare_metadata_for_build_editablewhl_basename = build_hook(metadata_directory, config_settings)File "C:\Users\mbshq\AppData\Local\Temp\pip-build-env-8ga4e9_1\overlay\Lib\site-packages\hatchling\build.py", line 61, in build_editablereturn os.path.basename(next(builder.build(wheel_directory, ['editable'])))File "C:\Users\mbshq\AppData\Local\Temp\pip-build-env-8ga4e9_1\overlay\Lib\site-packages\hatchling\builders\plugin\interface.py", line 136, in buildbuild_hook.initialize(version, build_data)File "C:\Users\mbshq\AppData\Local\Temp\pip-build-env-8ga4e9_1\normal\Lib\site-packages\hatch_jupyter_builder\plugin.py", line 83, in initializeraise eFile "C:\Users\mbshq\AppData\Local\Temp\pip-build-env-8ga4e9_1\normal\Lib\site-packages\hatch_jupyter_builder\plugin.py", line 78, in initializebuild_func(self.target_name, version, **build_kwargs)File "E:\Workspace\Python\MBSHQQB\Game-Ai\jupyterlab\buildapi.py", line 21, in buildernpm_builder(target_name, version, *args, **kwargs)File "C:\Users\mbshq\AppData\Local\Temp\pip-build-env-8ga4e9_1\normal\Lib\site-packages\hatch_jupyter_builder\utils.py", line 114, in npm_builderrun(npm_cmd + ["install"], cwd=str(abs_path))File "C:\Users\mbshq\AppData\Local\Temp\pip-build-env-8ga4e9_1\normal\Lib\site-packages\hatch_jupyter_builder\utils.py", line 227, in runreturn subprocess.check_call(cmd, **kwargs)File "C:\Users\mbshq\.conda\envs\jupyterlab\lib\subprocess.py", line 364, in check_callraise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['C:\\Users\\mbshq\\.conda\\envs\\jupyterlab\\node.EXE', 'jupyterlab/staging/yarn.js', 'install']' returned non-zero exit status 1.error: subprocess-exited-with-error× Preparing editable metadata (pyproject.toml) did not run successfully.│ exit code: 1╰─> See above for output.note: This error originates from a subprocess, and is likely not a problem with pip.full command: 'C:\Users\mbshq\.conda\envs\jupyterlab\python.exe' 'C:\Users\mbshq\.conda\envs\jupyterlab\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py' prepare_metadata_for_build_editable 'C:\
Users\mbshq\AppData\Local\Temp\tmpmspwhs0a'cwd: E:\Workspace\Python\MBSHQQB\Game-Ai\jupyterlabPreparing editable metadata (pyproject.toml) ... error
error: metadata-generation-failed× Encountered error while generating package metadata.
╰─> See above for output.note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

三、安装前端依赖

jlpm install

四、编译后端

jupyter lab clean
jupyter lab build --minimize=False --dev-build=False

五、编译前端

jlpm run build

(jupyterlab) E:\Workspace\GitHub\JupyterLab\jupyterlab>jlpm install
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "@typescript-eslint/eslint-plugin > tsutils@3.21.0" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-de
v || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
warning " > typedoc@0.22.18" has unmet peer dependency "typescript@4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x || 4.7.x".
warning "workspace-aggregator-bde6c1fb-4ee9-4979-a696-779288ee8d02 > @jupyterlab/extensionmanager > react-paginate@6.5.0" has incorrect peer dependency
"react@^16.0.0".
warning "workspace-aggregator-bde6c1fb-4ee9-4979-a696-779288ee8d02 > @jupyterlab/json-extension > react-highlighter@0.4.3" has incorrect peer dependency"react@^0.14.0 || ^15.0.0 || ^16.0.0".
warning "workspace-aggregator-bde6c1fb-4ee9-4979-a696-779288ee8d02 > @jupyterlab/vdom > @nteract/transform-vdom@4.0.16-alpha.0" has incorrect peer depen
dency "react@^16.3.2".
warning "workspace-aggregator-bde6c1fb-4ee9-4979-a696-779288ee8d02 > @jupyterlab/buildutils > verdaccio > clipanion@3.1.0" has unmet peer dependency "ty
panion@*".
warning Workspaces can only be enabled in private projects.
warning Workspaces can only be enabled in private projects.
[4/4] Building fresh packages...
$ node scripts/ensure-buildutils.js> @jupyterlab/buildutils@4.0.0-alpha.16 clean
> rimraf lib && rimraf tsconfig.tsbuildinfo> @jupyterlab/buildutils@4.0.0-alpha.16 build
> tsc && cd template && npm run build> @jupyterlab/template@4.0.0-alpha.16 build
> tsc -b> @jupyterlab/builder@4.0.0-alpha.16 clean
> rimraf lib && rimraf tsconfig.tsbuildinfo> @jupyterlab/builder@4.0.0-alpha.16 build
> tscDone in 117.22s.(jupyterlab) E:\Workspace\GitHub\JupyterLab\jupyterlab>jupyter lab clean
[LabCleanApp] Cleaning D:\SoftWare\anaconda3\share\jupyter\lab...
[LabCleanApp] staging not present, skipping...
[LabCleanApp] Success!(jupyterlab) E:\Workspace\GitHub\JupyterLab\jupyterlab>jupyter lab build --minimize=False --dev-build=False
[LabBuildApp] JupyterLab 2.2.6
[LabBuildApp] Building in D:\SoftWare\anaconda3\share\jupyter\lab
[LabBuildApp] Building jupyterlab assets (build:prod)
\
(jupyterlab) E:\Workspace\GitHub\JupyterLab\jupyterlab>jlpm run build
yarn run v1.22.19
$ npm run build:dev> @jupyterlab/repo-top@0.0.1 build:dev
> npm run integrity && npm run build:all && cd dev_mode && npm run build> @jupyterlab/repo-top@0.0.1 integrity
> node scripts/ensure-buildutils.js && node buildutils/lib/ensure-repo.js> @jupyterlab/buildutils@4.0.0-alpha.16 clean
> rimraf lib && rimraf tsconfig.tsbuildinfo> @jupyterlab/buildutils@4.0.0-alpha.16 build
> tsc && cd template && npm run build> @jupyterlab/template@4.0.0-alpha.16 build
> tsc -b> @jupyterlab/builder@4.0.0-alpha.16 clean
> rimraf lib && rimraf tsconfig.tsbuildinfo> @jupyterlab/builder@4.0.0-alpha.16 build
> tscError: Command failed: hatchling version
'hatchling' �����ڲ����ⲿ���Ҳ���ǿ����еij���
���������ļ���at checkExecSyncError (node:child_process:826:11)at Object.execSync (node:child_process:900:15)at run (E:\Workspace\GitHub\JupyterLab\jupyterlab\buildutils\lib\utils.js:251:43)at Object.getPythonVersion (E:\Workspace\GitHub\JupyterLab\jupyterlab\buildutils\lib\utils.js:197:19)at ensureIntegrity (E:\Workspace\GitHub\JupyterLab\jupyterlab\buildutils\lib\ensure-repo.js:775:24)at processTicksAndRejections (node:internal/process/task_queues:96:5) {status: 1,signal: null,output: [null,<Buffer >,<Buffer 27 68 61 74 63 68 6c 69 6e 67 27 20 b2 bb ca c7 c4 da b2 bf bb f2 cd e2 b2 bf c3 fc c1 ee a3 ac d2 b2 b2 bb ca c7 bf c9 d4 cb d0 d0 b5 c4 b3cc d0 f2 ... 18 more bytes>],pid: 20296,stdout: <Buffer >,stderr: <Buffer 27 68 61 74 63 68 6c 69 6e 67 27 20 b2 bb ca c7 c4 da b2 bf bb f2 cd e2 b2 bf c3 fc c1 ee a3 ac d2 b2 b2 bb ca c7 bf c9 d4 cb d0 d0 b5c4 b3 cc d0 f2 ... 18 more bytes>
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

需要安装hatch打包工具,可执行下面命令进行安装:

conda install -c conda-forge hatch

六、开发者模式启动jupyter lab

jupyter lab --dev-mode
jupyter lab --dev-mode --watch
jupyter lab --dev-mode --watch --extensions-in-dev-mode

启动如果报下面错误:

[W 2022-12-18 18:45:04.782 ServerApp] 404 GET /api/kernels/10edb0fd-3f46-423c-aa7e-a005bf0489b7/channels?session_id=7cbd3ce0-b410-4d00-8813-fad5e84ef3e8 (::1): Kernel does not exist: 10edb0fd-3f46-423c-aa7e-a00
5bf0489b7
[W 2022-12-18 18:45:04.783 ServerApp] 404 GET /api/kernels/10edb0fd-3f46-423c-aa7e-a005bf0489b7/channels?session_id=7cbd3ce0-b410-4d00-8813-fad5e84ef3e8 (bd5e8e9f2edb424b903fc6efc619c313@::1) 2.01ms referer=Non
e
[W 2022-12-18 18:45:04.785 ServerApp] 404 GET /api/kernels/10edb0fd-3f46-423c-aa7e-a005bf0489b7?1671360304784 (::1): Kernel does not exist: 10edb0fd-3f46-423c-aa7e-a005bf0489b7
[W 2022-12-18 18:45:04.785 ServerApp] wrote error: 'Kernel does not exist: 10edb0fd-3f46-423c-aa7e-a005bf0489b7'
[W 2022-12-18 18:45:04.787 ServerApp] 404 GET /api/kernels/10edb0fd-3f46-423c-aa7e-a005bf0489b7?1671360304784 (bd5e8e9f2edb424b903fc6efc619c313@::1) 1.18ms referer=http://localhost:8888/lab?
[W 2022-12-18 18:45:05.882 ServerApp] 404 GET /api/kernels/10edb0fd-3f46-423c-aa7e-a005bf0489b7/channels?session_id=5040ab3d-b970-4d49-ba5a-b1ad03472ff9 (::1): Kernel does not exist: 10edb0fd-3f46-423c-aa7e-a00
5bf0489b7
[W 2022-12-18 18:45:05.884 ServerApp] 404 GET /api/kernels/10edb0fd-3f46-423c-aa7e-a005bf0489b7/channels?session_id=5040ab3d-b970-4d49-ba5a-b1ad03472ff9 (bd5e8e9f2edb424b903fc6efc619c313@::1) 2.76ms referer=Non
e
[W 2022-12-18 18:45:05.885 ServerApp] 404 GET /api/kernels/10edb0fd-3f46-423c-aa7e-a005bf0489b7?1671360305884 (::1): Kernel does not exist: 10edb0fd-3f46-423c-aa7e-a005bf0489b7
[W 2022-12-18 18:45:05.885 ServerApp] wrote error: 'Kernel does not exist: 10edb0fd-3f46-423c-aa7e-a005bf0489b7'
[W 2022-12-18 18:45:05.886 ServerApp] 404 GET /api/kernels/10edb0fd-3f46-423c-aa7e-a005bf0489b7?1671360305884 (bd5e8e9f2edb424b903fc6efc619c313@::1) 0.87ms referer=http://localhost:8888/lab?
[I 2022-12-18 18:45:07.578 ServerApp] AsyncIOLoopKernelRestarter: restarting kernel (4/5), new random ports
Traceback (most recent call last):File "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\runpy.py", line 197, in _run_module_as_mainreturn _run_code(code, main_globals, None,File "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\runpy.py", line 87, in _run_codeexec(code, run_globals)File "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\site-packages\ipykernel_launcher.py", line 15, in <module>from ipykernel import kernelapp as appFile "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\site-packages\ipykernel\__init__.py", line 5, in <module>from .connect import *  # noqaFile "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\site-packages\ipykernel\connect.py", line 11, in <module>import jupyter_clientFile "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\site-packages\jupyter_client\__init__.py", line 8, in <module>from .asynchronous import AsyncKernelClient  # noqaFile "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\site-packages\jupyter_client\asynchronous\__init__.py", line 1, in <module>from .client import AsyncKernelClient  # noqaFile "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\site-packages\jupyter_client\asynchronous\client.py", line 6, in <module>from jupyter_client.channels import HBChannelFile "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\site-packages\jupyter_client\channels.py", line 12, in <module>import zmq.asyncioFile "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\site-packages\zmq\__init__.py", line 103, in <module>from zmq import backendFile "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\site-packages\zmq\backend\__init__.py", line 31, in <module>raise original_error from NoneFile "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\site-packages\zmq\backend\__init__.py", line 26, in <module>_ns = select_backend(first)File "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\site-packages\zmq\backend\select.py", line 31, in select_backendmod = import_module(name)File "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\importlib\__init__.py", line 127, in import_modulereturn _bootstrap._gcd_import(name[level:], package, level)File "C:\Users\mbshq\.conda\envs\jupyterlab-extension-examples\lib\site-packages\zmq\backend\cython\__init__.py", line 6, in <module>from . import (
ImportError: DLL load failed while importing _device: 找不到指定的模块。

上面是因为ipykernel有问题,需要先查看ipykernel的位置:

jupyter kernelspec list

>Available kernels:python3    C:\Users\mbshq\AppData\Roaming\jupyter\kernels\python3

打开C:\Users\mbshq\AppData\Roaming\jupyter\runtime,删除runtime文件夹下的内容,重新启动即可。

七、独立运行example

将目录切换到examples/下执行:

jlpm
run build:examples

将目录切换到具体的example目录下执行:

python main.py

debug方法:https://jupyterlab.readthedocs.io/en/stable/developer/contributing.html#build-and-run-the-stand-alone-examples

JypyterLab学习之二(JypyterLab编译运行)相关推荐

  1. BT源代码学习心得(二):程序运行参数的获取 -- 转贴自 wolfenstein (NeverSayNever)

    BT源代码学习心得(二):程序运行参数的获取 发信人: wolfenstein (NeverSayNever), 个人文集 标  题: BT源代码学习心得(二):程序运行参数的获取 发信站: 水木社区 ...

  2. 硬实时RTLinux安装配置详解 (二):编译运行RTLinux

    硬实时RTlinux系统配置 4. 配置RTLinux 4.1 配置Patch 4.2 配置RTLinux内核 4.3. 编译Rtlinux内核 4.4 制作initramfs启动引导: 5. 大功告 ...

  3. RiruEdxposed学习研究(二)手把手编译Riru和Edxposed工程源码

    一.准备工程源码 从以下网址下载Riru工程,下载地址: https://github.com/RikkaApps/Riru 从以下网址下载Edxposed工程源码,下载地址: https://git ...

  4. The Things Network LoRaWAN Stack V3 学习笔记 2.7 编译运行 Web 前端

    文章目录 前言 1 Stack 前端简介 Console OAuth 2 编译 Stack 前端 3 总体操作流程 4 部署在CVM上的操作 END 前言 此前一直使用命令行来测试,最近 Stack ...

  5. Protobuf 学习(二)编译proto文件并测试

    Google 官网上的一个典型例子 (1)定义 proto 文件 // addressbook.protopackage tutorial; // package声明符message Person { ...

  6. vscode修改c 项目_windows 10上使用vscode编译运行和调试C/C++

    更新于2020/6/30 不值得观看的v1.x版本链接:链接 请不要转载,欢迎点赞,收藏,分享 主要讲如何在vscode上实现编译/运行/调试C以及C++,如果是初学者,就请完全按照文章的步骤进行,如 ...

  7. [GO语言基础] 二.编译运行、语法规范、注释转义及API标准库知识普及

    作为网络安全初学者,会遇到采用Go语言开发的恶意样本.因此从今天开始从零讲解Golang编程语言,一方面是督促自己不断前行且学习新知识:另一方面是分享与读者,希望大家一起进步.前文介绍了什么是GO语言 ...

  8. Mastering Embedded Linux Programming 学习 (二)在百问网157开发板上,编译构建u-boot

    Mastering Embedded Linux Programming 学习 (二)在百问网157开发板上,编译构建u-boot 一.下载u-boot源码 git clone https://git ...

  9. 重新学.Net[二]——从编译到运行

    一个托管的程序,从书写代码到编译到最后运行,到底是怎么一个过程,一直有些混沌,好好看了下书,梳理了一下. 托管的程序是二次编译的,因此一个托管程序从第一次编译到最后的运行可以根据这两次编译的目的性不同 ...

最新文章

  1. 第十六届智能车竞赛赛前补充比赛信息
  2. STC89C52单片机 定时器
  3. 洛谷 1373 小a和uim之大逃离
  4. linux忆连软件,linux安装软件方法汇总
  5. python图表可视化工具_比Excel制图更强大,Python可视化工具Altair入门教程
  6. 高等数学学习笔记——第十八讲——函数连续的概念
  7. java松鼠大战代码_松鼠大战2金手指版
  8. python轮胎缺陷检测_基于深度学习的轮胎缺陷无损检测与分类技术研究
  9. java 电话呼叫中心_java呼叫中心系统
  10. c语言入门自学课件ppt,C语言入门教程ppt(434页)免费版[精品课件]
  11. 我做了一个网易云音乐外链播放器的Vue组件,很nice
  12. 深度好文,腾讯2019互联网趋势报告
  13. 教育之星 计算机,冉冉升起的教育之星
  14. C#实现毫秒级计时器
  15. 抽象类,多态与鸭子类型
  16. 【英语语法入门】 第12讲 代词:指示代词和不定代词
  17. Go 语言 exec 实时获取外部命令的执行输出
  18. shellcode教程从新手到高手
  19. 4.25学习笔记 哈希表
  20. Word2Vec语言模型训练和使用

热门文章

  1. js以15分钟为单位分割间隔时间
  2. 财务自由之路——我的投资史
  3. BlueTooth: 蓝牙基础知识进阶——Packet解析
  4. 高端android手机,2021年最值得买的几款高端手机,颜值还超高!
  5. 法规标准-GB/T 39263标准解读(2020版)
  6. ubuntu更换pip3源提高下载速度
  7. 世界杯主题系列-用Scratch制作足球比赛小游戏,源码分享啦
  8. 常用的电子邮箱排名,tom163.net收费邮箱介绍大全!
  9. 云数据中心概述与趋势
  10. 【SpringBoot整合Mybatis】数据库某字段值为空时,接口未返回该字段 解决办法