<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>中文Flex例子 &#187; PHP</title>
	<atom:link href="http://blog.minidx.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ActionScript中如何通过AMFPHP连接MySQL</title>
		<link>http://blog.minidx.com/2008/11/28/1654.html</link>
		<comments>http://blog.minidx.com/2008/11/28/1654.html#comments</comments>
		<pubDate>Fri, 28 Nov 2008 09:53:47 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1654</guid>
		<description><![CDATA[在前面的 Flex中利用AMFPHP开发包通过PHP调用轻松生成输出PDF文档中,我们介绍过利用AMFPHP输出PDF，其实AMFPHP可以做的，不仅仅只有这些，下面的这篇教程对如何通过AMFPHP连接MySQL进行了说明，相当的有用：








文章地址：
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=2&#038;postId=11947
你可能还对下列文章感兴趣:利用Flex和AMFPHP创建一个留言本（GuestBook）的实例教程如何让PHP和Flex协同工作的视频教程PHP中利用Ming库快速生成Flash(SWF)Flex中利用AMFPHP开发包通过PHP调用轻松生成输出PDF文档Web开发中Flex程序员们可真是&#8220;钱途&#8221;无量啊]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/11/28/1654.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>如何让PHP和Flex协同工作的视频教程</title>
		<link>http://blog.minidx.com/2008/10/29/1583.html</link>
		<comments>http://blog.minidx.com/2008/10/29/1583.html#comments</comments>
		<pubDate>Wed, 29 Oct 2008 07:35:42 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[视频教程]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1583</guid>
		<description><![CDATA[对于具有一定开发经验的FLEXer们来说，这也许是小菜一碟，不过对于刚入门的开发者来说，下面的这份视频教程，是非常有用的，不妨学习一下。1小时19分钟，相当于一堂大课的时间了。  








教程在这里：

你可能还对下列文章感兴趣:Web开发中Flex程序员们可真是&#8220;钱途&#8221;无量啊包含所有Flex文档的ZIP文件(52MB)中文版Adobe® Flex® 4 Beta 语言参考已经上线了HTML5对Adobe Flex/Flash的冲击FlexPaper: 一个轻量级的在浏览器上显示各种文档的Flex开源组件]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/10/29/1583.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP中利用Ming库快速生成Flash(SWF)</title>
		<link>http://blog.minidx.com/2008/08/21/1289.html</link>
		<comments>http://blog.minidx.com/2008/08/21/1289.html#comments</comments>
		<pubDate>Thu, 21 Aug 2008 04:22:00 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[MING]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SWF]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1289</guid>
		<description><![CDATA[敲入几句简单的PHP代码,执行，一个Flash的SWF就自动出来了。这也许是很多Web开发人员所期待的吧。Ming库（www.libming.org）帮助我们实现了这一设想。该库是用C写的，并且已经封装可以在C++, PHP, Python, Ruby和Perl等语言中使用。









这里是一篇关于如何使用该库的不错的教程：
http://www-128.ibm.com/developerworks/cn/opensource/os-php-flash/
下面是该教程的英文版本：
http://www.ibm.com/developerworks/opensource/library/os-php-flash/?S_TACT=105AGX52&#038;S_CMP=cn-a-os
下面是Ming库的官方地址：
http://www.libming.org/
你可能还对下列文章感兴趣:在Unix/Linux下搭建Flash/Flex的开发环境如何利用LocalConnection在多个Flash文件间进行通信的教程Google官方宣布:Google开始索引Flash文件Flash的Swf已经可以被Google索引了FLARE&#8211;将Flash的SWF反编译取出ActionScript的免费工具]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/08/21/1289.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web开发中Flex程序员们可真是&#8220;钱途&#8221;无量啊</title>
		<link>http://blog.minidx.com/2008/06/21/922.html</link>
		<comments>http://blog.minidx.com/2008/06/21/922.html#comments</comments>
		<pubDate>Sat, 21 Jun 2008 14:17:58 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/06/21/922.html</guid>
		<description><![CDATA[收到同事转发的一份Web相关的开发人员的小时工资的比较列表，分别罗列了ActionScript，Flex,Flash,Ruby,Php等几种Web语言的小时工资。虽然不知道这是在什么样的范围内的调查结果，不过不管怎么说，多少具有一定的参考价值吧。令我比较惊讶的是，Flex的low的居然也有75$，而实际的pay居然也有$48.75，看来Flex还真是钱途无量啊~








ActionScript hourly bill rates    ActionScript bill rate (low): $50.00    ActionScript bill rate (high): $75.00    ActionScript pay rate (low): $32.50    ActionScript pay rate (high): $48.75    Average hourly bill rate: $62.50
Adobe Flex hourly bill rates    Adobe Flex bill rate [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/06/21/922.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>C语言中利用strtok函数进行字符串分割</title>
		<link>http://blog.minidx.com/2008/02/03/469.html</link>
		<comments>http://blog.minidx.com/2008/02/03/469.html#comments</comments>
		<pubDate>Sun, 03 Feb 2008 15:40:32 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[程序开发相关]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[strtok]]></category>
		<category><![CDATA[函数库]]></category>
		<category><![CDATA[字符串]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/02/03/469.html</guid>
		<description><![CDATA[C语言不像Java,Php之类的高级语言，对象中直接封装了字符串的处理函数。C语言中进行普通的字符串处理也经常会让我们焦头烂额……不过好在C语言中还是提供了像strtok这样功能强大的字符串处理函数，可以帮我们实现部分需要的功能。下面我们介绍一下strtok函数的用法以及具体的使用例。








原型：char *strtok(char *s, char *delim);
功能：分解字符串为一组字符串。s为要分解的字符串，delim为分隔符字符串。实质上的处理是，strtok在s中查找包含在delim中的字符并用NULL(&#8217;\0&#8242;)来替换,直到找遍整个字符串。
说明：首次调用时，s指向要分解的字符串，之后再次调用要把s设成NULL。strtok在s中查找包含在delim中的字符并用NULL(&#8217;\0&#8242;)来替换，直到找遍整个字符串。
返回值：从s开头开始的一个个被分割的串。当没有被分割的串时则返回NULL。所有delim中包含的字符都会被滤掉，并将被滤掉的地方设为一处分割的节点。
具体使用例子：
Download: strtok_sample.c#include &#60;stdio.h&#62;
#include &#60;string.h&#62;
int main(int argc,char **argv)
{
char * buf1=&#34;aaa, ,a, ,,,bbb-c,,,ee&#124;abc&#34;;
/* Establish string and get the first token: */
char* token = strtok(&#160;buf1, &#34;,-&#124;&#34;);
while(&#160;token != NULL )
&#160; &#160; {
/* While there are tokens in &#34;string&#34; */
&#160; &#160; &#160; &#160; printf(&#160;&#34;%s &#34;, token );
/* Get next token: */
&#160; &#160; &#160; &#160; token = [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/02/03/469.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 3/31 queries in 0.174 seconds using disk
Object Caching 409/786 objects using disk

Served from: blog.minidx.com @ 2012-02-09 15:33:31 -->
