Uncategorized [Vagrant] GuestAdditions versions on your host (x.x.x) and guest (y.y.y) do not match.How to resolve this issue.
Uncategorized[Vagrant] GuestAdditions versions on your host (x.x.x) and guest (y.y.y) do not match.How to resolve this issue. Preface After updating the macOS, the virtual environment that had been working so far stopped functioning as expect... 2024.12.08Uncategorized
UncategorizedLog in to Vagrant using the SSH command When logging into Vagrant, it's common to move to the folder where 'vagrant init' was run (the directory containing the... 2024.09.17Uncategorized
PHP【phpMyAdmin】How to resolve the issue when you cannot log in due to “Permission denied” Preface Although I was able to log in successfully with the MySQL command, for some reason, I couldn't log in throug... 2024.09.13PHP
DevelopHow to register multiple IDs/passwords for Basic Authentication. Although it may not be a common occurrence, I had the opportunity to add an ID/password to Basic Authentication, so I'm... 2024.09.07Develop
AndroidMysterious padding on the left side of the Android Toolbar. I was troubled by a mysterious issue where a gap appeared, even though neither margin nor padding was applied to the Re... 2024.09.07Android
AndroidI want to access external variables from Android’s onClick. When writing the process for when a button is clicked using the OnClickListener, there are different approaches and pre... 2024.09.07AndroidJava
Blender【Blender】How to Fix Overlapping When Using the Mirror Modifier I am a beginner currently using my spare time to practice Blender.While following a tutorial to create a character, I e... 2024.09.05Blender
Java[Java] How to use File.separator to specify delimiters according to the platform About File Delimiters When referencing a file from a specific path, are you specifying the file delimiter as a strin... 2024.09.01Java
PlayMaker[Unity PlayMaker] What to Do When the PlayMaker Editor Menu Does Not Appear Introduction I am using Unity version 2019.4.29f1. I created a new project and imported PlayMaker from MyAssets. ... 2024.08.26PlayMakerUnity
PHP[PHP Sample] Quick and Easy! Output Data Retrieved from a Database to CSV I’m creating simple sample programs for commonly used processes as a personal memo.※ Preliminary settings and introduct... 2024.08.24PHPSample