d tag

2228 questions


1 answers
47 views
0
What should I do to tether WiFi on Android Things 3)?

I tried using the code below, but it turned out to be SecurityException and could not be configured.I set WRITE_SETTINGS for the manifest, but is it not possible to use it?Caused by: java.lang.Securit...

2 years ago

1 answers
120 views
0
Why is the process name shortened when I get the top command from a self-produced script that I started with systemctl?

In CentOS 8, we created a shell script that records the results of the top command in a log file every 10 seconds.#!/bin/shwhile truedo top-b-n 1 | head-30>>/var/log/process-logger.log sleep10do...


1 answers
90 views
0
How to Specify a Mechanical Instance in an Environment with Both Mechanical and Electrical

I'm going to use Interop.GcadVbaLib for reference. In an environment where only IJCAD Mechanical is installed, everything works fine, but in an environment where Mechanical and Electrical are included...

2 years ago

1 answers
49 views
0
Riak 2.0.x Link Walking Returns Only Some Data

I was using riak 2.0.2, and I didn't understand anything.A bucket named bucket contains an object whose key is key, from which 26 links were added to the elements of another bucket. curl-v-X GET http:...

2 years ago

1 answers
92 views
0
Authenticating Service Accounts

When I tried to activate a service account in the Google Cloud SDK, I received the following error:ERROR:(gcloud.auth.activate-service-account)Unable to read file./credential.json—Errno2 No such file ...


1 answers
32 views
0
Notification.setLatestEventInfo symbol not found and cannot be compiled

I am creating a program that displays notifications, but the notification.setLatestEventInfo part cannot be compiled because the symbol is not found.import android.support.v7.app.AppCompatActivity;imp...

2 years ago

2 answers
83 views
0
How do I check ActiveRecord memory usage?

As for ActiveRecord for rails, I think it caches SQL query results.In the log, click Model name Load (0.8ms) SELECT and belowSave the and Load to cache and display the query execution time.CACHE (0.1m...


1 answers
89 views
0
IJCAD VBA displays dialog when executing SaveAS command

Migrating the DXF Bulk Translation Module created in AutoCAD VBA to IJCAD 2019.I am trying to convert from VBA to DXF using SaveAS, but a file save dialog appears while executing the command, so I can...

2 years ago

1 answers
110 views
0
How to summarize Android BottomNavigation

<android.support.design.widget.BottomNavigationView xmlns:android=http://schemas.android.com/apk/res/android xmlns:app=http://schemas.android.com/apk/res-auto android:id=@+id/navigation android:lay...

2 years ago

1 answers
62 views
0
Layout for FHD (1080x1920) on Android

How can I create a layout for FHD (1080x1920) on Android?The problem is that I want to separate the layout of FHD+ or Quad HD+ from FHD, but it looks like this:Here's what I've tried:1.Create layout f...

« - 68 - »

© 2024 OneMinuteCode. All rights reserved.