码迷,mamicode.com
首页 >  
搜索关键字:scripting    ( 541个结果
advanced dom scripting dynamic web design techniques Chapter 2 CREATING YOUR OWN REUSABLE OBJECTS
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
advanced dom scripting dynamic web design techniques Part One DOM SCRIPTING IN DETAIL CHAPTER 1 DO IT RIGHT WITH BEST PRACTICES
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
C++调用Lua
我使用的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
WEB前端笔试题(3)——前端安全问题
1.XSS跨站脚本攻击(Cross Site Scripting),为不和层叠样式表(Cascading Style Sheets, CSS)的缩写混淆,故将跨站脚本攻击缩写为XSS。恶意攻击者往Web页面里插入恶意html代码,当用户浏览该页之时,嵌入其中Web里面的html代码会被执行,从而达到...
分类:Web程序   时间:2014-09-26 19:43:28    阅读次数:257
C#操作动态语言----Python
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
配置错误定义了重复的“system.web.extensions/scripting/scriptResourceHandler” 解决办法
电脑系统:vs2010 win7系统 iis7我运行在iis中配置的那个网站后,报错:错误代码 0x800700b7 配置错误定义了重复的“system.web.extensions/scripting/scriptResourceHandler”节这个问题原因在于window7的IIS默认用的是A...
分类:Web程序   时间:2014-09-24 12:15:16    阅读次数:190
(十八)unity4.6学习Ugui中文文档-------技巧-Creating UI elements from scripting
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的攻击原理
XSS全称cross-site scripting攻击指的是攻击者往Web页面里插入恶意html标签或者JavaScript代码,当用户浏览该页或者进行某些操作时,攻击者利用用户对原网站的信任,诱骗用户或浏览器执行一些不安全的操作或者向其它网站提交用户的私密信息。比如:(1)点击一个看起来安全的链接...
分类:其他好文   时间:2014-09-19 18:58:55    阅读次数:146
逐行读取txt
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
通过innerHTML简化脚本
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
541条   上一页 1 ... 48 49 50 51 52 ... 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!