Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Recent
Hot!
Most votes
Most answers
Most views
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions
+2
votes
4.0k
views
0
answers
Welcome to Our Knowledge Sharing Community-Open, Learning,Share
Welcome to developer's Knowledge Sharing Community-Open, Learning,Share 欢迎来到 程序员专属的知识分享社区! 一个分享知识,传递知识,学习知识的社区!...
asked
Feb 5, 2021
in
Others[杂七杂八]
by
ostack
(
1.4k
points)
welcome
0
votes
1.2k
views
1
answer
javascript - image not loading on web page
this is the js code if(slider2){ new Glide(slider2, { type:'carousel', startAt: 0, hoverpause:true, preview: 4, animationDuration: 800, animationTimingFunc: 'cubic-bezier(0.165, 0. ... preview: 3, }, 768:{ preview: 2, }, }, }).mount(); }...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
javascript
0
votes
1.0k
views
1
answer
java 泛型设计这样有问题吗?
List<String>[] FounderComs = (List<String>[]) new ArrayList<String>[4];...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
java
0
votes
1.0k
views
1
answer
Are there any advanced options of setting values of properties in jmeter properties file
I got test.properties file for my jmeter test. It contains some enviro property=value pairs and those work nicely. But I would like to add something like this ... any way how to assigned sum of two properties as a value of another property?...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
Are
0
votes
1.1k
views
1
answer
base64转blob,文件格式不合法
当前将裁剪后的base64图片转为blob,然后上传到后端,但接口返回文件格式不合法 后端解析的时候,发现这个blob的文件名并不是我当时设置的名字,格式后缀也没有了(大概就是file-d8q3uiaehdfj这样子)。 请问有人知道是怎么回事吗?? file对象也没有问题 相关代码...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
0
votes
1.1k
views
1
answer
mongodb副本集两地架构高可用问题
我们现在有一套副本集的mongodb,是在两地的机房,由于资源有限, A地有1个primary和1个secondary, B地有2个secondary和1个arbiter, 以前从来没考虑过两地分布似乎不管怎样都不算是高可用,因为必然有一边是少数节点 现在B机房计划性搬迁,就面临这个问题,B地直接下电,A地2 ... 一个Arbiter2,然后remove掉B地的arbiter,这样B地下电是不是就完全没影响了 另外想请问下两地部署的情况副本集有什么最佳结构吗? 感谢 ...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
0
votes
1.5k
views
1
answer
阿里云ODPS(现Maxcompute)中的shell节点,有什么好用法?
ODPS的工作流编辑页面,可以新建shell节点,但是官方几乎没有给太多的Demo,只是说是一个shell节点.在开发的时候,目前见过的场景: 拿shell节点调ODPSCMD跑需要循环逻辑的SQL shell节点里使用管道实现并发跑SQL 调用DataX做数据同步 远程某个linux服务器来执行任务..... 嗯,还有哪些让人眼前一亮的使用方案?欢迎分享...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
0
votes
1.3k
views
1
answer
javascript - is there a way to pass undefined.undefined as a function parameter
I want to check if object has a field with value then return default value if it has not.. function testFun(value, defaultvalue) { if (!value) { console.log( ... { console.log(value) } } let testVar testFun(testVar, 'this is default vaue')...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
javascript
0
votes
1.3k
views
1
answer
sparql - How to get the directly linked movie through wikiPageWikiLink in DBpedia?
Before 12 days the below sparql query was working properly but when Dbpedia update the interface of the website in 2021 the same query could not retrieve any ... to get the movies that are directly linked to specific movie? Thank you....
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
sparql
0
votes
1.3k
views
1
answer
centos中安装jdk后找不jdk安装目录?
背景:我使用的操作系统是centos(虚拟机),想安装jenkins,奈何jdk还是1.6版本的 所以想升级一下,然后就找了这个教程来升级 我卸载了我系统中的JDK1.6,然后我使用yum -y install命令安装了 JDK1.8,安装成功之后使用java -version命令测试了一下,提示是正确的 之后我就 想去/usr/ ... 理之前应该配置了的啊 所以现在的问题就是我想去配置环境变量,但是我找不到jdk1.8的安装目 录 希望有大佬能帮我解答下这个问题 ...
asked
Jan 25, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
0
votes
1.8k
views
1
answer
python - How can I make this code for a multiple choice quiz work in Tkinter?
I plan to show the text in a label and then have 4 buttons at the bottom which the user will select The questions are stored in a notepad file that's quite ... is correct if answer==question[2]: print("Correct") else: print("Incorrect")...
asked
Jan 25, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
python
0
votes
1.5k
views
1
answer
ruby on rails - Sprockets raises "no implicit conversion of nil into String" when using image_path or stylesheet_link_path
Expected behavior It should load resources. Actual behavior image_path(...), stylesheet_link_tag should not raise TypeError: no implicit conversion of nil into String Stacktrace: "/ ... /.rbenv/versions/2.5.7/lib/ruby/gems/2.5.0/gems/a...
asked
Jan 25, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ruby
0
votes
1.4k
views
1
answer
使用VSC开发nodejs项目如何在处理请求逻辑时调试
比如: 在处理路由时打了断点开启debug模式也没有用,控制台也没有对应的打印输入,在chrome浏览器里使用devtools调试也有类似问题,在对应代码位置打断点也是没有用。 哪位有经验的大佬能帮下忙。...
asked
Jan 25, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
0
votes
1.9k
views
1
answer
presto - date_add for timestamp in Hive
im currently running a query in presto db which has a condition like below: x.created_date > date_add('day',-15,y.arrival_timestamp ) I plan to move the ... sample value 2020-11-24T21:08:20.046000 Any help would be appreciated.Thank you...
asked
Jan 25, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
presto
0
votes
1.9k
views
1
answer
CSS 吸底样式
有一个这样的样式,红框标出的是footer,我的想法是 当没有滚动条或者没有滚到底时fix在底部 滚到底部了 按照正常文档流限时 不要遮挡到正常内容...
asked
Jan 25, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
CSS
0
votes
2.1k
views
1
answer
c++ - How to set tab based cookies in WebView2?
How can I set a cookie which would be applicable for just a specific tab in the browser ? Chrome keeps cookies separated for normal mode and incognito mode. What i'm ... is similar to this but i want to do that for every tab in normal mode....
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
c++
0
votes
1.6k
views
1
answer
How can I get the information from "coordinates" and save it in a PHP variable?
I'm looking for some ways but I'm having a lot of difficulty ... I just need the information that is in "coordinates" and put it in a PHP <script> mapboxgl. ... div> </body> A very simple example is this <?php $coord = 'coordinates'; ?>...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
How
0
votes
1.6k
views
1
answer
html - Enter a line between the column title and the search box text in the header table
I have a table. At the bottom of the search columns, I put a text box. See in this link: https://jsfiddle.net/rm1pt3Lz/ my code is: <table cellspacing="0" cellpadding="0 ... >text2</td> <td>00525227652</td> <td></td> </tr> </tbody> </table>...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
html
0
votes
1.8k
views
1
answer
ubuntu - Cassandra initial connect with gocql
The code is written with Go and Cassandra and when I build it works good in my local computer. But when I upload it to the server (Ubuntu 20) it throws this ... .CreateSession() if err != nil { panic(err) } Anybody has any solution???...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ubuntu
0
votes
1.8k
views
1
answer
node.js - In yargs, what is the usage difference between (yargs) and (args) in the .command call?
I'm testing out some yargs commands, but I am a bit confused on its usages. My code is: const argv1 = require('yargs') .command('testFunc', 'testing yargs ... output still verifies if --age is a number so it looks to function the same way....
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
node.js
0
votes
1.8k
views
1
answer
vue使用L2Dwidget报错了
用vue安装并且引入L2Dwidget报错了 有没有大神知道如何解决,望指教一下,谢谢!...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
0
votes
1.7k
views
1
answer
testthat - Testing intermediate variables and function in R
How to test intermediate values from a function using test that functionality Eg. hello <- function(name){ new_name <- cat(name," new name") ... change in original function using testthat utility Want to validate inputs as well(name)...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
testthat
0
votes
1.5k
views
1
answer
如何通过给定的对象访问路径,获取javascript对象的某个属性的值?
const people = { base: { name: 'zhang san', age: 25, clothes: [ { name: 'jack', color: 'red' }, { name: 'suit', color: 'black' } ] }, children: ... .clothes[0].name')) // jack console.log(getObjectByPath(people, 'children[0].name')) // son1...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
0
votes
1.6k
views
1
answer
接口返回的Preview是一张图片,但vue怎么渲染到页面呢?
如图接口返回一张图片 打印是对象数据: 但怎么渲染到vue的DOM上呢?试过img标签不行,有没有知道的高手呢?...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
0
votes
1.4k
views
1
answer
如何利用chrome把音频拷贝出来,sources里面并没有该音频呀?
https://m.ximalaya.com/share/......
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
0
votes
1.9k
views
1
answer
javascript - Deploy Nuxt sitemap with Firebase
I have a sitemap created with nuxt and firebase but when I deploy the site to firebase the sitemap throws and error since I am referencing my fireInit file but ... ) : ''; // init services export const db = firebase.firestore();...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
javascript
0
votes
1.6k
views
1
answer
vite 如何实现 vue mpa ?以及 vite 文档里的一个坑
先说遇到的一个坑 文档: https://vitejs.dev/config 文档内容 server.xx 配置文件 vite.config.ts 正常思维 并依据 vue.config 的写法 实际: 最后问题,哪位大神有成功配置了 vite 的多页应用案例...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
vite
0
votes
1.4k
views
1
answer
对成员按照指定的数量进行分组和排列
// 要求一:将所有成员进行分组,每三个人一组,列出所有的组合,每个组合不能重复 // 所有人员列表 (公司所有成员) $peopleList = [ '小红','小黄','小李','小丽','小刘','小陈','小丁','小钱','小赵','小孙', ... ]; // 示例: $groupDemo = [ [ ... 'score' => '8.7' , 'list' => ['小丁','小钱','小赵']], ... ]; 请问怎么使用PHP或者用一个简单的算法来实现呢...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
0
votes
1.6k
views
1
answer
audio - How to play a microphone stream in React Native?
The goal is to make a simple walkie-talkie in React Native through Wifi Direct. I was able to capture a microphone stream on the first phone (192.168.49 ... 'center', alignItems: 'center', backgroundColor: '#F5FCFF', } } export default App;...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
audio
Page:
1
2
3
4
5
6
...
715
next »
Ask a question:
Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
Just Browsing Browsing
[1] vue3 + typescript 中,定义了一个全局变量,获取该值时却总报错
[2] js判断null,'',undefined,但不包含0的函数有吗?
[3] ant design中的TreeSelect 组件如何只获取子节点的集合?
[4] Restoring Expired Firebase Tables in BigQuery and Keeping Data Longer Than 60 Days
[5] 这个说明vue框架会引起内存泄漏吗?
[6] typescript中require.context()批量export
[7] Airflow - Xcoms and parallel jobs - problem (xcoms overwriting themselves)
[8] python - How do I print out all the members of a discord server with discord.py
[9] 跟着人家老师学习爬虫,但是不知道为什么自己学习的代码明明跟人家一样,但是生成不了json文件
[10] MVC模式的互动模式。
548k
questions
547k
answers
4
comments
48.7k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
google
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
web
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
Recent questions
...