is there any way to embed two different exe's build in different environment..can be made to embed in one..
like i want to embed c# running program in the asp program??
I have a form on my web page, it allows to submit many queries to my website,
every query is on a separate line in TextArea. Because waiting for all queries to complete is
too long I would like to update the web page after every query completes - send result of one query to a web browser, new result should be appended to old results that are already on the web page.
How to do this in ASP.NET MVC 2?
I will be grateful for helpful responses.
Can someone please help me out.
I need to use two threads in a way that one thread will run permanently while(true) and will keep track of a positioning pointer (some random value coming in form a method). This thread has a logic, if the value equals something, it should start the new thread. And if the value does not equal it should stop the other thread.
Can someone give me some code snippet (block level) about how to realize this?
If I divide development of a particular feature into multiple stories:
First one for a high level design of the feature,
Based on first story I create other stories to develop the different stand-alone pieces that compose the feature,
Does it mean I'm doing waterfall?
Note: I am big time SCRUM novice.
Hi all,
I wonder if we can capture that which button is clicked if there are more than one button.
On this example, can we reach //do something1 and //do something2 parts with joinPoints?
public class Test {
public Test() {
JButton j1 = new JButton("button1");
j1.addActionListener(this);
JButton j2 = new JButton("button2");
j2.addActionListener(this);
}
public void actionPerformed(ActionEvent e)
{
//if the button1 clicked
//do something1
//if the button2 clicked
//do something2
}
}
Suppose that a motherboard doesn't ship with the BIOS that supports your CPU. Do you still get into BIOS and can flash it without a CPU? Does it autmatically geardown from 6 cores to 4 cores for example?
Looking at the (mature) codebase at my new job, there is an interface, and only one class implements it (as far as I can tell). Can/should I get rid of the interface?
I have gone ahead and selected the Windows Classic theme in WIN7's "Window Color and Appearance" to turn off Aero.
I'm looking to replicate the "windows XP style" theme due to some screen recognition software that was built on an XP machine.
Is it possible to edit/import the "windows XP style" theme file and use it in WIN7?
I am mostly looking to get the colors/fonts similar. Windows/buttons would be good too.
Is it possible to link one MDB to another in a standalone manner?
Ie. If I have the accounts table in db1.mdb and the products table in db2.mdb, can both these MDBs be coded so that they can link to each of the tables in a seamless manner?
Please no spamming or aiming for cheap money.
The registrar needs to have a good ui, work with no downtime, be easy and flexible to use, support easy changing/adding of CNAME fields, MX records, and work well with outside host DNS.
Using Git or Mercurial, how would you know when you do a clone or a pull, no one is checking in files (pushing it)? It can be important that:
1) You never know it is in an inconsistent state, so you try for 2 hours trying to debug the code for what's wrong.
2) With all the framework code -- potentially hundreds of files -- if some files are inconsistent with the other, can't the rake db:migrate or script/generate controller cause some damage or inconsistencies to the code base?
I wont to do insert to one mysqll server to and get the data or do the select part
of the insert into select from anther mysql server
not just copy entire tables is this possible in my sql
I know that in MS Sql server you can do a linked server
thanks
Why pdnsd responds slowly/fails many requests to it even if it has found working upstream server?
I want pdnsd to just use the DNS server {it has probed,that is proven} to work and search for other configured variants only if that chosen server fails.
/* Most time only about 1-2 of configured servers does work, each time different ones. */
I'm wondering if it is possible to rerender just one element in a listview? I assume by calling notifyDatasetChanged() is gonna rerender the whole list?
Thanks,
Given a javascript array and one of its members, how to retrieve the member index without having to compare the contents of the member against every other member in the array?
I use the FindBugs Eclipse plug-in and was wondering if I can simply analyze only one class rather than the entire project? I can't seem to figure it out. Simply right-clicking on the target class doesn't seem to do anything.
I have to create a view from more than one table in MS Sql Server database, but i am not able to get the correct syntax for the same. need help.
thanks.
Stack Overflow won't let me post my whole question because I'm an untrusted new user, so if you're interested in this question please visit
http://doctype.com/would-cause-behavior-only-one-persons-ie8
Would it not be a security risk to have phones connecting directly to our Exchange server rather than a front end server in a dmz?
Also, we'd need to disable SSL on the Exchange Virtual Directory; would this cause the communications between the handsets and Exchange to be un-encrypted?
Any advice would be appreciated!
Thank you :)
Hi,
I would like to multi-thread an application, however one library i'm using is not multi-thread capable (i don't know what's the right word ? synchronized ?).
What are my options ?
As far as i know there's nothing in between threads and processes (Runtime.exec) in java (no abstraction in the jvm to have something like an isolated "java process").
How would you deal with that ?
Hi,
On some app , I see when one link touched , use safari for open link and quit from current app.
I want use from this feature for run messages app from other app , Can I do this? if yes, how can?
thanks,...
So, I have created a big website (a lot of text in different files and a lot of programming). I need to add one more language, how should I do? What is the fastest way I can add second language and let my visitors to choose between them? Any ideas?
Thanks.