腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Kafka on web
client
js
javascript
、
apache-kafka
、
client
我不知道客户端(
js
文件)如何订阅一个主题,显示在主题中发布的每条消息…// Initiate the Pusher
JS
library var pusher = new Pusher('API_KEY_HERE
浏览 18
提问于2020-11-15
得票数 1
2
回答
Node
JS
Express
JS
Client
/ Server游戏
node.js
我正在用Node.
js
和Express
js
编写一个双人纸牌游戏(为了简单起见,就说它是普通的扑克)。有几件事我遇到了麻烦。var socket = io.listen(app); player++; var messageout = "player " + player + " connected";
client
.b
浏览 0
提问于2011-04-18
得票数 4
回答已采纳
2
回答
将环境传递给模块
javascript
、
node.js
让我们假设在
client
.
js
上我有两个变量,这两个变量都需要模块var
client
= require('
Client
'); .init()在模块'Embed‘中,我需要能够访问变量'
client
’,而无需作为参数传递任何内容。例如,文件是这样存储的;
Client
.<
浏览 0
提问于2018-03-17
得票数 1
回答已采纳
1
回答
ASP.NET MVC:简单有效的验证不起作用
c#
、
asp.net-mvc
、
foolproof-validation
ScriptBundle("~/bundles/jqueryui").Include( "~/Scripts/respond.
js
"));
浏览 4
提问于2016-10-06
得票数 1
3
回答
Nuxt 2.5.0 + Firebase -未找到依赖项
firebase
、
nuxt.js
:54* core-
js
/fn/string/repeat in .* core-
js
/fn/symbol in ./fn/array/find core-
js
/fn/array/find-index core-
js
/fn/object/assign core-
浏览 96
提问于2019-03-22
得票数 5
回答已采纳
1
回答
卡玛抱怨“模块不可用”
javascript
、
angularjs
、
karma-runner
卡玛这样拿起我的档案: 节点_模块/角/angular.
js
,'node_modules/angular-mocks/angular-mocks.
js
','node_modules/angular-ui-router/release/angular-ui-router.
js
','node_modules/angular-bootstrap/ui-bootstrap.
js
',&
浏览 5
提问于2014-10-27
得票数 12
回答已采纳
2
回答
丑化任务失败
node.js
、
gruntjs
当运行咕噜时,我得到以下错误: uglify: { src: ['
client
/src/
js
/*.
js
'], dest:['
client</em
浏览 4
提问于2013-03-09
得票数 6
回答已采纳
2
回答
不包括某些目录
javascript
、
node.js
、
gulp
、
gulp-inject
/
client
/index.html"); .pipe(gulp.dest("./
client
"
浏览 0
提问于2015-06-28
得票数 3
回答已采纳
2
回答
Discord.
js
client
.on
node.js
、
bots
、
discord
、
discord.js
我的代码是这样的,我是否也必须拥有
client
.on('message', message => {?
client
.on('message', message => { message.channel.send<:Pingsock:433019097005948938>');});
client
.on('messa
浏览 1
提问于2018-04-16
得票数 2
1
回答
/index.
js
被确认为一个模块
javascript
、
node.js
、
discord.js
/commands/hello.
js
:const
client
= require("./index.
js
").
client
const { hello } = "./config/conf
浏览 5
提问于2022-03-13
得票数 0
2
回答
如何正确地从discord.
js
导入意图?
javascript
、
api
、
discord.js
我有一个问题,让我的意图从discord.
js
导入。import {
Client
, Intents } from 'discord.
js
'
client
.on(&
浏览 1
提问于2022-08-09
得票数 -2
回答已采纳
2
回答
401 on Google
JS
Client
API
google-api-js-client
我一直收到401: Unauthorized响应,但我的clientID、apiKey和作用域都在auth_util.
js
中正确设置。
浏览 1
提问于2015-01-27
得票数 0
1
回答
如何控制业力配置中加载的订单文件?
angularjs
、
jasmine
、
karma-runner
如果我注释掉‘app/note/notes.main.
js
’,Karma会抛出以下错误:'app/**
浏览 3
提问于2015-09-12
得票数 1
回答已采纳
4
回答
ReferenceError:不和谐不是
javascript
、
node.js
、
discord.js
错误:ReferenceError:未定义客户端 require('discord.
js
'),
client
.once('ready', );
cl
浏览 13
提问于2022-07-30
得票数 -2
1
回答
在两个库加载之间执行脚本
javascript
、
jquery-mobile
、
backbone.js
、
gruntjs
、
browserify
这是我的gruntfile (浏览部分): vendor: { dest: '
client
/build/vendor.
js
', shim: { path: '
client
/lib/jquery-1.1
浏览 2
提问于2014-03-19
得票数 2
1
回答
吞咽任务中的动态src
javascript
、
gulp
、
gulp-sass
我试着使src路径动态化,它起了作用,但不知怎么地,它搞砸了var sass = require ('gulp-sass');gulp.task('compile-sass', function(){ .pipe(sass())}); 在这个例子中
浏览 1
提问于2017-11-27
得票数 2
1
回答
用grunt编译coffeescript文件
coffeescript
、
gruntjs
、
grunt-contrib-coffee
我正在尝试编写一个grunt任务,使用grunt将大量的.coffee文件编译成相应的.
js
文件和.map文件。bare: true expand: true cwd: "
client
" dest: '
client
' ext: ".
js</
浏览 2
提问于2014-05-28
得票数 2
回答已采纳
3
回答
Discord.
js
:无效的位域标志或编号:公会?
node.js
、
discord
、
discord.js
、
bots
我的discord.
js
版本为14.0.3,node.
js
版本为18.5.0 我试过所有我能做的,甚至你的建议,但我做不到,所以你有什么建议来帮助我吗?
浏览 4
提问于2022-07-19
得票数 -1
1
回答
如何在节点
js
控制器文件中引用弹性搜索JavaScript客户端库
javascript
、
node.js
、
express
、
elasticsearch
我正在快速框架中做node.
js
RESTapi。我想把弹性搜索集成到我的项目中。因此,我安装了弹性搜索JavaScript客户端库,并将这些代码添加到app.
js
中。var
client
= new elasticsearch.
Client
({ log: 'trace'
client
.ping
浏览 1
提问于2019-02-05
得票数 0
回答已采纳
2
回答
如何编写与目录中没有的所有
js
文件相匹配的单个最小口盖。
javascript
、
node.js
、
glob
、
minimatch
示例输入(它不应该与顶部匹配,但应该与底部匹配):docs/thing.
js
client
/docs/thing.
js
src/foo/thing.
js
docs-src/foo/thing.
js
浏览 2
提问于2018-01-19
得票数 5
回答已采纳
点击加载更多
相关
资讯
Parallels Client
【行业资讯】TiOMQ Client 1.0.7,殿堂级 MQTT Client
WebAPI Client 的面向切面编程
工具篇之HTTP Client
HttpComponents Client 4.5.6 GA 发布
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券