c tag

1304 questions


1 answers
126 views
0
RSpec x Capybara Modal Is Displayed but Will Not Find

I'd like to test the modal display when I press the user delete button The following error will be displayed:it Can delete other users do visit user_path(I18n.locale, other_user) page.dismiss_confirm(...

2 years ago

3 answers
33 views
0
Behavior of double keyboard input into int type variables

I am a beginner in C language.As shown below, I wonder why 0.0000 is possible when I prepare variables with int, enter values with the double input translation specifier, and output values with the do...

c
2 years ago

1 answers
44 views
0
How to Obtain ICCID in a Program

I would like to know how to obtain ICCID through the program.I found a similar article at home, but the output is null.How to use your homehttps://stackoverflow.com/questions/5599471/iphone-ipad-uniqu...

2 years ago

1 answers
31 views
0
I want to write down to 1 decimal place in C language.

It's a code that calculates the total and average points by entering the scores for each subject, but I don't know how to write the average point up to one decimal place.What should I do?#include<s...

c
2 years ago

2 answers
32 views
0
Understanding the Steps to Store Elements in Reversely Stored

I created it as follows, but the terminal stopped with the following conditions:/* ex1402.c*/# include <stdio.h>void reverseIntArray(inta[], int size){ inti,t; for(i=0;i<size/2;i=i+1){ /* Rep...

c
2 years ago

1 answers
71 views
0
I want to use AVCaptureConnection to set the orientation of the device when shooting a video (Swift)

I use iOS Swift to create a video save process.I can now save videos, but when I check the video taken with the iPhone facing up with the camera roll, it is facing sideways.To avoid this, we found tha...


5 answers
96 views
0
DYNAMICLY SECURED MEMORY AREA RELE

public class Greeter{ public static String great (final String name) { final String message = String.format(Hello, %s!,name); return message; } public static void main(final String[]args) { final S...

2 years ago

1 answers
101 views
0
[Xcode 6.3.1] After Archive and Validation, the warning called The applications non-public selectors in Payload/Myapp.app/Myappname:recursiveDescription appears.

I am creating an iPhone app for the first time.Archive with Xcode and validate as stated in the titleiTunes Store operation succeeded with warning.The applications non-public selectors in Payload/[Mya...


1 answers
31 views
0
c. CREATION OF PROGRAM USING Linguistic STRUCTURE

I have the following problems at the university, but I am having a hard time because I don't know how to build the program.Declare a structure consisting of three points: name, math, and English. (Dat...

c
2 years ago

1 answers
101 views
0
About updating on scala scaleikejdbc

We are developing at scala.I wanted to process CRUD with code created automatically by scalikejdbc.Only update statements are not allowed. object hoge extensions SQLSyntaxSupport [hoge] { def save(ent...

« - 43 - »

© 2024 OneMinuteCode. All rights reserved.