adb tag

23 questions


2 answers
83 views
0
apk transfer by adb is slow

https://stackoverflow.com/questions/28314131/adb-transfers-file-with-a-very-slow-speedAs you are asking, it takes time to transfer apk files for Android Studio (MacOSX Yosemite) development.I didn't c...

2 years ago

1 answers
74 views
0
I want to connect to MySQL/MariaDB in the container from another Docker container

I am learning container orchestration using docker-compose.I would like to access the mariadb of the db container from the app container with the folder configuration below, but I got an error and it ...


1 answers
103 views
0
"<" doesn't work in adb shell

I created a viable native binary that I could use with adb shell, but it works if I run it separately from the command to enter adb shell, but it doesn't work if I run it in a row.If you know the solu...

adb
2 years ago

1 answers
126 views
0
Can I get the apk file from the Android device?

Can I get the apk file from the Android device? Or how do I send an apk from the device to the system?

2 years ago

2 answers
71 views
0
Database design for real-time data lookup and refresh

Hello.MariaDB is in use.For example, when developing a program to monitor the real-time changing temperature value of a facility called A,create table TB_EQUIP ( equip_name archar (20), -- Facility na...

2 years ago

1 answers
144 views
0
Developing node.js. What is the advantage of not using Sequelize (ORM) when using DB?

Developing node.js. I have two years of experience in mssql.Initially, the db part was developed using the mysql module.But I found out that it's called Sequelize.js, so I've been using it.It was a li...


2 answers
113 views
0
DB Design Question. (BLOB)

When designing the db, I want to insert the Python code in blob type. I have a lot on my mind.I'm worried if this is efficient. Is it right to put it in considering translation and integrity?Or is it ...

2 years ago

1 answers
118 views
0
What is the stable way to connect mariadb in Node.js?

We are developing a website with node.js + express environment.After developing the division part using sequelize, I was familiar with sql, so I removed all the sequelize parts and developed them.Howe...

2 years ago

1 answers
131 views
0
Recognize the regularly updated DB data and refresh it on the web

Hello, I am developing the web with node.js.I'm using mariadb.Suppose you have data from a Web client group as shown below.A 10 20 50B 30 30 50C 85 92 33If you have updated to 10->100 in A here, Th...

2 years ago

1 answers
106 views
0
MariaDB - table generation nickname utilization question.

Hi, everyone. CREATE TABLE profession( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, profession VARCHAR(20)) ASSELECT profession AS mc_prof FROM my_contacts AS mcGROUP BY mc_profORDER BY mc_prof;You wan...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.