Recent posts
I’m trying to send my files specifically jpg pictures into compress zip folder but this message “ File not found or no read permission” appears which blocked the zip processing, this files consist of 174 jpg pictures which I need to divide for about less than 25mb for much...
Read more
Hi I have a iPad and i want to update some software on my iPad. When i try it, i see this error message on screen.Error message is
"The iPod software update server could not be contacted.Make sure your network setting are correct and your network".
Why i see this error...
Read more
Hi! I need some help for install LightScribe Diagnostic Utility software.
I see this message, but I don't understand this message. Why i see this message? Is this error ?
If anybody knows this problem please tell me details about it. I see this message,
"LSS Version: 1.18.14.1
Status: OK
Scan Complete-...
Read more
import java.awt.*; import javax.swing.* ; import java.awt.event.*; import java.net.*; import java.io.*; public class Client extends JApplet implements ActionListener, ItemListener { Container contentPane; JButton butcipher,butquit,butsend; JLabel lbl1,lbl2,lbl3,lbl4,lbl5,lbl6,lbl7; JRadioButton chksub,chktrans; ButtonGroup bgroup; JTextArea txtplanetxt,txtciphertxt; JTextField txtsubkey,txttranskey,txtipadd; JScrollPane jscrollpane1,jscrollpane2; String cryptmeth="Substitution"; String subciphertxt,transciphertxt,ptxt,subkeytxt,transkeytxt; int subkey=0; Socket sc; PrintStream out=null; BufferedReader in=null; public void...
Read more
Hi,
I have McAfee virus scanner. I have installed it after installing the Microsoft Outlook.
That configured virus scanner for the emails. But I don’t know how to set it up to scan all the files.
It has the following configuration screen where I can select .zip files.
How to enable all files?
Hi,
Recently there was a power failure, and now I am not able to get my SQL server started.
I am getting the following error.
Microsoft SQL Server Management Studio
Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)
Additional information :
Unable to open the Physical file"c:Program Files Microsoft SQL
ServerMSSQL10_50.SQLEXPRESSMSSQLDATAPRPC61SP2.mdf". Operating...
Read more
Hi,
One of my friend has given me a Microsoft SQL Database.
How can I attach it to my database server.
The files I got are as follows.
myproject1.mdf
Can you please put down all the steps how to attach this DB?
Thanks,
Cameron
Read more
Hi,
I have written a java class to get all countries as follows. However, I need an optimized way of getting allcountries from a java library. Please suggest me a open source solution for this.
public class countries{
public static String WorldCountry=new String{"Abkhazia","Afghanistan","Akrotiri and Dhekelia","Åland Islands","Albania","Algeria","American Samoa","Andorra","Angola","Anguilla",
"Antigua and Barbuda","Argentina ","Armenia ","Aruba","Ascension Island",………………….
Thanks,
James
Read more
Hi,
I am a Java programmer and I have written a program to write Japanese letters in a file as below.
Charset cs = Charset.forName("UTF-8");
String PATH = "C:/tmp/test-file.htm" ;
String STR = "some Japanese text here...";
OutputStreamWriter osw = new OutputStreamWriter(
new FileOutputStream(PATH), cs);
osw.write( STR);
osw.close();
How can I view this using a text editor? What are...
Read more
I have installed Logon Studio on my XP machine, and I have been using it for over a year now without any errors.
Today, when I try to change my logon it gives me the error:
Error:
Parser Message
RCINT failure. String Table ID not found. '45' at line...
Read more