d tag

2228 questions


2 answers
380 views
0
How to write CMakeList using a library built in cmake

I want to generate ORC files that I can read in Athena without using queriesorg.apache.hadoop.hive.ql.io.orc.OrcOutputFormatin the format https://github.com/apache/orcI thought it would be good to use...

2 years ago

1 answers
378 views
0
I want it to be displayed so that the Button title on the storyboard is aligned to the right.

This is my first time to ask a question after I just started programming, so please forgive me if there is anything that doesn't work out.Using the Xcode storyboard, I'm trying to create an arrangemen...

2 years ago

1 answers
399 views
0
Differences in .meta files do not disappear in Git management for Unity projects

Prerequisites/What you want to achieveI manage the Unity project at GitHub.When one of the members reinstalled the source tree and pulled the latest branch, many .meta files, some plug-in files, conti...

2 years ago

1 answers
422 views
0
Understanding Errors on Certain Android Models (java.lang.Error: null pointer reference)

Prerequisites/What you want to achieveI'm making a game with Unity.It works fine on many models, but the following error message occurs on several models and the application does not start.This is my ...

2 years ago

1 answers
362 views
0
Android TEXT File Load (Error with BufferedInputStream Argument)

I'm trying to load a text file on Android.BufferedInputStream causes an error.The content is InputStream is requested as an argument for BufferedInputStream, but InputStramReader is passed.That's what...

2 years ago

1 answers
423 views
0
No OnNewToken Events in Release Version (Xamarin forms VS2019)

Connect to a real Android device with the debug version of VisualStudio 2019 Xamarin forms Booting (first) will get Token correctly, but After installing and booting from an open Google Play Console t...


1 answers
427 views
0
Learn how to handle toast on Android apps

I'm making an application on Android Studio, but what should I do if I want the toast to show Stop processing (remove processing while processing stops) and then change the toast to Cancel processing ...

2 years ago

1 answers
319 views
0
I want to move only the Z axis at the midpoint of the 3D parabola connecting the two points.

We draw a 3D parabola connecting the two points.Vector3_controlPoint=new Vector3(0,0,-50);var control=(_trans1.position+_trans2.position)/2+_controlPoint;verticalPoints=_middlePoints+2;List<Vector3...

2 years ago

1 answers
352 views
0
I want Discordbot to work only on certain channels.

I put the bot I created into the server, but it works in response to all channels, so I want to be able to operate only on certain channels!import discordfrom discord.ext import commandsimport asyncio...

2 years ago

1 answers
414 views
0
Recognizing IJCAD Selection States

We are developing an application for IJCAD using .NET.I want to receive a notification when I select a figure without executing the command, but I don't know how to do it.AUTOCAD was accomplished by h...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.