c tag

1304 questions


1 answers
102 views
0
js_errors:false but js error when jenkins test rspec

I'm using poltergeist to spin the rails feature spec on jenkins.Error Message One or more errors were raised in the Javascript code on the page.If you don't care about these errors, you ignore them by...


2 answers
85 views
0
When iOS 8 rotates horizontally, the View does not rotate as the device rotates and is fixed.

Xcode6, Objective-c creates an application that allows you to switch between vertical and horizontal screens with buttons.(Vertical and horizontal screens have different designs and functions.)When vi...

2 years ago

4 answers
104 views
0
What is Objective-C Delete?

I have been using Objective-C's Delegate for some reason, but I would like to deepen my understanding. Right now, I have to delete it because I want to use UITableView.Exact meaning of DeleteDesign Po...

2 years ago

1 answers
34 views
0
I want to create a program that removes the maximum value from the array.

I have a question for my school assignment.I'd like to create a function program called deleteidx that erases the maximum value, but I don't know how to create it.For the time being, here are the part...

c
2 years ago

1 answers
35 views
0
Unable to read characters in the file

to knap10.txt1039.0 13.0 68.0 15.0 10.0 20.0 31.0 15.0 41.0 16.042.0 12.0 45.0 5.0 2.0 61.0 89.0 32.0 47.0 18.0I typed in a number, but I couldn't read it.By the way, I did the following program.#incl...

c
2 years ago

1 answers
29 views
0
How to make yacc

Hello I am interested in how to make yacc, but I am looking for the source code of the lalr(1) parser generator with Japanese explanations.Does anyone know the lalr(1) parser generator with Japanese e...

2 years ago

1 answers
79 views
0
CGContextDrawPDFPage Fails When Running from Xcode

The iOS app is creating a process to convert each page of a PDF file to UIImage.Up to iOS7, the PDF page was successfully retrieved and converted using the code shown below.When running in iOS 8.1, yo...


1 answers
37 views
0
Is there a way to detect QuickTime screen recording in the MacOSX application?

Is there a way to detect the start and end of QuickTime's screen recording with an app for MacOSX?It would be nice if some kind of notification had been notified, but I have not been able to find it s...

2 years ago

1 answers
44 views
0
How to Upload Large Video Files in Objective-C

The iPhone app implements the function of uploading videos to the server.I succeeded in uploading the video using AFNetworking, but If the capacity of the video increases, it seems to fail.Specificall...

2 years ago

1 answers
40 views
0
Unable to run animation continuously in Xcode

In Xcode, we create an animation in which the updated number moves up and down every time the number increases.http://qiita.com/noppefoxwolf/items/32530bb5f011ac2c9c91I made it by referring to this si...

2 years ago
« - 48 - »

© 2024 OneMinuteCode. All rights reserved.