string tag

223 questions


1 answers
90 views
0
When implementing the search function, create a query string in a get manner (?)

Node.js + express is in use. Oh, the ejs template!You are about to implement a search function among the bulletin board functions.I'm trying to implement it in a get way.<option value=title,body>...


1 answers
114 views
0
How to make open characters work when you render a string stored in the HTML raw(?) database.

The development environment is node.js and express.Using ejs template.Stored in database Hello.<br>Testing.How do I load a string so that the tag works when I print it out to my browser?Browser ...


1 answers
42 views
0
What is the case of using char[] in java? Not the password

There's a char[] and a string in javaLet's use more stringsIs it because it's easier?Is there a reason why you don't use char[]?

2 years ago

1 answers
49 views
0
Using timestamp without using computer time

Private Sub group_DataChange(TransactionID As Integer, NumItems As Integer, ByRef ClientHandles As Array, ByRef ItemValues As Array, ByRef Qualities As Array, ByRef TimeStamps As Array) Handles group....


2 answers
62 views
0
c++ Error

I wrote this code, but I keep getting errors. It's the code execution result at the bottom, but this error keeps popping up. Please, which part should I correct?

2 years ago

1 answers
104 views
0
Role of toString() in Java

/* * A program to erase the - in the middle of the following resident registration number and fill in the blank to print it out * Let's write it down. However, frequent string generation occurs by uti...

2 years ago

1 answers
107 views
0
JAVA beginner's sloppy code string conversion question

import java.util.Arrays;import java.io.BufferedReader;import java.io.FileReader;import java.io.PrintWriter;import java.io.IOException;public class traineroutput { public static void main(String args[]...

2 years ago

1 answers
42 views
0
C Language String and Integer Input Questions

I just started studying C language at universityIt is a matter of defining a structure related to a book and writing a code that receives related information directly from a user. typedef struct book{...

2 years ago

1 answers
46 views
0
Is there a way to make several similar types of strings at once in Python?

For example, 'AA' , 'AB', 'AC', 'AD' .... 'BA', BB' ... ZY' , ZZCan you make several strings of a similar type at once in this way?It's hard because it's my first time programming

2 years ago

1 answers
78 views
0
To distinguish names from Python strings

First of all, the purpose is to distinguish only Korean/English names from strings that combine Korean names, English names, special characters, and spaces, leaving only one duplicate name. So far, wh...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.