添加引用 "Scripting.FileSystemObject" (Microsoft Scripting Runtime) '用于操作文件、目录Sub 数据整理部分()'' 数据整理到新的Sheet'' Dim fso As New FileSystemObject Dim fold...
分类:
编程语言 时间:
2015-05-08 01:31:27
阅读次数:
168
JavaScript Library is basically a pre-written scripting language that ease the development of JavaScript based applications such as AJAX and other web-centric technologies.These JavaScript librarie...
分类:
编程语言 时间:
2015-05-05 22:08:00
阅读次数:
183
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.Scripting.Hosting;using IronPython.Hosting;using Sys...
分类:
编程语言 时间:
2015-05-05 15:56:07
阅读次数:
192
LSL// Hello World in Linden Scripting Language (LSL)default
{
state_entry()
{
llSay(0, "Hello World");
}
}Lua# Hello World in Luaprint "Hello world"m4# Hello World for the m4 macro...
分类:
编程语言 时间:
2015-04-30 08:59:09
阅读次数:
183
Netsparker是一款综合型的web应用安全漏洞扫描工具,它分为专业版和免费版,免费版的功能也比较强大。Netsparker与其他综合 性的web应用安全扫描工具相比的一个特点是它能够更好的检测SQL Injection和 Cross-site Scripting类型的安全漏洞。新版本特性* D...
分类:
Web程序 时间:
2015-04-29 15:03:12
阅读次数:
244
在Unity3d 自动打包过程中,如果是要提交到AppStore审核的,需要支持64位,就需要在PlayerSetting中选择 Scripting Backend 为IL2CPP。Unity并没有提供一个明确的接口来设置ScriptingBackend,但是通过查询 PlayerSettings 的所有函数发现有一个属性设置公用接口可以使用。在代码中可以通过设置属性来选择IL2CPP。...
分类:
编程语言 时间:
2015-04-24 16:28:17
阅读次数:
520
1.luasocket 不能使用方式 用下面地址的文件替换文件重新编译 https://github.com/chukong/quick-cocos2d-x/blob/master/lib/cocos2d-x/scripting/lua/lua_extensions/socket/socket_s....
分类:
其他好文 时间:
2015-04-15 16:53:29
阅读次数:
191
OWASP top 10的安全威胁中的CrossSite Scripting(跨站脚本攻击),允许攻击者通过浏览器往网站注入恶意脚本。这种漏洞经常出现在web应用中需要用户输入的地方,如果网站有XSS漏 洞,攻击者就可以通过这种漏洞向浏览网站的用户发送恶意脚本,同时也可以利用该漏洞偷取session...
分类:
其他好文 时间:
2015-04-07 15:21:58
阅读次数:
179
HTTP 响应头文件中包含未经验证的数据会引发 cache-poisoning、cross-site scripting、cross-user defacement、page hijacking、cookie manipulation 或 open redirect。HTTP协议头注射漏洞原理以下情...
分类:
Web程序 时间:
2015-04-04 21:09:32
阅读次数:
260
http://blog.163.com/sophie8910@126/blog/static/8304612620122834121264/第一步:创建一个可以将文件翻译成文件流的对象。Var fso=new ActiveXObject(Scripting.FileSystemObject);第二步...
分类:
编程语言 时间:
2015-04-01 19:41:18
阅读次数:
211