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

Categories

Hot questions

0 votes
943 views
1 answer
    如下配置,未检查任何代码,想要的结果是检查services,shop,doctor下的所有.js,.vue文件,包括子目录 .eslintignore src !src/api/services !src/views/shop ... "lint": "eslint --config .eslintrc.js --ext .js,.vue src",...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
541 views
1 answer
    数据量:20万用户信息 1、 如图,20万用户放在一个hash里面,hashkey是用户的id,value是用户的信息 2、 如图,20万用户有20万个hash,每个hash的hashkey是用户信息的字段名 以上两种方式哪种更好?最好能告知下原由。 感谢各位大佬。...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
568 views
1 answer
    ` server { listen 80; server_name t1.com; # jenkins location /jenkins/ { proxy_pass http://172.16.28.210:8081/; proxy_redirect off; ... static前面加上 jenkins/static/...这样可以,应该怎么配置呢?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
512 views
1 answer
    用下面的代码在 window 里声明 Lottie // node_modules/lottie-web/index.d.ts type LottiePlayer = { play(name?: string): void; stop( ... ' refers to a value, but is being used as a type here....
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
251 views
1 answer
    I have this variable: let json1 = {'aaa': {'cus1':1,'cus2':2}, 'bbb': {'cus3':1,'cus4':5} } And I would like ... the arr. P.S. Is there any way to do this without using for loop?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
379 views
1 answer
    我在DolphinDB database的节点1创建了一个分布式的表,但是在下图所示的GUI右下角看不到, 在GUI其他地方也看不到,但是可以通过python api写入,请问有什么可视化的方式吗?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
375 views
1 answer
    比如:页面中需要同时引入 import './common.less' import style from './style.less'; 现在我只能使用其中一种,不能两种同时使用。请教下各位都是怎么处理这个问题的?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
254 views
1 answer
    I am building an application that store files on a server and in return we are getting a URL, with this URL ... and I can open those files using intent in installed applications...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
386 views
1 answer
    First time poster and inexperienced coder here. I've wanted to make my Discord bot read the Binding of Isaac wiki to ... trying to do. Any help is appreciated. Thanks in advance....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
626 views
1 answer
    我正在做两个项目,一个是用户可以看到的官网,一个后台管理系统,现在已经把vue cli搭建好了,下一步该怎么做,恳请各位老铁出出思路,谢谢 我其实想做一个官网,和两个后台管理系统,一个后台是Saas后台,用户可以操作但是有权限的,公司管理员也可以登陆的; 一个是纯运营人员或公司人员登陆的后台管理系统,该怎么个流程呢,谢谢...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
623 views
1 answer
    RT 正常的 indent 可以但是比如ref 的位置 就不行了 { "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, ... eslint.options": { "configFile": "./`.eslintrc`.js" } } 这是我的settings 求解...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
433 views
1 answer
    Error:Abnormal build process termination: D:javajdk1.8.0_241binjava.exe -Xmx700m -Djava.awt.headless=true -Djava.endorsed ... to no-operation (NOP) logger implementation SLF4J: See...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
561 views
1 answer
    资金210万亏到130多万,希望大家入市谨慎 有在用tushare,但是提供的数据毕竟没有L2多,是否能有办法保存L2的各种数据? 已买了L2行情账户,python如何抓取软件内的数据?(比如:实时挂单,逐笔成交,分时指标,特色指标,分时股票名 ... 如识别图像保存数据? 请大神分享一下思路,以及要用到哪些库,谢谢!如果能够成功,我会把数据分享给大家!...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
362 views
1 answer
    主要是用来验证不同类型的ip地址的,ip地址类型如下: 第一种:10.224.64.*(最后一位随机); 第二种:10.224.64.1/3/5(表示10.224.64.1或10.224.64.3或10.224.64.5); 第三种:10.224.60/ ... 以上几种都是以字符串的方式传递到后台,只是要验证不同地方的/和-,求大神给一个符合要求的表达式...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
256 views
1 answer
    I tried just adding the "process" tag in manifest but it doesn't work like with regular services. Google shows literally ... . I don't think anyone has ever asked it before....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    问题:有什么办法可以让非广播流processElement在广播流processBroadcastElement读取完毕之后进行? 伪代码如下: DataStream a //来自外部source DataStream b //来自一个计算结果 a.connect(b. ... 未完成,读取就报错了! 这有个简单的流程图: 大佬们如何解决呀!!TnT ...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
973 views
1 answer
    As per the docs, rate function calculates per-second average rate of increase. Our scrape interval is 15s. In the ... a more accurate value but it misses the occasional spikes....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    看一个GenricDaoImpl代码时候存在一个疑问: Java code? 1 2 3 4 5 6 7 8 9 10 public?class?GenricDaoImpl<T?`extends?Serializable,?PK?`extends?Serializable> ... args)?{ A?a=?`new?C();` B?b=(B)a; } }...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
671 views
1 answer
    I am trying to plot data related to CPU usage and memory usage in real time on graph. I am reading data using a c code and ... { printf("Write error "); return 1; } close(fd); }...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
490 views
1 answer
    问题描述 在 react 官网的 Hooks FAQ 中有一些关于 useCallback 用法的例子,比如自定义的 useEventCallback 函数,其中会在 useCallback 的依赖参数中加入 ref 可是 useRef 返回的 ref 不是在函 ... 想问问各位大佬们 ref 作为依赖参数的意义,以及什么时候场景下会有 ref 的变更?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
283 views
1 answer
    Here's my current code; using System.Collections; using System.Collections.Generic; using UnityEngine; public class ... to destroy the laser without destroying any other lasers....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
585 views
1 answer
    如题~有什么好用的前端模板引擎?跟vue相似的?主流的有哪些?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
487 views
1 answer
    比如一些引发浏览器重排的场景下,IE11明显没有chrome显得顺滑和平稳,难道是因为浏览器内部优化的原因吗?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
362 views
1 answer
    Is something like the following possible? type test = <T extends string>(key: T, object: { [`${T}`]: number }) ... keys using as is possible... Anybody have any insight into this?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
216 views
1 answer
    import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data import numpy as np import os import scipy.misc ... /task:0/device:CPU:0"](ArgMax_6, ArgMax_7)]]...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
207 views
1 answer
    I have a function similar to the following: (.NET/C#) public void DoSomething(string country, int year) { ... } I ... run time into a dictionary, and check the input against that....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
295 views
1 answer
    Python -m http.server 开启的服务好像只能是单线程访问? 一个文件再被下载的时候,其他人操作不了这个文件,请问下可以开启多线程吗?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
155 views
1 answer
    一直没搞懂render的参数问题 比如 Vue.component('node1',{ render:function (a) { return a('h1',{ style:{ color:'red ... 是应该是render:function(createElement){ return createElement('h1','demo') }才对吗?...
asked Jan 27, 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

...