Data mining is the process of finding patterns in a given data set. These patterns can often provide meaningful and insightful data to whoever is inte... Read More
posted @ 2015-06-26 16:53 RR幻影 Views(182) Comments(0) Diggs(0) Edit
A clustered index determines the order in which the rows of a table are stored on disk. If a table has a clustered index, then the rows of that table ... Read More
posted @ 2015-06-26 16:52 RR幻影 Views(233) Comments(0) Diggs(0) Edit
Both parameterized queries and prepared statements are exactly the same thing. Prepared statement seems to be the more commonly used term, but there i... Read More
posted @ 2015-06-26 16:49 RR幻影 Views(161) Comments(0) Diggs(0) Edit
In our earliertutorial on SQL Injection, one way to have prevented the SQL injection attack was by simply having the user input sanitized – which we b... Read More
posted @ 2015-06-26 16:48 RR幻影 Views(306) Comments(0) Diggs(0) Edit
A process is an executing instance of an application. What does that mean? Well, for example, when you double-click the Microsoft Word icon, you start... Read More
posted @ 2015-06-26 16:41 RR幻影 Views(174) Comments(0) Diggs(0) Edit