JavaScript is all about objects. Objects are the foundation of everything, so if you’reunfamiliar with objects, you’re going to learn quickly. The goa...
分类:
Web程序 时间:
2014-10-06 05:33:49
阅读次数:
318
You’re excited; your client is excited. All is well. You’ve just launched the client’slatest website, and it’s fantastic. You’ve put in hours of sweat...
分类:
Web程序 时间:
2014-10-05 14:33:28
阅读次数:
290
我使用的cocos2d-x版本是2.3.3,先在一个C++工程中配置好lua的环境。
首先导入lua项目
1.liblua工程是cocos2d-x-2.2.3\scripting\lua\proj.win32\liblua.vcxproj这个文件,导入VS2010工程中
2.包含目录:在工程的属性-配置属性-C/C++-常规-附加包含目录中加入$(ProjectDir)..\..\....
分类:
编程语言 时间:
2014-10-03 20:12:15
阅读次数:
256
1.XSS跨站脚本攻击(Cross Site Scripting),为不和层叠样式表(Cascading Style Sheets, CSS)的缩写混淆,故将跨站脚本攻击缩写为XSS。恶意攻击者往Web页面里插入恶意html代码,当用户浏览该页之时,嵌入其中Web里面的html代码会被执行,从而达到...
分类:
Web程序 时间:
2014-09-26 19:43:28
阅读次数:
257
ususingSystem;
usingSystem.Collections.Generic;
usingSystem.ComponentModel;
usingSystem.Data;
usingSystem.Drawing;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
usingSystem.Windows.Forms;
usingMicrosoft.Scripting.Hosting;
usingIronPython...
分类:
编程语言 时间:
2014-09-25 04:31:49
阅读次数:
377
电脑系统:vs2010 win7系统 iis7我运行在iis中配置的那个网站后,报错:错误代码 0x800700b7 配置错误定义了重复的“system.web.extensions/scripting/scriptResourceHandler”节这个问题原因在于window7的IIS默认用的是A...
分类:
Web程序 时间:
2014-09-24 12:15:16
阅读次数:
190
4、CreatingUI elements from scripting
如果您正在创建动态UI,
在游戏中UI
元素在哪里出现、消失,或更改基于用户操作或其他操作,你可能需要做一个脚本,实例化新ui元素基于自定义的逻辑。
Creating a prefab of the UI element
为了能轻松地动态地实例化 UI
元素,第一步是创建一个UI元素的类...
分类:
其他好文 时间:
2014-09-22 13:39:32
阅读次数:
398
XSS全称cross-site scripting攻击指的是攻击者往Web页面里插入恶意html标签或者JavaScript代码,当用户浏览该页或者进行某些操作时,攻击者利用用户对原网站的信任,诱骗用户或浏览器执行一些不安全的操作或者向其它网站提交用户的私密信息。比如:(1)点击一个看起来安全的链接...
分类:
其他好文 时间:
2014-09-19 18:58:55
阅读次数:
146
Dim fso, f1, ts, s Const ForReading = 1 Set fso = CreateObject("Scripting.FileSystemObject") Set ts = fso.OpenTextFile("e:\serverlist.txt", ForR...
分类:
其他好文 时间:
2014-09-18 22:04:14
阅读次数:
170
Example:InnerHTML We are sorry,but this application needs JavaScript to be enabled to work.Please contact us if you cannot enable scripting and...
分类:
Web程序 时间:
2014-09-18 18:34:44
阅读次数:
269