hi,
I have four drives on my computer. The problem is that each time i start a computer the scan disk check runs for a drive even if i shut down my computer properly. I ran the thorough scandisk check but still for that drive, the scandisk check is always performed no matter what.
I wonder what is wrong although everything is fine and accessible…
The setup:
Windows 2008R2 Ent on two machines.
The roles on each server will include File Servers and DC's.
The machines come from two different vendors (Dell/HP)
The Dell is an Athlon and the HP is an Intel.
Both have roughly the same speed CPU and 8GB of RAM.
They have different Raid controllers, and more or less the same amount of disk space…
I am trying to deploy a windows mobile application built with c# .net which uses a native dll, and i get the following error:
Deployment and/or registration failed with error: 0x8973190e. Error writing file '%CSIDL_PROGRAM_FILES%\MyNativeCode.dll'. Error 0x80070070: There is not enough space on the disk.
Please suggest any solutions.
Thanks in…
Microsoft se défend des accusations de Google et dit "apprendre de ses consommateurs", Google persiste et dis n'avoir "jamais rien vu de pareil"
Mise à jour du 02.02.2011 par Katleen
Il y a quelques heures, de hauts responsables des moteurs de recherche en ligne étaient réunis lors d'une table ronde.
D'un côté, Matt Cutts (Google) et de…
I might buy an SSL certificate for my sie. I know that it will help me in many ways. But will there be dis-advantages also?
eg.
If I load an image from another server (using plain http), will that alert the customer saying something is wrong?
Will I be able to use all existing codes like phpbb, awstats etc without a problem?
Will…
When IGD and DIS both exist in my pc,and I want to disable DIS,so I create a service to switch on and off the DIS.It works.Finally,I decide to add the service command into /etc/rc.local so that DIS will be powered off automatically.Unfortunately,it fails.There's only one command added by myself in the file /etc/rc.local,so I can affirm…
Mise à jour du 10/06/10
Chrome OS pourrait passer du Cloud au client léger
Les applications hébergées pourront l'être sur un ordinateur distant : les professionnels en ligne de mire ?
C'est sur un groupe de discussion de Google que Gary Kačmarčík, un responsable de développement du projet Chromium OS, a laissé entendre que Chrome…
Is there any hard data (studies, comparisons, not-just-gut-feel analysis) on the advantages and disadvantages of working from home?
My devs asked about e.g. working from home one day per week, the boss doesn't like it for various reasons, some of which I agree with but I think they don't necessarily apply in this case.
We have real…
Based on the descriptions for both the Prefork and Worker MPM, it seems the prefork type is somewhat outdated, but I can't really find a proper comparison of the two types.
What i'd like to know:
What are the differences between the two versions?
What are the (dis-)advantages of each server type?
Are there any basic guidelines on…
So, I am using a Java Swing Timer because putting the animation code in a run() method of a Thread subclass caused an insane amount of flickering that is really a terrible experience for any video game player.
Can anyone give me any tips on:
Why there is no animation...
Why the JFrame will not close when it is coded to…
We are coding for a MySQL data warehousing application that stores descriptive data (User ID, Work ID, Machine ID, Start and End Time columns in the first table below) associated with time and production quantity data (Output and Time columns in the first table below) upon which aggregate (SUM, COUNT, AVG) functions are…
We are coding for a MySQL data warehousing application that stores descriptive data (User ID, Work ID, Machine ID, Start and End Time columns in the first table below) associated with time and production quantity data (Output and Time columns in the first table below) upon which aggregate (SUM, COUNT, AVG) functions are…
Is there a way to select records based using an if statement?
My table looks like this:
id | num | dis
1 | 4 | 0.5234333
2 | 4 | 8.2234
3 | 8 | 2.3325
4 | 8 | 1.4553
5 | 4 | 3.43324
And I want to select the num and dis where dis is the lowest number... So, a query that will produce the following…
They usually involve generics. But some methods with generics don't have them, and not all extension methods have them.
They've just "been there" since day one, we've all seen them; but I realized I still don't know what they mean, and I can't find the answer anywhere. Now it's really bugging me. Google just…
I am trying to capture video from ip camera into my application , its giving exception
com.sun.image.codec.jpeg.ImageFormatException: Not a JPEG file: starts with 0x0d 0x0a
at sun.awt.image.codec.JPEGImageDecoderImpl.readJPEGStream(Native Method)
at…
Please, the first TSQL works FINE, the second does not. I guess it must be a simple mistake, since I am not used to T-SQL. Thank you for the answers. R Conte.
* WORKS FINE ******************* (parm hard-coded)
ALTER PROCEDURE rconte.spPesquisasPorStatus
AS…
I have an Android app that communicates over a TCP socket with a server I wrote. The method I'm using now to read and write output works fine for smaller strings (up to 60kB) but I get an exception thrown when the string is much longer than that. Here is the…
My notebook has two graphic cards and it suffers from severe overheating after installing Ubuntu (no problem with Windows 7 on the same machine).
I figured out that the problem may be in the graphic card and I would like to disable the discrete one.
I…
I have a max-width em based container for my layout. Within it I have many floated fixed width boxes, at 230px to be exact.
At the max-width the container will expand to 90em's. This fit's 6 boxes per line perfectly. As the window sizes down and boxes…
I'm making an app that sends a string to a server over a socket and then reads the output after the server has processed that data. It worked perfectly when it was my foreground task, but I have since used AsyncTask to show a process dialog while the…
I have created web page using html.When i clicked on submit button it will export to excel.
using javascript i wnt to export thadt data to excel.
my html code is
1. Please give your Name:<input type="text" name="Name" /><br…
I am writing a web-service, which parses an xml file. In the client, I read the whole content of the xml into a String then I give it to the web-service.
If I run my web-service with main as a Java-Application (for tests) there is no problem, no…