script tag

1639 questions


1 answers
32 views
0
Subwind, opens only one (character variable is not evaluated,)

subWin=newArray(0,10);vari = 0;for(i;i<4;i++){ alert(In loop, OP window!=+i); subWin[i]=window.open(tmp.txt, 'sample+i', newwindow); alert(Get>=+subWin[i].name+==+XX+i);}; This second, alert, se...

1 years ago

1 answers
84 views
0
I want to build a web server with websocket.

I was thinking about controlling Leapmotion using RaspberryPi3, but I learned that Leamotion cannot be connected directly to RaspberryPi3.I recently learned that the only way to connect Leapmotion to ...


1 answers
87 views
0
I want to control the volume using the audio tag on ios.

I want to control the volume by using volume in the audio tag.It can be controlled by a web browser, but not by a terminal (ios).I tried the volume between 0.0 and 1.0, but there is no difference in t...

1 years ago

1 answers
69 views
0
How do I change the zoom magnification so that all markers installed in OpenLayers fit in?

OpenStreetMap and OpenLayers have multiple markers on the map.The position of this marker varies, so I would like to make it like the Google Maps API fitBounds method so that all markers can be seen w...


2 answers
110 views
0
About displaying badges on icons

Currently, we are developing smartphone applications using Monaca, and it is located in the app I would like to display the number of unreads in the list on the icon on the home screen.However, as you...


1 answers
94 views
0
I write Angular in TypeScript, but I want to inject the service into the controller and call the function, but it doesn't work.

I write Angular in TypeScript, but I want to inject the service into the controller and call the function, but it doesn't work.Expected definitions and behaviors are ○ Separate the service from the co...


3 answers
111 views
0
I want to get the height of a specific element in modal

Currently, I am creating a page for modal display using version 3.3.6 of modal.js.This screen has a button, and when you click the button, a modal window appears.Some modals are wrapped in <p>, ...


1 answers
50 views
0
Understanding Differences in Query Behavior in mysql Connection Pools

const mysql=require(mysql);const config = { host: '127.0.0.1', user: 'root', password:', database: test, connectionLimit:10}const pool = mysql.createPool(config);letstrQuery='SELECT* FROM `test';// g ...

1 years ago

2 answers
61 views
0
I have implemented GAS in my Google document, but I cannot replace regular expressions.

The script below does not work as intended.I'm going to search for the sentence that starts with ★ and display it as it is, but I can't do this, so could you please let me know?For example, I would li...


2 answers
120 views
0
Vue packages version mismatch error in vue create

If you enter vue create, you will receive the following error. mac:vue-nuxt hogehoge $vue create my-app/Users/hogehoge/.nodebrew/node/v12.13.1/lib/node_modules/@vue/cli/node_modules/vue-template-compi...

1 years ago
« - 45 - »

© 2024 OneMinuteCode. All rights reserved.