摘要:
using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.Data; namespace ERPDAL { public interface IDAL { /*-------------- 说明 --------... 阅读全文
摘要:
jquery 返回值的的Ajax方法一----------------------js代码:$(document).ready(function() { $('#tboxNum').change(function() { $('#err').html("tttt"); var nownum=$('#tboxNum').val(); $.get("default.aspx",{num:nownum},function(result) { var oldnum=parseInt(result); if (oldnumnownum) {$('#err').html("不能大于"+oldnum+" 阅读全文
摘要:
我们知道,搜索引擎都有自己的“搜索机器人”(ROBOTS),并通过这些ROBOTS在网络上沿着网页上的链接(一般是http和src链接)不断抓取资料建立自己的数据库。 对于网站管理者和内容提供者来说,有时候会有一些站点内容,不希望被ROBOTS抓取而公开。为了解决这个问题,ROBOTS开发界提供了两个办法:一个是robots.txt,另一个是The Robots MET... 阅读全文