码迷,mamicode.com
首页 >  
搜索关键字:scripting    ( 541个结果
配置错误定义了重复的“system.web.extensions/scripting/scriptResourceHandler” 解决办法
今天遇到了这个问题,电脑系统:vs2010 win7系统 iis7我运行在iis中配置的那个网站后,报错:错误代码 0x800700b7 配置错误定义了重复的“system.web.extensions/scripting/scriptResourceHandler”节这个问题原因在于window7...
分类:Web程序   时间:2014-06-26 22:48:39    阅读次数:558
Platform Dependent Compilation
【Platform Dependent Compilation】1、Platform Defines 2、在Project Setting -> Player 面板的Other Settings的Scripting Define Symbols可以自定义macro,在此片定义的macro会被所有代....
分类:其他好文   时间:2014-06-26 18:35:08    阅读次数:190
Javascript学习------FileSystemObjec对象
动态创建FileSystemObject对象:varfso=newFileSystemObject("Scripting.FileSystemObject");(接下来可以用变量fso对Drive对象、Drives集合、File对象、Files集合、Folder对象、Folders集合以及TextStream对象进行相应的操作。)FileSystemObject对象的方法·GetAbsolutePathN..
分类:编程语言   时间:2014-06-24 16:16:27    阅读次数:197
html5 canvas
The HTML5 element is used to draw graphics, on the fly, via scripting (usually JavaScript).1、本身没有外观,只是在文档中创建了一个画板,我们需要使用脚本来画图2、IE9前的浏览器不支持canvas3、使用c....
分类:Web程序   时间:2014-06-18 10:35:17    阅读次数:274
跨站脚本(XSS)
跨站脚本: cross-site scripting或者XSS, 即攻击者向目标Web站点注入HTML标签或者脚本 如果网站没有通过移除任何嵌入的HTML标签来消毒,那么web页面很容易受到跨站脚本攻击简单例子:下面的js脚本时向用户say helloeg: http://www.examp...
分类:其他好文   时间:2014-06-11 08:40:39    阅读次数:225
配置错误定义了重复的“system.web.extensions/scripting/scriptResourceHandler” 解决办法
今天遇到了这个问题,电脑系统:vs2010 win7系统 iis7我运行在iis中配置的那个网站后,报错:错误代码 0x800700b7 配置错误定义了重复的“system.web.extensions/scripting/scriptResourceHandler”节这个问题原因在于window7...
分类:Web程序   时间:2014-06-08 18:50:23    阅读次数:429
cocos2dxHellowoed 发现 2.2.3
cocos2d 笔记 目录介绍 cocosdx ----->cocos2d主要代码 CocosDenshion---->cocos2d的声音的 Document------>文档 extensions ---->cocos2d一些拓展 projects ----->一些工程 samples------>cocos2d的一些提供的案例 scripting ----->脚...
分类:其他好文   时间:2014-06-08 18:21:51    阅读次数:194
Mantis 缺陷管理系统配置与安装[Z]
什么是MantisMantisBT is a free popular web-based bugtracking system (feature list). It is written in the PHP scripting language and works with MySQL, MS ...
分类:其他好文   时间:2014-06-07 09:55:22    阅读次数:353
【Tim Sweeney】Why C++ for Unreal 4?
The first three generations of the Unreal Engine included a sandboxed scripting language, UnrealScript, which provided a simple interface for gameplay...
分类:编程语言   时间:2014-06-06 06:44:59    阅读次数:421
T端GM上线提示
这个是TRINTIY端的GM相关的代码。。可以作为参考使用,仅仅是一个载入命令 diff -r 3d55d9aa1fa9 -r 0dadcdc551ce src/server/game/Scripting/ScriptLoader.cpp --- a/src/server/game/Scriptin...
分类:其他好文   时间:2014-05-27 16:18:25    阅读次数:329
541条   上一页 1 ... 51 52 53 54 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!