Web Developers Portal
learn and share
Monday, 9 January 2012
Connecting MySQL in xampp with java
›
phpMyAdmin in xampp server is used to manage MySQL database.We can connecting java with mysql xampp using the below code: Prerequisite ...
Sunday, 11 December 2011
table.css
›
table.example { border:1px solid black; border-collapse:collapse; } table.example th, table.example td { border:1px solid #...
table.js
›
var Sort = (function(){ var sort = {}; // Default alpha-numeric sort // -------------------------- sort.alphanumeric = f...
Monday, 5 December 2011
Connectors in Mathematical logic
›
We can make compound statements by connecting 2 or more simple statements . The main connector that we use to make a compound statement ar...
What is Proposition in Mathematical logic?
›
A Proposition or Statement is a sentence which has truth value(true/false) eg: sun rises in the east(T) earth is round in shape(F) ...
Registers of 80386
›
There are sixteen registers in 80386 which are used by general purpose programmers. These registers are grouped into these basic categories...
Data Types of 80386
›
The fundamental datatypes of 80386 are bytes words doublewords 1 Byte = 8 bits 1 Word = 2 contiguous bytes 1 doubleword = 2 contiguou...
1 comment:
‹
›
Home
View web version