script tag

1639 questions


1 answers
455 views
0
I want to extract xml designated elements in GAS

I'm going to use GAS to create a program that will keep an eye on blog updates and notify you.https://web.plus-idea.net/2018/04/google-apps-script-xmlservice-parse/I was able to retrieve the contents ...


3 answers
430 views
0
I want to add headers and footers to a text file with Linux commands.

I would like to process the text file (test.txt) using the Linux command as follows.before processing:--SQLAfter processing:header-- SQLfooterThe following shell scripts did not work:I would appreciat...

1 years ago

1 answers
372 views
0
I would like to obtain and set the work place of the calendar in Google apps script.

Is it possible to obtain and set the workplace on Google Calendar?

1 years ago

1 answers
360 views
0
If the property name of the Javascript is '-', the code cannot be executed properly.

When I tried to execute the following code on the browser console, it was recognized separated by - and the code could not be executed successfully.I'd like to know how to deal with it, but could you ...

1 years ago

3 answers
476 views
0
I want to add headers and footers to a text file with Linux commands.

I would like to process the text file (test.txt) using the Linux command as follows.before processing:--SQLAfter processing:header-- SQLfooterThe following shell scripts did not work:I would appreciat...

1 years ago

2 answers
310 views
0
When an inexperienced person studies PHP and JavaScript, what year or later should the book be published?

I'm an inexperienced student, but I'd like to study programming languages PHP and JavaScript on my own.I heard that programming languages change in a few years.If it is a book, how many years or later...

1 years ago

1 answers
390 views
0
I put export and import to use variables in other js file, but there was an error on the web page

Hello, I'm Corinne who is making a simple lottery program.The principle of operation is that you get six random digits of the winning number in lotto.html, and if you press the lottery purchase button...

1 years ago

3 answers
339 views
0
I want to add headers and footers to a text file with Linux commands.

I would like to process the text file (test.txt) using the Linux command as follows.before processing:--SQLAfter processing:header-- SQLfooterThe following shell scripts did not work:I would appreciat...

1 years ago

1 answers
321 views
0
How to create a four-digit comma-separated regular expression

I'm creating a regular expression under a four-digit comma-separated condition, but if I match more than one, I'd like to know how to create a four-digit comma-separated expression that becomes False ...


1 answers
253 views
0
I want TypeScript to avoid undefined index access

In the code below, the object may be 'undefined'.ts(2532)Also, there is an error in the test[i].v part, but I don't know the cause at all.Is there any way to avoid writing code?//test.tstypeTestArray=...

1 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.