﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-聚星亭-随笔分类-脚本研究</title><link>http://www.cppblog.com/besterChen/category/13139.html</link><description>吾笨笨且懒散兮  急须改之而奋进</description><language>zh-cn</language><lastBuildDate>Wed, 21 Dec 2011 16:39:35 GMT</lastBuildDate><pubDate>Wed, 21 Dec 2011 16:39:35 GMT</pubDate><ttl>60</ttl><item><title>[PHP]突然想学PHP了，开篇写个PHP相关的学习笔记</title><link>http://www.cppblog.com/besterChen/archive/2011/09/05/155137.html</link><dc:creator>besterChen</dc:creator><author>besterChen</author><pubDate>Mon, 05 Sep 2011 08:53:00 GMT</pubDate><guid>http://www.cppblog.com/besterChen/archive/2011/09/05/155137.html</guid><wfw:comment>http://www.cppblog.com/besterChen/comments/155137.html</wfw:comment><comments>http://www.cppblog.com/besterChen/archive/2011/09/05/155137.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cppblog.com/besterChen/comments/commentRss/155137.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/besterChen/services/trackbacks/155137.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:       因工作需要，得写个WEB程序。本来是想要用自己熟悉的ASP的。查了下资料，我曾经熟悉的 ASP 都现在已经升级到.net了，多好的东西都不熟悉。<br>      我本来就对.net没啥感觉。找了半天，决定学 PHP 了~<br><br>      好久没有写博客了。今天看了下，好多的文章都开了个头，也不知道什么时候才能结上尾！<br><br>      不管怎样，现在又开篇了，争取这个系列能有个结尾。<br>&nbsp;&nbsp;<a href='http://www.cppblog.com/besterChen/archive/2011/09/05/155137.html'>阅读全文</a><img src ="http://www.cppblog.com/besterChen/aggbug/155137.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/besterChen/" target="_blank">besterChen</a> 2011-09-05 16:53 <a href="http://www.cppblog.com/besterChen/archive/2011/09/05/155137.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[翻译]AngelScript 实用手册之 好的习惯</title><link>http://www.cppblog.com/besterChen/archive/2010/04/15/112733.html</link><dc:creator>besterChen</dc:creator><author>besterChen</author><pubDate>Thu, 15 Apr 2010 15:42:00 GMT</pubDate><guid>http://www.cppblog.com/besterChen/archive/2010/04/15/112733.html</guid><wfw:comment>http://www.cppblog.com/besterChen/comments/112733.html</wfw:comment><comments>http://www.cppblog.com/besterChen/archive/2010/04/15/112733.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/besterChen/comments/commentRss/112733.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/besterChen/services/trackbacks/112733.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:        本文章将试着讲述一些好的习惯，它或许可以帮助你更快更容易的找出问题的解决方案（原文: This article will try to explain some good practices, that will help you get going faster and easier find the solution when a problem occurs.）。&nbsp;&nbsp;<a href='http://www.cppblog.com/besterChen/archive/2010/04/15/112733.html'>阅读全文</a><img src ="http://www.cppblog.com/besterChen/aggbug/112733.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/besterChen/" target="_blank">besterChen</a> 2010-04-15 23:42 <a href="http://www.cppblog.com/besterChen/archive/2010/04/15/112733.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[翻译]AngelScript 实用手册之 第一个脚本(Your first script )</title><link>http://www.cppblog.com/besterChen/archive/2010/04/15/112732.html</link><dc:creator>besterChen</dc:creator><author>besterChen</author><pubDate>Thu, 15 Apr 2010 15:41:00 GMT</pubDate><guid>http://www.cppblog.com/besterChen/archive/2010/04/15/112732.html</guid><wfw:comment>http://www.cppblog.com/besterChen/comments/112732.html</wfw:comment><comments>http://www.cppblog.com/besterChen/archive/2010/04/15/112732.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/besterChen/comments/commentRss/112732.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/besterChen/services/trackbacks/112732.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:        AngelScript作为一个嵌入式的脚本库不支持独立运作(原文: Being an embedded scripting library there isn't much that AngelScript allows the scripts to do by themselves,)，       因此，应用程序必须先注册一个接口让脚本与应用程序交互（原文:so the first thing the application must do is to register the interface that the script will have to interact with the application.）。该接口可以由函数、变量、甚至是一个完整的类组成（原文:The interface may consist of functions, variables, and even complete classes.）。&nbsp;&nbsp;<a href='http://www.cppblog.com/besterChen/archive/2010/04/15/112732.html'>阅读全文</a><img src ="http://www.cppblog.com/besterChen/aggbug/112732.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/besterChen/" target="_blank">besterChen</a> 2010-04-15 23:41 <a href="http://www.cppblog.com/besterChen/archive/2010/04/15/112732.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[翻译]AngelScript 实用手册之 编译AngelScript脚本库（Compile the library）</title><link>http://www.cppblog.com/besterChen/archive/2010/03/01/108689.html</link><dc:creator>besterChen</dc:creator><author>besterChen</author><pubDate>Mon, 01 Mar 2010 13:14:00 GMT</pubDate><guid>http://www.cppblog.com/besterChen/archive/2010/03/01/108689.html</guid><wfw:comment>http://www.cppblog.com/besterChen/comments/108689.html</wfw:comment><comments>http://www.cppblog.com/besterChen/archive/2010/03/01/108689.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/besterChen/comments/commentRss/108689.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/besterChen/services/trackbacks/108689.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:        在SDK/angelscript/projects目录中，您可以找到许多流行编译器的相关项目文件（原文: In the sdk/angelscript/projects directory you'll find project files for many of the popular compilers）。不过，那些工程文件不一定是最新的脚本库工程。（原文: these project files are not always up to date with the latest version of the library.）如果你有任何一个编译或链接出错，请弄清楚工程文件包含的所有文件所在的sdk/angelscript/source目录（原文: If you get any compiler or linker errors please make sure the project file include all the files in the sdk/angelscript/source directory），并将工程按照本文件进行设置（原文: and t&nbsp;&nbsp;<a href='http://www.cppblog.com/besterChen/archive/2010/03/01/108689.html'>阅读全文</a><img src ="http://www.cppblog.com/besterChen/aggbug/108689.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/besterChen/" target="_blank">besterChen</a> 2010-03-01 21:14 <a href="http://www.cppblog.com/besterChen/archive/2010/03/01/108689.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[翻译]AngelScript 实用手册之 许可(License)</title><link>http://www.cppblog.com/besterChen/archive/2010/03/01/108688.html</link><dc:creator>besterChen</dc:creator><author>besterChen</author><pubDate>Mon, 01 Mar 2010 13:04:00 GMT</pubDate><guid>http://www.cppblog.com/besterChen/archive/2010/03/01/108688.html</guid><wfw:comment>http://www.cppblog.com/besterChen/comments/108688.html</wfw:comment><comments>http://www.cppblog.com/besterChen/archive/2010/03/01/108688.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/besterChen/comments/commentRss/108688.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/besterChen/services/trackbacks/108688.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:     AngelCode 脚本库(AngelCode Scripting Library)<br><br>    Copyright © 2003-2009 Andreas Jönsson <br>&nbsp;&nbsp;<a href='http://www.cppblog.com/besterChen/archive/2010/03/01/108688.html'>阅读全文</a><img src ="http://www.cppblog.com/besterChen/aggbug/108688.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/besterChen/" target="_blank">besterChen</a> 2010-03-01 21:04 <a href="http://www.cppblog.com/besterChen/archive/2010/03/01/108688.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[翻译]AngelScript 实用手册之概述</title><link>http://www.cppblog.com/besterChen/archive/2010/02/26/108518.html</link><dc:creator>besterChen</dc:creator><author>besterChen</author><pubDate>Fri, 26 Feb 2010 13:25:00 GMT</pubDate><guid>http://www.cppblog.com/besterChen/archive/2010/02/26/108518.html</guid><wfw:comment>http://www.cppblog.com/besterChen/comments/108518.html</wfw:comment><comments>http://www.cppblog.com/besterChen/archive/2010/02/26/108518.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cppblog.com/besterChen/comments/commentRss/108518.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/besterChen/services/trackbacks/108518.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 	AngelScript 是当作一个引擎而构建的，当应用程序需要注册函数、属性（properties）和任意数据类型的时候，这个脚本可能会派上用场（原文: AngelScript is structured around an engine where the application should register the functions, properties, and even types, that the scripts will be able to use.）。本脚本库依赖于应用程序，它会被编译到应用程序的一个或多个模块之中（原文: The scripts are then compiled into modules, where the application may have one or more modules, depending on the need of the application.）。&nbsp;&nbsp;<a href='http://www.cppblog.com/besterChen/archive/2010/02/26/108518.html'>阅读全文</a><img src ="http://www.cppblog.com/besterChen/aggbug/108518.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/besterChen/" target="_blank">besterChen</a> 2010-02-26 21:25 <a href="http://www.cppblog.com/besterChen/archive/2010/02/26/108518.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>[翻译]AngelScript 实用手册之一 指南</title><link>http://www.cppblog.com/besterChen/archive/2010/02/26/108517.html</link><dc:creator>besterChen</dc:creator><author>besterChen</author><pubDate>Fri, 26 Feb 2010 13:19:00 GMT</pubDate><guid>http://www.cppblog.com/besterChen/archive/2010/02/26/108517.html</guid><wfw:comment>http://www.cppblog.com/besterChen/comments/108517.html</wfw:comment><comments>http://www.cppblog.com/besterChen/archive/2010/02/26/108517.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/besterChen/comments/commentRss/108517.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/besterChen/services/trackbacks/108517.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:       AngelScript 是一个免费的、开源的, 灵活的, 并且跨平台的脚本库，一般被嵌入到其它应用程序中。 它立志于为用户提供一个简单易用且功能强大的库, 但是它不会因为大量无用的功能（features）而变得庞大。 &nbsp;&nbsp;<a href='http://www.cppblog.com/besterChen/archive/2010/02/26/108517.html'>阅读全文</a><img src ="http://www.cppblog.com/besterChen/aggbug/108517.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/besterChen/" target="_blank">besterChen</a> 2010-02-26 21:19 <a href="http://www.cppblog.com/besterChen/archive/2010/02/26/108517.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>今天开始翻译 AngelScript 实用手册</title><link>http://www.cppblog.com/besterChen/archive/2010/02/26/108516.html</link><dc:creator>besterChen</dc:creator><author>besterChen</author><pubDate>Fri, 26 Feb 2010 13:16:00 GMT</pubDate><guid>http://www.cppblog.com/besterChen/archive/2010/02/26/108516.html</guid><wfw:comment>http://www.cppblog.com/besterChen/comments/108516.html</wfw:comment><comments>http://www.cppblog.com/besterChen/archive/2010/02/26/108516.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/besterChen/comments/commentRss/108516.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/besterChen/services/trackbacks/108516.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:        最近再学习angelscript脚本，由于我编程能力有限，本想依赖网络的汉化资源的我，百度好久也没有找到像样的信息，终于我决定翻译angelscript脚本SDK中提供的DOC文档。就当做是学习英语吧……         <br>&nbsp;&nbsp;<a href='http://www.cppblog.com/besterChen/archive/2010/02/26/108516.html'>阅读全文</a><img src ="http://www.cppblog.com/besterChen/aggbug/108516.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/besterChen/" target="_blank">besterChen</a> 2010-02-26 21:16 <a href="http://www.cppblog.com/besterChen/archive/2010/02/26/108516.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>