d tag

2228 questions


1 answers
89 views
0
I want to handle sessionid on asp.net with client javascript

In web.config, <system.web> <httpCookies httpOnlyCookies=false/></system.web> even if configured asASP.NET_SessionId is not visible from javascript.How can I see it?By the way, on th...


2 answers
41 views
0
How do I perform every n-point game score?

I'm creating a game to defeat the enemy. I'd like to create a function to raise the enemy's spawn value every time I get a score of 20, but I don't know what to do every time I get a score of 20, so p...

2 years ago

1 answers
81 views
0
I don't know how to turn off auto-exposure and auto-focus.

Currently, I am researching visible light (Li-Fi) using camera2 API on Android Studio.However, auto-exposure and auto-focus can get in the way when taking pictures of LEDs and retrieving data.·Automat...

2 years ago

1 answers
88 views
0
Have you ever received a push notification message on Google's GCM?

We are creating a program that provides PUSH notifications using GCM.There are cases where the Android device is notified of Push, but the notification details are not received.There are no errors fro...

2 years ago

1 answers
69 views
0
How do I resolve the error minSdk (API24) > deviceSdk (API21)?

This is about how to connect to the actual machine on Android Studio.MinSdk (API24) > deviceSdk (API21) appears and cannot connect to the actual machine.Solution is with AndroidManifest.xml<uses...

2 years ago

1 answers
81 views
0
I want to create a global chat with discord.js

Global chat on Node.js discord.js (I want to do something that says a on Channel B of A mackerel and a on Channel D of C mackerel, but I can't do it well.Please tell me what's wrong.Code I tried makin...

2 years ago

1 answers
75 views
0
If you have two RecyclerViews, the height is incorrect only on Android 6.0.

<?xml version=1.0 encoding=utf-8?><ScrollView xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_parent android:layout_height=match_parent xmlns:app=http://sc...

2 years ago

1 answers
125 views
0
What is KernelAPI to determine which process is using the given virtual address?

Is there a KernelAPI in the FreeBSD API to determine which process is being used from the given virtual address?If possible, please let me know if you can do the same with the Linux Kernel API.Thank y...

2 years ago

1 answers
50 views
0
CoordinatorLayout wrap_contents does not work when you put a view in CoordinatorLayout

ProblemsThe layout is made using CoordinatorLayout as shown below, but if you put View in CoordinatorLayout and outside AppBarLayout, the bottom of the View sticks out from CoordinatorLayout even thou...

2 years ago

1 answers
25 views
0
I want to have another name on the supervisor web console.

I am using the supervisor web console.By default, the /etc/supervisord.conf file set to program is It will come out as it is, so Is it possible to use Japanese under another name?Even if I input the p...

2 years ago
« - 77 - »

© 2024 OneMinuteCode. All rights reserved.