I have crea开发者_运维百科ted a web app that produces a list of items to buy, It also gives a link to call the shop using a Tel: link to its phone number.
I\'m trying to call a view directly from another (if this is at all possible). I have a view: def product_add(request, order_id=None):
I have an application in VB.NET. I want to ca开发者_开发技巧ll that application from a remote system by using Java servlets. Can anybody tell me the methods for that?Make the VB.NET application expose
I\'m having some problems with SMS alerts and call notification freezing up the video 开发者_运维知识库player. I\'m currently displaying a video using MPMoviePlayerController with movieControl Hidden.
Is there any way to call a php class (eg. $var = new className) and have var store the value returned by the className function?
So, these script don\'t want to work. Not sure what to do. If i run the page B by itself, everything works fine. If the page A makes an ajax call to page B, none of the scripts within there would work
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current开发者_JAVA技巧 form.
Is this possible? I want to place intel assembly code into a char buffer, and then execute that code from within a C program
I want to call (just display another applet)one applet from another applet . I just placed a button on my first applet and on its actionperformed method
Is there an IDE/Tool/script/something that can show call hierarchy and/or data flow in Scala+Java programs (preferably from source code).