function tag

78 questions


3 answers
46 views
0
Jspscript functionRun on another page

I want to make it deactivated when I press the button. But if you press the disable button on a.jsp, b.I want to make the target button in jsp disabled. a.jsp <- This is the HTML buttonIf you press...

2 years ago

1 answers
54 views
0
Question when entering a function.

When using a function,For example, you have a variable (a=3252).Some are a.functionSome are functions (a) .join(a) a.replace(:, #) //a.reverse( ))There's this. How do you use it separately?Do I have ...

2 years ago

1 answers
59 views
0
Question about using C pointer array as a parameter

#include <stdio.h>int strO (char* myStr[]) { char str[] = hello; myStr[0] = str; // < Part to be modified? return 0;}int main() { char* string_list[10] = {NULL}; strO(string_list); printf(%s\...


1 answers
75 views
0
It's a C++ question

Hi, everyone.I'm asking you this question because I don't understand something because I'm a C++ beginner.#include <iostream>using namespace std;// *** Declaration of Global Variables ***// #1in...

2 years ago

1 answers
42 views
0
Outputs special character cascades using Python functions

It outputs special characters as many as the number of rows, and parameter 1 uses superposition for statement to output special characters parameter 2 How should I make a function code to enter the nu...

2 years ago

1 answers
57 views
0
I defined a function related to the data frame, but the actual data does not change.

In the Pandas data frame, we created a function to delete all the lower lines of a column when the value of a column appears nan.def shorter(df,column): for i in range(len(df)): if pd.isna(df[column]...

2 years ago

1 answers
100 views
0
I want to return several return values and call them and use them, but there is an error. TypeError: 'Tuple' object is not callable

I'd like to call the return value of the five ticker and use itTypeError: 'Tuple' object is not callable error.(ticker_head = ticker_head() on the last line.No matter how much I search Google, I don't...


1 answers
56 views
0
Question when adding conditions including external functions to function parameters.

Python function question.For example, an external function a returns the current temperature In creating a function b that operates according to temperature, def b (c = True): while true: if c: Turn...

2 years ago
« - 8 -

© 2024 OneMinuteCode. All rights reserved.