All Questions

19771 questions


1 answers
128 views
0
call a variable from another jsp file

How can I call the variable dialog in the javascript part of the jsp file below from another jsp?vardialog=Liferay.Util.Window.getWindow( { Dialog: { align: { node —null, points: ['tc', 'tc' ] ...

2 years ago

1 answers
28 views
0
How to Resolve FileNotFoundError

I'm a beginner who started studying python recently.I read and write csv and xlsx files.In the process, when I entered the code below in the book, a FileNotFoundError appeared.The csv file exists beca...

2 years ago

1 answers
100 views
0
I want to ban full-width spaces with regular expressions.

This is what I'm using nowregex:/^[Ah-anger 1- -a-zA-Z0-9]+$/Half-width spaces are no longer available, but full-width spaces are not possible.


1 answers
38 views
0
Accessing the Contents of an R Language Object

Please tell me how to access the contents of the object.Specifically...sex<-c(F, M, M, M, F)number<-c (1, 2, 3, 4, 5)x<-data.frame (SEX=sex, NUMBER=number)y<-c (1, 2, 4)At times like this....

r
2 years ago

3 answers
192 views
0
bash does not load variables

Does not read variables in files with bash through/.profile or through/.bash_profile.For example, in .bash_profile, export x=100 asecho$xdoes not print a value of x.The /etc/profile setting is #System...

2 years ago

2 answers
107 views
0
I want to fix the GridView column and scroll through the scroll bar.

I'm looking for a way to separate the columns to be displayed and the columns to be crawled when scrolling horizontally in GridView on asp.net.I'm looking for another way to use the style sheet with t...

2 years ago

2 answers
133 views
0
Understanding the Size of Sony NNCs That Can Be Infeasured in the Presense

When dnnrt.forward() files learned in nnc in the Spresense and Arduino development environmentI have a few questions about the size of the nnb file.Does the size depend on the core (main or sub) to be...

2 years ago

4 answers
44 views
0
on a one-way list

The following statement is a program that receives 5 numeric entries and returns a value as a numberlist.I'm studying two-way lists.This code is a one-way listI'd like to avoid outputting commas only ...

c
2 years ago

1 answers
90 views
0
I want to find the red area for each divided image by dividing the image.

I'd like to divide the images into nine parts and find the area in red for each image.I tried my best, but if I move the code below, the same value will appear for 9 pieces.I'd like to find the one wi...

2 years ago

1 answers
44 views
0
The configured identifier format is unknown.

The code below https://github.com/firebase/quickstart-ios/blob/d60148bc34847da1f80358052bd5bdb1cb6b2597/authentication/AuthenticationExampleSwift/PasswordlessViewController.swift#L65-L71I don't know ...

2 years ago
« - 193 - »

© 2024 OneMinuteCode. All rights reserved.