c tag

1304 questions


1 answers
123 views
0
I don't know the code. [Closed]

Do you want to improve this question?Edit this post and update the question to focus on one issueClosed 6 years ago.6 years agointleftCenterX=150;interruptRad=100;int satelliteDia=30;int X = leftCente...

1 years ago

1 answers
80 views
0
How to Disconnect AutoCommit from DB2 with VC++ ADO Connection

Connecting to IBM DB2 via Visual C++ 2010/ADO connection.I'm creating a program that moves files after adding/updating lines.I tried to roll back when the file move failed, but now I'm committed.Is th...


1 answers
78 views
0
I want to test the Ransack part in Rails Rspec, but I get an error saying undefined method `[]'for nil: NilClass

This is a question about Rspec.I'm writing the code for the Rspec test to see if Ransack is working properly, but in the simulation section of the search execution, NoMethodError:undefined method `[]'...

1 years ago

2 answers
110 views
0
The ad-hoc distribution causes the application to fall off immediately when it starts.

Nice to meet you.It's completely blocked in all directions...After creating the ipa file, install it via iTunes on the device that is registering UDID.It's been going well so far, but When I try to st...

1 years ago

1 answers
147 views
0
Different versions of libraries in Cocoapods

I would like to achieve a closed dependency, but would it be possible to refer to the following?Project (A library deployment project) - > A (currently being created) - > C (Realm ver 0.9x) Proj...


1 answers
115 views
0
Loading Multiple Variables in sscanf

I am writing a program that extracts strings and numbers from the strings entered in Arduino, but it does not work well.char mode[6]=;double a, b, c;// str = PID 1.42.4 3.4sscanf(str, %s%lf%lf%lf, mod...

1 years ago

1 answers
92 views
0
How to play different music simultaneously from left and right earphones on iOS

There is a request to play a different recorded sound source on the left and right at the same time.After researching how to do this, With OpenAL, you can set the position of the sound source.I though...

1 years ago

1 answers
96 views
0
C# ASP.NET Ajax Communication Returns Large HTML

I'm a beginner at MVC.The workspace is local.$.ajax({ type: POST, url: /aaa/bbb, data: {selectService:sendId}, success:function(msg){ alert(msg);... [HttpPost]public string bbb(string selectServi...

1 years ago

2 answers
40 views
0
Network byte order conversion of structures in C language

There are the following structures:Regardless of big endian or little endian, I would like to write a code that can be converted (or type defined) to a network byte order.[Structure] structure sample ...

c
1 years ago

1 answers
109 views
0
Describes how to write the Bluetooth LE Client Characteristic Configuration Descriptor.

Could you tell me how to write 2(0x02) to the Characteristic Configuration Descriptor and allow Indicate on iOS?CBPeripheral Class -(void)writeValue:(NSData)data forDescriptor:(CBDescriptor)descriptor...

1 years ago
« - 15 - »

© 2024 OneMinuteCode. All rights reserved.