code tag

445 questions


1 answers
48 views
0
How to process each cell in the collectionView

I am currently creating a list application in the collection view.I would like to display the information I entered in the transition destination (inputViewController) that I clicked on the cell in th...

2 years ago

1 answers
101 views
0
java in vscode

I was going to be able to run java in vscode, but when I installed the Java Extension Pack and set the path of jdk, it says Build failed and I can't run it.I would appreciate it if you could help me.

2 years ago

1 answers
41 views
0
ChildViewController.view.frame changes during screen rotation

class ViewController:UIViewController {letchildViewController: UIViewController= UIViewController()override func viewDidLoad(){ super.viewDidLoad() childViewController.view.backgroundColor=UIColor.gre...

2 years ago

2 answers
144 views
0
execute >> Unicode character always returns null in SQL in Rails Migration

I am currently trying to do the following:Here's the code: class ConvertNameIntoFirstAndLastName<ActiveRecord::Migration def up execute<<- SQL DO $do$ DECLARE record; BEGIN FOR u IN SELECT* ...


1 answers
125 views
0
Only certain command output is garbled in ubuntu 20.04 terminal

I have an ssh connection to the ubuntu 20.04 server using iterm2 from MacOS BigSur.In this situation, I am suffering from garbled characters only some command output.Specifically, it's an ls command, ...

2 years ago

1 answers
59 views
0
How to Stop the Arduino IDE Logo Window From Front Each Time You Compile Arduino .ino in VSCode for macOS

The most important way to handle Arduino in VSCode is to get the Arduino IDE logo on the front page every time you compile it.Please tell me how to avoid displaying logos, such as headless boot option...

2 years ago

1 answers
103 views
0
Syntax error in settings.json after installing extensions in VSCode: Expected comma

VSCode includes the extension PasteImage.I want to specify where to save the copied image, but I get an error.Where to Save: Create an image folder where HTML files are located and save itPasteImage s...

2 years ago

1 answers
77 views
0
VSCode tries to write problemMatcher for Intel compiler error messages, but it doesn't match

The Remote Development Extension of VSCode provides access to Linux servers from VSCode on Windows 10.There is an Intel compiler on the server that tries to read this error message in VSCode, but it c...


1 answers
110 views
0
Thread 1: signal SGABRT

I'm a beginner at Swift. This time, I created a simple browser using Swift from iOS. of AppDelegate.swift@UIAapplicationMainclassAppDelegate —UIResponder, UIApplicationDelegate An error statement simi...

2 years ago

1 answers
47 views
0
I want to sort the dictionary by key.

I want to sort the dictionary and then convert it into an array, but I get an error with the code below.Commenting out the line self.cards=sortedDic.map{$0.value} produces a similar error, but the sor...

2 years ago
« - 27 - »

© 2024 OneMinuteCode. All rights reserved.