c tag

1304 questions


2 answers
33 views
0
I don't really have the conditional branch in mind to determine the date and time.

When a date is entered prior to October 14, 1582, the output reads Not supported for the number of days prior to that date.In other words, under the condition that you print the day of the week after ...

c
2 years ago

1 answers
126 views
0
check the appearance of a pattern in a string with mips assembly

Below is a program to examine the appearance of a pattern in a string. End in line 18 represents the end of the program.• Inputs are given to array Pat (base address $s0) of type char and Str (base ad...

2 years ago

1 answers
68 views
0
When I make a screen transition in viewDidAppear, it says which view is not in the window hierarchy!

I wrote the following code, but when I run it, it says which view is not in the window hierarchy!LoginViewController.m-(void)viewDidAppear:(BOOL)animated{ [super viewDidAppear: animated ]; [self prese...

2 years ago

1 answers
90 views
0
Action becomes NULL with Spring MVC Tiles

We use Spring MVC+Tiles to develop web apps.The action of the form tag was set to NULL when I set the following settings.I checked the compiled JSP file and found that the Action name was set correctl...

2 years ago

1 answers
92 views
0
If I cancel the shutdown, does the IME undetermined string disappear?

You can block the shutdown by calling ShutdownBlockReasonCreate() and returning FALSE to WM_QUERYENDSESSION, but when you cancel the shutdown, the IME undetermined string no longer appears in the bloc...

2 years ago

4 answers
118 views
0
How to Split Controller Descriptions in Rails

I am creating a web app with Ruby on Rails, but if the description of the controller becomes longer, how should I divide the file?Now, I'm going to create a new controller from the command.class HogeC...

2 years ago

1 answers
84 views
0
Change the layout of the contents for each cell in the CollectionView

I would like to change the layout of each cell in CollectionView, but how can I do that?For example, if CollectionView implements three pages of paging processing, you want to place buttons and images...


1 answers
68 views
0
I'm trying to run a program that displays videos, but where should I put them?

I am a beginner in iOS app development.I am trying to move the sample to display the video using Xcode and Objective-C, but the video is not displayed.The code for the pass part of the video is NSStri...

2 years ago

1 answers
31 views
0
I would like to know a tool that draws a graph according to the parameters after changing the parameters in the GUI.

As I wrote in the title to see how the graph changes when changing parameters, I would like to change the parameters in the GUI and draw a graph accordingly.Please let me know if there are any knowled...

c
2 years ago

1 answers
74 views
0
Can I use the Callback function for the Objective-C module?

I would like to divide the functions of the iPhone app into several different modules.Is it possible to use the Callback function for the Objective-C module?For example, a module that receives GPS inf...

2 years ago
« - 36 - »

© 2024 OneMinuteCode. All rights reserved.