Quantcast
Channel: Zeeshan Akhter » Servers
Browsing all 6 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

C# Chat: Part 1 – Building the Chat Client

Download the Chat Client Application project(Visual Studio 2005) Building a Chat Server and a Chat Client To no avail I’ve been searching the web for a good C# chat client/server application that is...

View Article



Image may be NSFW.
Clik here to view.

How to: Reset MySQL root password

Resetting the root password of a MySQL database is trivial if you know the current password if you don’t it is a little trickier. Thankfully it isn’t too difficult to fix, and here we’ll show one...

View Article

Image may be NSFW.
Clik here to view.

Program to develop a Mail Client in Java.

import java.awt.*; import java.awt.event.*; import java.util.*; import java.net.*; import java.io.*; import javax.swing.*; public class MailClient { public static void main(String []args) { JFrame...

View Article

Image may be NSFW.
Clik here to view.

Deploying Java Servlet applications on Windows with IIS

Java platform is extremely successful in building robust and high performance web applications. Platform independence is one of the strength of Java engine and Helicon Zoo now provides a convenient way...

View Article

Image may be NSFW.
Clik here to view.

How to import large sql files into mysql using phpmyadmin wamp server

Stop all services in wamp. Then make changes to php.ini post_max_size = 750M upload_max_filesize = 750M max_execution_time = 5000 max_input_time = 5000 memory_limit = 1000M max_allowed_packet = 200M...

View Article


Image may be NSFW.
Clik here to view.

Email Sending with Attachment in Java

  That is for sending Email using “mail.smtp.auth” public static String sendEmail(final String username, final String password, String replyto, String port, String host, String from, String to, String...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images