c tag

1304 questions


1 answers
72 views
0
I want to suppress the apps that users launch on Macosx.

Developed with Xcode Objective-C.In Mac OS X, one of the apps that the user instructed to launch is I want to suppress the ability to launch only certain applications.In addition, in that case, the ap...

2 years ago

2 answers
63 views
0
Correct Address Not Recognized When Multiple I2C Devices Are Connected to Raspy

Excuse me for asking you the first question.Currently, I would like to use Akizuki's VL53L0X for one RaspberryPi.This ToF distance sensor has an I2C address of 29 and cannot be changed hard.Now, we ca...

2 years ago

1 answers
159 views
0
Lsyncd (Live Sync Daemon) for real-time synchronization of multiple servers

http://liginc.co.jp/programmer/archives/4272I am referring to the above site, but the last one is /etc/init.d/rsync startis not working.It doesn't work, or it doesn't exist here.rsync is /etc/xinetd....

2 years ago

1 answers
98 views
0
I want to do the equivalent of IPv6 Routing Header Options Management for BSD on Linux.

Is there a way to achieve the same functionality as IPv6 Routing Header Options Management on Linux?I would like to use inet6_rthdr_space.http://www.manpages.info/freebsd/inet6_rthdr_space.3.htmlI'm g...

2 years ago

1 answers
142 views
0
iOS 8.3.0 dyld: lazy symbol binding failed: Symbol not found

Device: 5s,6 (simulator)iOS: 8.3.0xCode:8.0The following error occurs when I am using the application I am creating.By the way, regarding ReactNative, not only RN, but also many similar error reports ...


1 answers
123 views
0
Do not display "Back to Previous App" in iOS status bar

We are developing at Unity.I have the iOS app display the status bar, but I don't want it to display Back to the previous app.void_HidesBackButton(){ UINavigationController* navigationController= (UIN...

2 years ago

1 answers
91 views
0
How Swift Passes Closure to Arguments

I would like to detect on Swift that the UITableView has been loaded.http://qiita.com/corocorococoro/items/1c80681cd7e1fddc3ba3See the for information on extension UITableView { ・・・}I tried to write i...

2 years ago

2 answers
108 views
0
iOS 9 Quick Action screen transition

We are developing Quick Action (3D touch) implemented from iOS 9 and later.I was able to call the specified ViewController (StoryBoard) from within Appdelegate, but I don't know how to call TabBarCont...

2 years ago

2 answers
34 views
0
a program that arranges two real numbers in ascending order

First, a function sort2 for re-storing two real values in *num1, *num2 is created by using a function swapd.After that, after calling sort2, create a program using the results to display it like an ex...

c
2 years ago

2 answers
69 views
0
I want to backup only incremental with rsync

running environment:CentOS 7.3 I would like to back up only increments with rsync for generation management.I'm planning to back up as follows.Base (total amount to be backed up)|L01 (back up files wi...

2 years ago
« - 24 - »

© 2024 OneMinuteCode. All rights reserved.