USE [erpdb1]GO/****** Object: StoredProcedure [dbo].[p_lockinfo_My] Script Date: 12/26/2014 14:58:57 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER O...
分类:
其他好文 时间:
2014-12-26 16:37:42
阅读次数:
172
USE [erpdb1]GO/****** Object: StoredProcedure [dbo].[p_lockinfo_MyKill] Script Date: 12/26/2014 14:59:58 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFI...
分类:
数据库 时间:
2014-12-26 16:32:33
阅读次数:
182
USE [erpdb1]GO/****** Object: StoredProcedure [dbo].[sp_WriteFileMy] Script Date: 12/26/2014 15:00:46 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ...
分类:
其他好文 时间:
2014-12-26 16:08:57
阅读次数:
144
备份, 原文:http://rocry.com/2012/12/17/xcode-tips/让代码中的TODO和FIXME变成Warning选中某个Target > Build Phase > Add Build Phase > Add Run Script然后输入1234KEYWORDS="TOD...
分类:
其他好文 时间:
2014-12-26 14:30:38
阅读次数:
116
关键代码: using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Web.Script.Serialization;
namespace YanZhiwei...
分类:
编程语言 时间:
2014-12-26 12:57:40
阅读次数:
189
向服务器请求数据的技术有以下五种常用技术用于向服务器请求数据XMLHttpRequest(XHR)Dynamic script tag insertion(动态脚本标签插入)iframesCometMultipart XHR (多部分的XHR)XHR优点:能够精细的控制发送请求和数据接收,也就是说你...
分类:
编程语言 时间:
2014-12-26 11:04:13
阅读次数:
214
头部:<scripttype="text/javascript"src="http://api.map.baidu.com/api?v=2.0&ak=84302469552E1fa2d226abf98264cc96"></script>页面载入地图//--------------载入地图-----------------
varmap=newBMap.Map("lightning-wrapper",{minZoom:5,mapType:BMAP_SAT..
分类:
其他好文 时间:
2014-12-26 06:16:57
阅读次数:
105
GO is like the end of a script.You could have multiple CREATE TABLE statements, separated by GO. It's a way of isolating one part of the script from a...
分类:
其他好文 时间:
2014-12-26 00:58:11
阅读次数:
260
针对 PHP 的网站主要存在下面几种攻击方式::1、命令注入(Command Injection)2、eval 注入(Eval Injection)3、客户端脚本攻击(Script Insertion)4、跨网站脚本攻击(Cross Site Scripting, XSS)5、SQL 注入攻击(SQ...
分类:
Web程序 时间:
2014-12-25 19:58:20
阅读次数:
306
在新的nmap版本中,添加了script功能的使用。在nmap的安装目录的share/nmap/scripts中,已经有将61个写好的脚本提供。 具体的用法可以参考:http://nmap.org/book/nse-usage.html在这儿举几个具体的例子:nmap --script=smb-e....
分类:
其他好文 时间:
2014-12-25 16:16:45
阅读次数:
277