积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(83)区块链(56)Node.js(12)PHP(7)Laravel(7)Kotlin(3)Java(1)Python(1)C++(1)Go(1)

语言

全部中文(简体)(46)英语(37)

格式

全部PDF文档 PDF(52)其他文档 其他(30)PPT文档 PPT(1)
 
本次搜索耗时 0.039 秒,为您找到相关结果约 83 个.
  • 全部
  • 后端开发
  • 区块链
  • Node.js
  • PHP
  • Laravel
  • Kotlin
  • Java
  • Python
  • C++
  • Go
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 The Node.js Handbook

    does npm install the packages? 17. How to use or execute a package installed using npm 18. The package.json guide 18.1. The file structure 18.2. Properties breakdown 18.2.1. name 18.2.2. author 18 downloads of dependencies of your project. 15.2.1. Installing all dependencies If a project has a package.json file, by running npm install it will install everything the project needs, in the node_modules install Furthermore, since npm 5, this command adds to the package.json file dependencies. Before version 5, you needed to add the flag --save . 48 Often you'll
    0 码力 | 161 页 | 1.66 MB | 1 年前
    3
  • pdf文档 Egg & Node.js 从⼩⼯坊⾛向企业级开发

    ��� config.default.js � ��� config.prod.js � ��� plugin.js ��� test (单元测试) ��� README.md ��� package.json ▸ 约定优于配置 ▸ Loader 机制 - ⾃自动挂载 ▸ Controller / Service / Config / … 编程模型规范 - Controller showcase � ��� config.default.js � ��� config.prod.js � ��� plugin.js ��� test ��� README.md ��� package.json // app/controller/home.js const Controller = require('egg').Controller; class HomeController � ��� config.default.js � ��� config.prod.js � ��� plugin.js ��� test ��� README.md ��� package.json 编程模型规范 - Config // config/config.default.js // 读取⽅方式:`app.config.github.xx` exports.github =
    0 码力 | 70 页 | 7.57 MB | 1 年前
    3
  • pdf文档 Node 的设计错误

    ),遗憾的是我忽视了了他们的建议。 • (我对 libuv 采⽤用了了autotools 表示极度不不满)。 遗憾:package.json • Isaac 在 NPM 中发明了了 package.json(⼤大部分)。 • 但是我通过允许 Node 的 require() 来检查 package.json ⽂文件的“main”。 • 最后,我在 Node 发布中包含了了NPM,这使得它成为事实上的标准。 requrie(“somemodule”)不不是明确的。 定义的地⽅方太多了了。 遗憾:package.json package.json 提出了了⼀一个“module”作为⽂文件⽬目录的概念。 这不不是⼀一个严格必要的抽象,也不不是⽹网络上存在的抽象。 package.json 现在包含了了各种不不必要的信息。许可证?仓库?描述? 这是陈词滥调的。 如果在导⼊入时只使⽤用相对⽂文件和 模块加载器器必须在多个位置查询⽂文件系统,试图猜测⽤用户的意图。 遗憾:index.js 我认为它很可爱,因为有 index.html。 它不不需要复杂的模块加载系统。 在 require ⽀支持了了 package.json 后,它变得特别不不必要。 我的 Node 问题⼏几乎完全围绕它如何管理理⽤用户代码。 与早期关注的 I/O 相⽐比,模块系统本质上是⼀一种事后考虑。 考虑到这⼀一点,我⻓长期以来⼀一直在思考如何做得更更好。
    0 码力 | 28 页 | 767.84 KB | 1 年前
    3
  • pdf文档 Node.js Manual & Documentation

    first is to create a package.json file in the root of the folder, which specifies a main module. An example package.json file might look like this: 第一种方法是在目录的根下创建一个名为 package.json 的文件,它指定了一 个 main 模块。一个 /some-library/lib/some-library.js。 This is the extent of Node's awareness of package.json files. 这是 Node 感知 package.json 文件的范围。 If there is no package.json file present in the directory, then node will attempt to load was no package.json file in the above example, then require('./some-library') would attempt to load: 如果在目录中没有 package.json 文件,node 将试图在该目录中加载 index.js 或 index.node 文件。例如,在上面的例子中没有 package.json 文件, require('
    0 码力 | 153 页 | 1.21 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.2 中文文档

    --es5 。 如果能看见类似下面的输出(下面截图里的demo就是上面的project_path),表示项目创建成功了: create : demo/ create : demo/package.json create : demo/.thinkjsrc create : demo/nginx.conf create : demo/README.md create : demo/www/ 如果是在远程机器,需要通过远程机器的 IP 访问,同时要保证 8360 端口可访问。 项目结构 通过 thinkjs 命令创建完项目后,项目目录结构类似如下: |-- nginx.conf |-- package.json |-- src | |-- common | | |-- bootstrap | | | |-- generate_icon.js | 到 2.1 升级指南请见这里。 2.2 版本兼容 2.1 版本,只是添加了很多功能和微调了一些东西,具体的修改列表请见 ChangeLog。 升级依赖的 ThinkJS 版本 将 package.json 里依赖的 ThinkJS 版本修改为 2.2.x ,然后重新安装。 添加新的依赖 在项目目录下执行 npm install source-map-support --save 安装依赖。
    0 码力 | 277 页 | 3.61 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.1 Documentation

    #project_path is the path you want store your project Bash create : demo/ create : demo/package.json create : demo/.thinkjsrc create : demo/nginx.conf create : demo/README.md create : define global functions, register middlewares by using this folder. |-- nginx.conf |-- package.json |-- src | |-- common | | |-- bootstrap | | | |-- generate_icon ThinkJS 2.1, so we need to modify Babel’s version. You can remove all dependencies about Babel in package.json , and append the following dependencies: Use ES6 Grammars Do Not Use constructor Method export
    0 码力 | 148 页 | 1.69 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.2 Documentation

    following, that means you have created the project successfully: create : demo/ create : demo/package.json create : demo/.thinkjsrc create : demo/nginx.conf create : demo/README.md create : you will get the directory structure something like the following: |-- nginx.conf |-- package.json |-- src | |-- common | | |-- bootstrap | | | |-- generate_icon --save . If your project is ES2015+ (not TypeScript), modify compile command as following in package.json : babel --presets es2015-loose,stage-1 --plugins transform-runtime src/ --out-dir app/ --source-maps
    0 码力 | 156 页 | 2.62 MB | 1 年前
    3
  • pdf文档 Django、Vue 和Element UI 前后端原理论述

    install):在项目目录下执行 npm install 命令,安装项目所需的前端 4 《51 测试天地》七十四 www.51testing.com 依赖包,这些依赖包通常存储在 package.json 文件中。 前端服务配置启动:在项目目录下执行 npm run serve 命令,启动前端开发服务器, 可以在浏览器中预览项目。 三、关键技术介绍 1、后端为什么要创建虚拟环境,创建虚拟环境可以达到什么效果? 在前端开发中的应用介绍: 依赖管理:npm 可以管理前端项目的依赖,开发者可以在项目的 package.json 文件中 声明项目所依赖的第三方模块和库,以及其版本信息。在安装项目时,运行 npm install 命令会自动从 npm 仓库下载并安装这些依赖,使得项目能够在开发和生产环境中正常运 行。 脚本执行:在 package.json 文件中,开发者可以定义各种自定义的脚本命令,比如启 动开发服务器、运行测试、打包代码等。通过运行 些构建工具可以帮助开发者将前端代码进行打包、压缩、优化和处理,以提高前端项目 的性能和可维护性。 版本控制:npm 支持语义化版本控制(Semantic Versioning),开发者可以在 package.json 文件中声明模块的版本范围,以确保在安装依赖时不会引入不兼容的版本。 四、开发环境 Pycharm 使用非社区版本,我用的最新版本 (release 版) 在安装过程中,有的安装包在太老的版本中安装不成功。
    0 码力 | 61 页 | 6.84 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.0 中文文档

    ����� � � 2.0.6 ���������������������������������������� create : demo/ create : demo/package.json create : demo/.thinkjsrc create : demo/nginx.conf create : demo/README.md create : [2015-09-21 20:21:09] [THINK] App Enviroment: development ���� ���� |-- nginx.conf |-- package.json |-- src | |-- common | | |-- bootstrap | | | |-- generate_icon test/ ������ .eslintrc eslint ������ .npmignore npm �������� .travis.yml travis �������� package.json npm ���� README.md ���� ����� src/index.js ��������������������������� ��� Middleware�����
    0 码力 | 238 页 | 1.87 MB | 1 年前
    3
  • pdf文档 Node.js - the core

    thing from the module not used in conjunction with previous kind of exports Should also create package.json and README.md 17 used by npm used by GitHub can also export non-function values, including collection of one or more JavaScript modules, optional C++ source files, optional shell scripts and a package.json file that describes the contents of the package and identifies the main module (or uses index modules fs, http, net, repl and tls npm’s read module which it uses for “npm init” to prompt for package.json information 76 var StringDecoder = require('string_decoder').StringDecoder; Core Modules Net
    0 码力 | 124 页 | 7.87 MB | 1 年前
    3
共 83 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
TheNodejsHandbookEgg企业企业级开发设计错误ManualDocumentationThinkJS2.2中文文档2.1DjangoVueElementUI前后原理论述2.0thecore
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩