当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: <!DOCTYPE HTML PUBLIC "-
 

 

 ·防范sql注入式攻击~     »显示摘要«
    摘要: 拷贝别人的 sql注入式攻击是利用是指利用设计上的漏洞,在目标服务器上运行sql命令以及进行其他方式的攻击动态生成sql命令时没有对用户输入的数据进行验证是sql注入攻击得逞的主要原因。比如: 如果你的查询语句是select * from admin where username=´"&user&"´ and password=&a......
 ·get information from tracert command    »显示摘要«
    摘要:csdn原贴:http://community.csdn.net/expert/topicview.asp?id=3533938运行tracert www.sina.com.cn命令来看看我们这个地区网络的连接情况, 运行的结果如下:: ———————————&#......


My first javascript file on xml.

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">

<html> 【程序编程相关:VBScript 函数集

【推荐阅读:計算程序的執行時間

<head> 【扩展信息:多附件、带有预览功能的HTML页面

<title> practice on xml operation </title>

</head>

<body onload="addnewnode()">

</body>

</html>

<script>

function addnewnode()

{

 var strnode = "<book>";

 strnode = strnode + "<code>f5678</code>";

 strnode = strnode + "</book>";

 var xmldoc = new activexobject("microsoft.xmldom");

 xmldoc.async="false";

 if(!xmldoc.loadxml(strnode))

 {

  document.write("fail to build an xml file");

 }

 else

 {

  document.write("<b>original xml file:</b>");

  document.write("<xmp>" + xmldoc.xml + "</xmp>");

  //add price node

  var objnewnode = xmldoc.createelement("price");


...   下一页
 ·程序集 与 托管模块    »显示摘要«
    摘要: 程序集 与 托管模块 如果你正在开发面向dotnet平台的应用程序,那么你肯定对“程序集”和“托管模块”这两个概念不陌生,这是dotnet带来的术语。这两个概念很容易混淆,有人认为它们指的是同一样事物,其实不然。这里,我写下自己的一些理解。 为了便于说明问题,我们先看看一个公司的某项目开发团队,这个“团队̶......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE