Search for: sql date find oracle
Related Programming Resources
- JavaScript Hijacking An increasing number of rich Web applications, often called Ajax applications, make use of JavaScript as a data transport mechanism. This paper describes a vulnerability we term JavaScript Hijacking, which allows an unauthorized party to read confidential data contained in JavaScript messages. The attack works by using a tag
- Core Web Programming Network Programming Servers Steps for creating a server 1. Create a ServerSocket object 2. Create a Socket object from ServerSocket 3. Create an input stream 4. Create an output stream 5. Do I/O with input and output streams 6. Close the socket Steps for Implementing a Server 1. Create a ServerSocket object ServerSocket listenSocket = new ServerSocket(portNumber); 2. Create a Socket object from
- VISUAL BASIC REVERSED - A decompiling approach Frameworks are getting more and more popular today, Visual Basic is one of them. Personally i hate frameworks, and also most reversers do. So, why this tutorial? We can consider both the light and the dark side of the problem: frameworks usually put a lot of code in the compiled
- Migrating Atlas to ASP.NET AJAX Migrating Atlas applications to ASP.NET AJAX sounds like a rather hard and messy task; all applications have to be changed. However, in most cases, not much effort is required for the migration. There are several reasons for this. First, the most important features of Atlas changed only marginally in ASP.NET
- A Brief Tutorial in Traditional vs. OO Programming Using Java Object-orientation (OO) is a relatively recent approach to addressing problems in systems development. However, OO is viewed by many as difficult to learn. This paper discusses how object- oriented programming is taught at one university and directly compares, through the use simple, straightforward examples, the traditional and OO methods of