We can run RMI in netbeans by following steps.
Right click build.xml - Run target - Other targets - startRMI
But what i need is to start RMI registry through Java code. Is it possible? Help me.
Hello , i was just wondering, is there any way in MIPS to store a summation of numbers as a string and later read them byte by byte, for example:
the sum 657 - sw into a .ascii directive - later lb on the first index to get 6 (in ascii code) same with 5 and so on
Is this possible ?
//Thx in advance
hey guys
is it possible to have two forms with two submit buttons but when i click on the button then it saves both forms input fields
im concerning to solve this in php /mysql
i tried my own way :
if ((isset($_POST["form-1"])) && (isset($_POST["form-2"])) {
//SQL Insertion
}
thanks in advance
Is it possible to get the first line of text from a UITextView. I have looked through the UITextView and NSString Class References and can't find any methods that could accomplish this.
I am loading an html page into a WebBrowser object in a VB.NET Windows Forms application. The user may make changes to textboxes, dropdowns, etc. on the HTML page displayed in the browser. I want the ability to save the current context to a .pdf file on the local HD. I am able to print using WebBrowser.Print(), which shows the current context, but what ways are possible to get this saved as a PDF file locally?
I have 1 blog say xyz.blogspot.com,now am uploading my own website,so I want to integrate my BLOG in my website.along with that I would like to import comments if possible.
will be coding the logic in java only.
did googling,but was unable to find some relevant solution.
Hi,
Does anybody know if there is a free python chess moves validation function available somewhere?
What I need. I have a diagram stored as a string, and move candidate. What I need is to see if move candidate is valid for the diagram.
Would be really interested to see examples, if possible.
According to the Spring documentation,
By default, the dm Server trace file
is called
$SERVER_HOME/serviceability/logs/dm-server/log_i.log
... The index i varies from 1 to 4, on
a rolling basis, as each log file
exceeds 10Mb.
I'm aware that the default trace file name can be changed in server.config. Is it possible to change the number of log files that are kept before rolling over and/or the maximum log file size? How?
Hey,
I have an android devic, i wish to know when it is connected to the pc via java/.net
i know its possible - the Samsung New PC Studio is doing it, when ever i connect an android device it lets me know. how can i achieve the same?
Looking into possibility of making an USB distributed application
that will autostart on insertion of an USB stick and shutdown when removing the stick
Will use .Net and C#.
Looking for suggestion how to approach this using C#?
Update: Two possible solutions implementing this as a service.
- override WndProc
or
- using WMI query with ManagementEventWatcher
Is it possible to configure nginx to run a unix command based on a url?
For example:
http://localhost/list/usr/local
This runs:
ls /usr/local
Then returns the results?
I guess IE9 must be taken into account to start with. However, considering IE6 is still out there like a zombie, what should we expect from the future HTML5? When it will be possible to have let's say 90% of coverage among within all browsers?
I don't like debugging in a debugger, because I think it is often below the abstraction layer of the programming language and it is often not reproducible. I favor usign unit tests when possible and I think they are a good way, but it is not always that easy to implement them. Do you know about any other alternative approaches to avoid the use of debugger?
Possible Duplicate:
Why do we need a pure virtual destructor in C++?
I know that the destructor can be virtual, how about pure virtual?
If yes, what's the usage? If not, what's the error, compile error or runtime error?
Hi,
I would like some help to create the following convertions:
A need to convert an 800*600 multidimensional array into a jagged array and then the same method in reverse (jagged array with the same data to the original multidimensional array)
Is this possible? and any help about it?
Keep hearing of other forums getting hacked. I realise that if a hacker is that determined, they will find a way, but what are the actions that you can take to try to ensure, wherever possible, that it doesn't happen please ?
I'm still experimenting with DynamicObjects. Now I need some information: I'm trying to bind an object inheriting from DynamicObject to a WPF DataGrid (not Silverlight).
How do I get the DataGrid to automatically create its columns from the available public properties of the object that are typically generated at runtime? Is that possible actually?
Hi everyone!
I was wondering, Most wpf list view the header/columns are movable. Is it possible so that we can make them non-draggable or movable at all?
does anyone know what this property is called by any chance?
Thanks in advance!
Hi to all,
is there any free php code that, once installed, allows you to browse and edit files (with html, javascript, php and css highlight) on the server where it's installed? The aim is to code online, browser based. I've tried http://phpanywhere.net/ that can make this possible, but it is buggy and moreover it requires an external (ftp) access to your server that is quite different (and less secure) that working directly on the server.
Thanks in advance
HI,
I want to keep watermark into my video. How can i implement it using Directshow.
Is it possible to create a filter for this. i want to fix watermark at the time of saving video to my machine.
PLease give some suggestion and help
Is it possible to have a file belong to multiple subpackages? For example:
/**
* Name
*
* Desc
*
* @package Core
* @subpackage Sub1
* @subpackage Sub2
*/
Thanks!
Currently, the PolarChart joins all the coordinates with lines creating a polygon. I just want it to plot each point with a dot and NOT join them together. Is this possible?
I have tried using translateValueThetaRadiusToJava2D() and Graphics2D to draw circles but it's very clunky and contrived.
Any suggestions welcome!
Hi, I want to catch all exceptions raised (handled or unhandled) to log them. for unhandled i use ThreadExceptionEventHandler and UnhandledExceptionEventHandler but i want to catch and exceptions that are in try catch block with or without (Exception e). It's possible to inherit the exceptions class to create a general event?
Hi
I would like to customize the scrollbars of a listbox's scrollviewer in such a way that the scrollbar only consists of a RepeatButton for scrolling up and a Repeatbutton for scrolling down. Nothing else. There should be no scrollbar (track) between the buttons.
One button should be to the left of the ItemsPanel (scroll up) and the other on the right of the ItemsPanel.
Is that possible?