d tag

2228 questions


1 answers
90 views
0
Changing the Entity Color in the Block of IJCAD Does Not Update

Thank you for your continuous support.I am developing using ARX (GRX) at IJCAD 2018.I tried to change the color of the entity in the block, but Windows 7 reflects the changed color, but Windows 10 doe...

2 years ago

1 answers
102 views
0
I want to open the pdf in associates on Android.

protected void onCreate (Bundle savedInstanceState) { super.onCreate(savedInstanceState); FilefileBrochure=newFile(Environment.getExternalStorageDirectory()+/+abc.pdf); if(!fileBrochure.exists()) { C...

2 years ago

1 answers
89 views
0
Confine Screen Edges Does Not Appear in unity

Unity and programming beginners.I want the camera to track the characters within a certain range.On the Introduction to Unity site, If you click Add Extension in Chinemachine Virtual Camera in CM vcam...

2 years ago

1 answers
135 views
0
cocos2d-x3.14.1 with crashlyticsNdk drops at startup.

06-19 15:49:09.103 2709 2709 E AndroidRuntime: Process: jp.hogehoge.appgame, PID:270906-19 15:49:09.103 2709 2709 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPat...

2 years ago

1 answers
78 views
0
Google Play Services - Could not find dependency

We are developing it on Android.com.google.android.gms:play-services-location:15.0.1When I try to put location in the gradle above, I get an error.The older version of 11.0.2 goes in without any probl...


4 answers
93 views
0
How do I copy the latest 1 file below a specific directory on my server?

I bought a cheap network camera.It's forwarded via ftp, but I'm looking for a good idea because the range of settings is small.(dbpower c300e with pros and cons on Amazon) /2016-11-08 / Capture/13_57_...

2 years ago

1 answers
114 views
0
With unity, C#, I want to switch the key operation of the arrow on the keyboard to button operation.

You can use the arrow keys to move objects with the following code.I want to be able to move this with the buttons up, down, right, and left, but I don't know how to edit the code.Please let me knowpu...

2 years ago

1 answers
43 views
0
In google speech recognition, when the conversion result of words and phrases or proper nouns is homophonic, such as character input, it does not change to the intended conversion candidate.

In Google Voice Input and Google Assistant, for example, a famous person's name by kanji and a minor person's name are always converted to a famous person's name, but even if Google Assistant register...

2 years ago

1 answers
95 views
0
Why do rails use datetime instead of timestamp for created_at?

Rails ActiveRecord creates a datetime type on the DB for columns created_at and updated_at that are introduced in migration with t.timestamps at least in MySQL.The datetime type is close to storing th...


1 answers
45 views
0
I want to display the item on the Android fragment, but it doesn't work.

http://gacken.com/wp/program/android/1927/I put the adapter in the Android fragment for reference.1 2 3 is displayed, but no groups are displayed.How do I resolve this?ItemListFragment.javapublic clas...

2 years ago
« - 31 - »

© 2024 OneMinuteCode. All rights reserved.