
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
	<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head><card id="MainCard" title="&#x6B22;&#x8FCE;&#x5149;&#x4E34;"><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a><br/>&nbsp;</p><p><b>&#x6807;&#x9898;&#x3A;</b> &#x52;&#x48;&#x45;&#x4C;&#x35;&#x4E0B;&#x7528;&#x6D;&#x6F;&#x6E;&#x6F;&#x8FD0;&#x884C;&#x2E;&#x4E;&#x45;&#x54;&#x63A7;&#x5236;&#x53F0;&#x7A0B;&#x5E8F;</p><p><b>&#x4F5C;&#x8005;&#x3A;</b> &#x64;&#x6E;&#x61;&#x77;&#x6F;</p><p><b>&#x65E5;&#x671F;&#x3A;</b> &#x32;&#x30;&#x31;&#x31;&#x2D;&#x30;&#x36;&#x2D;&#x32;&#x34;&#x20;&#x31;&#x31;&#x3A;&#x34;&#x37;&#x20;&#x41;&#x4D;</p><p><b>&#x5206;&#x7C7B;&#x3A;</b> <a href="wap.asp?do=showLog&amp;cateID=10">&#x64CD;&#x4F5C;&#x7CFB;&#x7EDF;</a></p><p><b>&#x5185;&#x5BB9;&#x3A;</b> 1.&#x5B89;&#x88C5;mono-2.10.2<br/>&#x590D;&#x5236;&#x5185;&#x5BB9;&#x5230;&#x526A;&#x8D34;&#x677F; &#x7A0B;&#x5E8F;&#x4EE3;&#x7801;[root@localhost soft]#wget http://ftp.novell.com/pub/mono/sources/mono/mono-2.10.2.tar.bz2<br/>[root@localhost soft]#tar -jxvf mono-2.10.2.tar.bz2<br/>[root@localhost soft]#cd mono-2.10.2<br/>[root@localhost mono-2.10.2]#./configure --prefix=/opt/mono<br/>[root@localhost mono-2.10.2]#make&amp;&amp;make install<br/>[root@localhost mono-2.10.2]#echo export PKG_CONFIG_PATH=/opt/mono/lib/pkgconfig:$PKG_CONFIG_PATH&gt;&gt;~/.bash_profile<br/>[root@localhost mono-2.10.2]#echo export PATH=/opt/mono/bin:$PATH&gt;&gt;~/.bash_profile<br/>[root@localhost mono-2.10.2]#source ~/.bash_profile<br/>&#x5B89;&#x88C5;&#x65F6;&#x95F4;&#x6709;&#x70B9;&#x6F2B;&#x957F;&#xFF0C;&#x63A5;&#x4E0B;&#x6765;&#x9A8C;&#x8BC1;&#x4E0B;&#x662F;&#x5426;&#x5B89;&#x88C5;&#x6210;&#x529F;&#xFF1A;<br/>&#x590D;&#x5236;&#x5185;&#x5BB9;&#x5230;&#x526A;&#x8D34;&#x677F; &#x7A0B;&#x5E8F;&#x4EE3;&#x7801;[root@localhost mono-2.10.2]#mono -V<br/>Mono JIT compiler version 2.10.2 (tarball 2011&#x5E74; 06&#x6708; 24&#x65E5; &#x661F;&#x671F;&#x4E94; 10:27:41 CST)<br/>Copyright (C) 2002-2011 Novell, Inc and Contributors. www.mono-project.com<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TLS:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; __thread<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SIGSEGV:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; altstack<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Notifications: epoll<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Architecture:&nbsp;&nbsp;x86<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Disabled:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;none<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Misc:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;softdebug<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LLVM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;supported, not enabled.<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Included Boehm (with typed GC and Parallel Mark)<br/>&#x8FD9;&#x8BF4;&#x660E;&#x5B89;&#x88C5;&#x6210;&#x529F;&#x4E86;&#x3002;&#x82E5;&#x662F;&#x60F3;&#x5378;&#x8F7D;&#xFF0C;&#x8FD0;&#x884C;make uninstall&#x5373;&#x53EF;&#x3002;<br/>2.&#x8FD0;&#x884C;.NET&#x63A7;&#x5236;&#x53F0;&#x7A0B;&#x5E8F;<br/>Program.cs&#xFF1A;<br/>&#x590D;&#x5236;&#x5185;&#x5BB9;&#x5230;&#x526A;&#x8D34;&#x677F; &#x7A0B;&#x5E8F;&#x4EE3;&#x7801;using System;<br/>using System.Collections;<br/>using System.Collections.Generic;<br/>using System.IO;<br/>namespace ConsoleApplication1<br/>{<br/>&nbsp;&nbsp;&nbsp;&nbsp;class Program<br/>&nbsp;&nbsp;&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;static void Main(string[] args)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Console.Write(&#34;&#x8BF7;&#x8F93;&#x5165;&#x4E00;&#x4E2A;&#x8DEF;&#x5F84;:&#34;);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;string path = Console.ReadLine();<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;string[] files = Directory.GetFiles(path);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;foreach(string item in files)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Console.WriteLine(item);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Console.ReadKey();<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/>}<br/>&#x7528;mono&#x8FD0;&#x884C;&#x7A0B;&#x5E8F;&#xFF1A;<br/>&#x590D;&#x5236;&#x5185;&#x5BB9;&#x5230;&#x526A;&#x8D34;&#x677F; &#x7A0B;&#x5E8F;&#x4EE3;&#x7801;[root@localhost soft]# wget ftp://192.168.0.111/file.exe<br/>--12:01:59--&nbsp;&nbsp;ftp://192.168.0.111/file.exe<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; `file.exe&#39;<br/>Connecting to 192.168.0.111:21... &#x5DF2;&#x8FDE;&#x63A5;&#x3002;<br/>&#x6B63;&#x5728;&#x4EE5; anonymous &#x767B;&#x5F55; ... &#x767B;&#x5F55;&#x6210;&#x529F;&#xFF01;<br/>==&gt; SYST ... &#x5B8C;&#x6210;&#x3002;&nbsp;&nbsp;&nbsp;&nbsp;==&gt; PWD ... &#x5B8C;&#x6210;&#x3002;<br/>==&gt; TYPE I ... &#x5B8C;&#x6210;&#x3002;&nbsp;&nbsp;==&gt; &#x4E0D;&#x9700;&#x8981; CWD&#x3002;<br/>==&gt; SIZE file.exe ... 5120<br/>==&gt; PASV ... &#x5B8C;&#x6210;&#x3002;&nbsp;&nbsp;&nbsp;&nbsp;==&gt; RETR file.exe ... &#x5B8C;&#x6210;&#x3002;<br/>&#x957F;&#x5EA6;&#xFF1A;5120 (5.0K)<br/>100%[=======================================&gt;] 5,120&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --.-K/s&nbsp;&nbsp; in 0s<br/>12:02:00 (111 MB/s) - `file.exe&#39; saved [5120]<br/>[root@localhost soft]# mono file.exe<br/>&#x8BF7;&#x8F93;&#x5165;&#x4E00;&#x4E2A;&#x8DEF;&#x5F84;:/soft/<br/>/soft/Firefox-3.6.17.tar.bz2<br/>/soft/Firefox-latest.tar.bz2<br/>/soft/console.exe<br/>/soft/file.exe<br/>/soft/flash-plugin-10.3.181.26-release.i386.rpm<br/>/soft/install_flash_player_10_linux.tar.gz<br/>/soft/linuxqq-v1.0.2-beta1.i386.rpm<br/>/soft/linuxqq_v1.0.2_i386.tar.gz<br/>/soft/mono-2.10.2.tar.bz2<br/>/soft/winforms.exe<br/>[root@localhost soft]#<br/>&#x53EF;&#x4EE5;&#x4E86; <br/>&#x53C2;&#x8003;&#x8D44;&#x6599;<br/>[1].&#x7F16;&#x8BD1;&#x5B89;&#x88C5;mono &#x8BA9;linux&#x4E5F;&#x652F;&#x6301;.NET&#x5E94;&#x7528;&#xFF1A;http://www.kaychen.cn/mono_install.html</p><p> + <a href="#CommentCard">&#x67E5;&#x770B;&#x5F53;&#x524D;&#x65E5;&#x5FD7;&#x8BC4;&#x8BBA;</a> (0)</p><p>&nbsp;<br/><br/><a href="wap.asp?do=Login">&#x767B;&#x5F55;</a></p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.047&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card><card id="postCommentCard"><p><b>&#x6807;&#x9898;&#x3A;</b> <a href="#MainCard">&#x52;&#x48;&#x45;&#x4C;&#x35;&#x4E0B;&#x7528;&#x6D;&#x6F;&#x6E;&#x6F;&#x8FD0;&#x884C;&#x2E;&#x4E;&#x45;&#x54;&#x63A7;&#x5236;&#x53F0;&#x7A0B;&#x5E8F;</a></p><p><br/>你没有权限发表评论</p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.047&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card><card id="CommentCard"><p>&#x6682;&#x65E0;&#x8BC4;&#x8BBA;</p><p><a href="#MainCard">&#x8FD4;&#x56DE;</a></p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.047&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card>
</wml>
