delegation
NSUrlConnection in NSThread - No delegate is executed!
I am using an NSURLConnection in an NSThread but none of the NSURLConnection\'s delegate methods are executed! I have a main method in my NSTread subclass and a while loop that keeps the thread active[详细]
2023-02-12 11:27 分类:问答Implementing kerberos delegation in a service with ODBC drivers
I\'m trying to extend a windows service I\'ve written to accept a kerberos ticket from a client and then delegate that ticket to an ODBC driver so it can connect to another server with it.[详细]
2023-02-11 03:53 分类:问答What is delegation? When would I want to use it?
In OOP, a term delega开发者_StackOverflow社区tion is mentioned. How is this modelled in a class? I searched on yahoo etc but got links to delegates.Imagine you have the classes Car and Engine:[详细]
2023-02-04 04:49 分类:问答method_missing-like functionality in objective-c (i.e. dynamic delegation at run time)
I\'m trying to transform one method call into another dynamical开发者_如何学Pythonly (at runtime).[详细]
2023-02-02 22:15 分类:问答Cascading delegates and "Code That Doesn't Do What It Says"
I\'ve been searching around Apple\'s delegation and protocol documentation for an answer to this, but after more than a day I\'ve decided to give up and let you guys have a shot at it. I have three cl[详细]
2023-01-29 18:57 分类:问答Setup kerberos delegation automatically
I have a web app that uses some backend servers (UNC, HTTP and SQL). To get this working I need to configure ServicePrincipalNames for the account running the IIS AppPool and then allow kerberos deleg[详细]
2023-01-28 21:12 分类:问答Iphone Delegation
Hi I\'m using the following to raise the keyboard, I have many view controllers that could also use it but my attempts to delegate it have failed. I definitely don\'t want to insert this into every v[详细]
2023-01-28 20:31 分类:问答Steps to enable double-hop delegation in IIS7 windows 2008
my ASP.NET web application uses windows authentication on our intranet. I want it to be able to make a server-side http request to another server on the same domain that also requires windows authenti[详细]
2023-01-27 19:34 分类:问答How to update a UIButton label from another view controller
I have a UITabBar application, which has three tabs. The first tab has a UIViewController with a UIButton which displays a modal UIViewController to allow the user to select a date. I\'m having troubl[详细]
2023-01-25 22:00 分类:问答What is meant by .delegate=self?
Could anyone explain the meaning of someViewController.delegate = self and self.delegate? Where do开发者_如何学Python they help us?Delegates send messages to you.[详细]
2023-01-25 11:16 分类:问答