Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions in Technique[技术]

0 votes
1.1k views
1 answer
    I need some help. I have this script to send pubsub messages to my topic: const topicName = "---"; const data = ... answer that works for me, anyone can help? Thanks in advance!...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
831 views
1 answer
    有人了解旅游出行类APP的需求吗? 本人小白,对旅游类APP有一些想法,想搞一下。求指点...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
900 views
1 answer
    I am lookig for an opinion. I am new to R and for work I am trying to create a tarif pricing structure using the following: ... -0.16247 0.04202 -3.867 0.00011 *** Thank you!...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have around 5 million rows being processed in pandas dataframe & its taking about 45 minutes.There are multiple ... all available nodes & reduce the total transformation time ?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1 consume large memory how to reduce it I'm using ... ))) userService.applicationExpire(kafkaEvent.getEventData()); }...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    多应用已经创建好,并绑定了域名,直接在根目录的route下边新建了多应用名称的目录,下边创建了route.php文件。。但在访问的时候,提示:当前访问路由未定义或不匹配 直接在应用下边创建route目录,并创建路由文件,可以正常访问, 看教程里边说可以在根目录的route目录下边按应用名称创建目录的方式来设置路由。。。。 请哪位大牛帮帮忙,,谢谢哈。。...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.2k views
1 answer
    本人从事前端开发,主要做vue,小程序开发。还有uni_app混合开发。打算入手一台笔记本。有没有前端大佬推荐推荐...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.2k views
1 answer
    一个子组件接受一个list数组对象进行渲染, <child [list]="list"></child> 数组对象是父组件通过http接口异步获取,然后在回调函数里面用list一个一个push进去像这样: temArr.forEach(res => { ... 里面的表现不一样,查了下资料好像也没看到很合理的解释,希望哪位大佬能解释一下,感谢!!...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.6k views
1 answer
    IOS 相册里图片很多 比如2000多张 内存飙升到1g多 崩溃了 There are a lot of pictures in the IOS photo album. ... weakSelf dealImageWithIndex:index exactImage:result originImageData:imageData]; }]; } }];...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.5k views
1 answer
    由于是cli工具所以不需要导出,在output.exports设置none时,打包却报错: [!] Error: "none" was specified for "output.exports", but ... isProduction && (await import('rollup-plugin-terser')).terser() ] })...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.3k views
1 answer
    报这个警告 "element-ui": "^2.4.4", "vue": "^2.5.17",...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.2k views
1 answer
    如果使用for循环深度遍历,会导致死循环; 或许可以使用 loadsh库的deepclone来实现,还有什么方式吗,原因是什么?...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.6k views
1 answer
    自己有台阿里服务器,我想用来做网盘用,类似百度网盘那样,可以传文件和备份手机文件,请问需要什么软件可以做到?...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.6k views
1 answer
    I am trying to create a numerical sequence in R that looks like this: ID|class|counter A| z| 1 A| z| 2 A| ... trying to count the inner class-Id combination. How does one do this?...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.5k views
1 answer
    从一个网站上看到的聊天功能,当点击头像时,会调用events接口,之后会返回一个HTTP状态码为201的信息。 它这样做的目的是什么? 我如果想模仿他的做法,需要做什么?...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.6k views
1 answer
    正常情况下如下图,点击按钮第二个蓝色色块显示 但在某些ios机型下点击按钮并不显示第二个色块 具体定位方式为: body fixed定位,body下面有一个相对定位元素 相对定位元素内有 ... = 'block'; document.body.style.position = 'fixed'; }) </script> </body> </html>...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.6k views
1 answer
    mavonEditor如何取消滚动条的默认样式...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.8k views
1 answer
    let axios = require('axios'); let iconv = require('iconv-lite'); axios({ url : 'xxxxx/gbk.html', responseType : 'stream' //将数据转化 ... 出去 }) }) // 在这里接收 str const res = await axios()...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.5k views
1 answer
    如图,怎么往MouseEvent类型里面增加一个属性?我想在函数里面给ev增加一个b属性,值为'10',这样写报错了,应该怎么写呢...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.9k views
1 answer
    给后台上传图片,后台希望能压缩到40KB以内 前端这边有类似的能准确压缩的方法和案例吗...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.5k views
1 answer
    如上图正则规则转字符以后报错 不转字符就可以,我想让正则动态化怎么办呢?...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.6k views
1 answer
    问题描述 我在main.js里面把app全局导出 export const appMain = new Vue({ ...App, store }) --any.js import {appMain} from 'path/to/main. ... 我希望不是两个undefined, 而是可以直接对 $store 和 globalData 里面的属性进行操作...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
4.0k views
1 answer
    I'm looking for a way to re-transform a two-step-authentification-process (2SAP) back into a one-way- ... of such an alternative to WinAuth.exe? best regards Stefan...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.5k views
1 answer
    我后台返回的一个字段是html格式,<div> 到前台<就转义变成& lt; 怎么返回前台<div>格式...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.9k views
1 answer
    Application.java package com.resume; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication ... +id+"字符串:"+code; } }...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.6k views
1 answer
    小白提问,后台提供了三个接口分别给出三个层级的列表,我需要将这三个接口返回的内容进行拼接 ; 数据结构如下: [ { label:name1, id:1, key:1, children:[ { label:name1- ... ,i)=>{ data.push({ label:item.name, id:item.id, key:i }) }) }) },...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.3k views
1 answer
    业务需要用浏览器插件,目的是在页面查找到关键字以后高亮显示,如果是普通页面测试可以显示(有些糙,不是专业前端),但是在ajax的页面下,页面无法正常显示,一片空白 关了插件就正常显示: $('body').bind('keyup', ... </span>"); } } } }); 请问在ajax的页面下,如何等页面加载完成能正常显示后可以高亮显示关键字?...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.0k views
1 answer
    I am making a large button with a blurred background image that unblurs when you hover over it. I have used a container with ... "></div> placeholder text </div> </body> </html>...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...