当前位置:网站首页>arcgis js api dojoConfig配置
arcgis js api dojoConfig配置
2022-04-23 19:08:00 【Gis烤羊腿真好吃】
//dojoConfig必须在init.js引入之前配置。
var dojoConfig = {
paths: {
packagebaseurl: "localhost:8080/project/packagemethod/js"//存放的路径
}
};
//配置好后就可以使用
require([
"packagebaseurl/text",//text.js文件必须define定义的模块
"dojo/domReady!"
], function() {
new text();
})
版权声明
本文为[Gis烤羊腿真好吃]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_38190600/article/details/89299537
边栏推荐
- c1000k TCP 连接上限测试1
- MVVM model
- Esp32 (UART 485 communication) - 485 communication of serial port (3)
- Feature selection feature_ selection--SelectKBest
- From technical system to business insight, the closing chapter of the practice of small and medium-sized R & D team structure
- mysql_linux版本的下载及安装详解
- Practice of Druid SQL and security in meituan review
- Sentinel规则持久化进Nacos
- Zlib realizes streaming decompression
- 2022.04.23 (the best time for lc_714_to buy and sell stocks, including handling charges)
猜你喜欢

Getting started with vcpkg

Openharmony open source developer growth plan, looking for new open source forces that change the world!

该买什么设备,Keysight 给你挑好了

SQL常用的命令

mysql_linux版本的下載及安裝詳解

Some records used by VS2010

binlog2sql 工具安装使用及问题汇总

mysql_linux版本的下载及安装详解

【C语言进阶11——字符和字符串函数及其模拟实现(2))】

2022.04.23 (the best time for lc_714_to buy and sell stocks, including handling charges)
随机推荐
binlog2sql 工具安装使用及问题汇总
Go 语言 GUI 框架 fyne 中文乱码或者不显示的问题
SSDB Foundation
Esp01s with Arduino development environment
SSDB基础1
Android Development: the client obtains the latest value in the database in real time and displays it on the interface
How about CICC wealth? Is it safe to open an account up there
SQL常用的命令
程序员如何快速开发高质量的代码?
The fifth bullet of MySQL learning -- detailed explanation of transaction and its operation characteristics
std::stoi stol stoul stoll stof stod
Fundamentals of machine learning theory -- some terms about machine learning
redis优化系列(三)解决主从配置后的常见问题
Xlslib use
SSDB基础
c1000k TCP 连接上限测试
RPM包管理
Sentinel service fusing practice (sentinel integration ribbon + openfeign + fallback)
Using bafayun to control the computer
MySQL学习第五弹——事务及其操作特性详解