﻿<?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>BlogJava-yxj1314520-最新评论</title><link>http://www.blogjava.net/yxj1314520/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Thu, 12 Sep 2013 09:22:48 GMT</pubDate><lastBuildDate>Thu, 12 Sep 2013 09:22:48 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: ubuntu  arm-linux-gcc</title><link>http://www.blogjava.net/yxj1314520/archive/2013/08/01/374677.html#402254</link><dc:creator>只想对你说</dc:creator><author>只想对你说</author><pubDate>Thu, 01 Aug 2013 04:36:00 GMT</pubDate><guid>http://www.blogjava.net/yxj1314520/archive/2013/08/01/374677.html#402254</guid><description><![CDATA[你什么时候下来<img src ="http://www.blogjava.net/yxj1314520/aggbug/402254.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yxj1314520/" target="_blank">只想对你说</a> 2013-08-01 12:36 <a href="http://www.blogjava.net/yxj1314520/archive/2013/08/01/374677.html#402254#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: JSP:include的flush属性的作用 </title><link>http://www.blogjava.net/yxj1314520/archive/2013/08/01/402131.html#402252</link><dc:creator>只想对你说</dc:creator><author>只想对你说</author><pubDate>Thu, 01 Aug 2013 04:31:00 GMT</pubDate><guid>http://www.blogjava.net/yxj1314520/archive/2013/08/01/402131.html#402252</guid><description><![CDATA[只想对你说  12:09:59<br>我在也相信你了 <img src ="http://www.blogjava.net/yxj1314520/aggbug/402252.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yxj1314520/" target="_blank">只想对你说</a> 2013-08-01 12:31 <a href="http://www.blogjava.net/yxj1314520/archive/2013/08/01/402131.html#402252#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 虚拟机桥接模式</title><link>http://www.blogjava.net/yxj1314520/archive/2013/01/11/394108.html#394109</link><dc:creator>姚先进</dc:creator><author>姚先进</author><pubDate>Fri, 11 Jan 2013 07:17:00 GMT</pubDate><guid>http://www.blogjava.net/yxj1314520/archive/2013/01/11/394108.html#394109</guid><description><![CDATA[VMware 的4种网络模式的功能和通信规则：<br><br>    (1)Bridged方式<br>        用这种方式，虚拟系统的IP可设置成与本机系统在同一网段,虚拟系统相当于网络内的一台独立的机器,与本机共同插在一个交换机上,网络内其他机器可访问虚拟系统,虚拟系统也可访问网络内其他机器,当然与本机系统的双向访问也不成问题。<br><br>    (2)NAT方式<br>        这种方式也可以实现本机系统与虚拟系统的双向访问.但网络内其他机器不能访问虚拟系统,但虚拟系统可通过本机系统用NAT协议访问网络内其他机器，并且可以跟物理机一样上网<br><br>    (3)host-only方式<br>        顾名思义这种方式只能进行虚拟机和主机之间的网络通信,既网络内其他机器不能访问虚拟系统,虚拟系统也不能访问其他机器.<br><br>      (4)自定义<br>        这个很灵活,大家根据自己喜好自己设定.....<br><br>      <br>        举例说明：<br>bridged模式<br>物理机的本地连接设置<br>IP地址： 192.168.1.10<br>子网掩码： 255.255.255.0<br>默认网关： 192.168.1.1 (根据自己的网络情况填写)<br>首选DNS：8.8.8.8<br><br>虚拟系统本地连接设置<br>IP地址： 192.168.1.11<br>子网掩码： 255.255.255.0<br>默认网关： 192.168.1.1 (根据自己的网络情况填写)<br>首选DNS：8.8.8.8<br>这样虚拟系统就相当于网络中的一台真实机器可以上网了。<br><br>2、NAT模式<br>这种方式不占用网络中的IP地址，只要物理主机能上网，那么虚拟系统就能上网。<br>修改物理主机的虚拟网卡VMware Network Adepter VMnet8，比如说设置成192.168.10.10，掩码是255.255.255.0<br>虚拟系统本地连接设置<br><br>IP地址： 192.168.10.11<br>子网掩码： 255.255.255.0<br>这样虚拟系统就可以和本地主机一样上网了，具体的网关根据实际情况设置<br><br><br>要想更安全些就用BRIDGED模式吧<img src ="http://www.blogjava.net/yxj1314520/aggbug/394109.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yxj1314520/" target="_blank">姚先进</a> 2013-01-11 15:17 <a href="http://www.blogjava.net/yxj1314520/archive/2013/01/11/394108.html#394109#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 写给自己的</title><link>http://www.blogjava.net/yxj1314520/archive/2012/08/08/384048.html#385049</link><dc:creator>姚先进</dc:creator><author>姚先进</author><pubDate>Wed, 08 Aug 2012 04:47:00 GMT</pubDate><guid>http://www.blogjava.net/yxj1314520/archive/2012/08/08/384048.html#385049</guid><description><![CDATA[怎么说呢，好像一切都不是你想像的那样！<img src ="http://www.blogjava.net/yxj1314520/aggbug/385049.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yxj1314520/" target="_blank">姚先进</a> 2012-08-08 12:47 <a href="http://www.blogjava.net/yxj1314520/archive/2012/08/08/384048.html#385049#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 虚拟机ubuntu 联网</title><link>http://www.blogjava.net/yxj1314520/archive/2012/05/22/375064.html#378859</link><dc:creator>erer</dc:creator><author>erer</author><pubDate>Tue, 22 May 2012 10:44:00 GMT</pubDate><guid>http://www.blogjava.net/yxj1314520/archive/2012/05/22/375064.html#378859</guid><description><![CDATA[为什么又重装了呢 ，有点蠢！！<img src ="http://www.blogjava.net/yxj1314520/aggbug/378859.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yxj1314520/" target="_blank">erer</a> 2012-05-22 18:44 <a href="http://www.blogjava.net/yxj1314520/archive/2012/05/22/375064.html#378859#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: ubuntu  arm-linux-gcc</title><link>http://www.blogjava.net/yxj1314520/archive/2012/04/17/374677.html#374932</link><dc:creator>obey snapback</dc:creator><author>obey snapback</author><pubDate>Tue, 17 Apr 2012 07:58:00 GMT</pubDate><guid>http://www.blogjava.net/yxj1314520/archive/2012/04/17/374677.html#374932</guid><description><![CDATA[这个还是要好好学习下的啊<img src ="http://www.blogjava.net/yxj1314520/aggbug/374932.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yxj1314520/" target="_blank">obey snapback</a> 2012-04-17 15:58 <a href="http://www.blogjava.net/yxj1314520/archive/2012/04/17/374677.html#374932#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: ubuntu  arm-linux-gcc</title><link>http://www.blogjava.net/yxj1314520/archive/2012/04/17/374677.html#374919</link><dc:creator>姚先进</dc:creator><author>姚先进</author><pubDate>Tue, 17 Apr 2012 05:48:00 GMT</pubDate><guid>http://www.blogjava.net/yxj1314520/archive/2012/04/17/374677.html#374919</guid><description><![CDATA[交叉编译比较繁琐，一般自己设置参数交叉编译容易出现错误，所以在开发板子的时候尽量使用厂家提供的交叉编译包，我就是如此傻瓜似的安装了一下，高手还可以自己制作一个交叉编译器@tb<br><img src ="http://www.blogjava.net/yxj1314520/aggbug/374919.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yxj1314520/" target="_blank">姚先进</a> 2012-04-17 13:48 <a href="http://www.blogjava.net/yxj1314520/archive/2012/04/17/374677.html#374919#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: ubuntu  arm-linux-gcc</title><link>http://www.blogjava.net/yxj1314520/archive/2012/04/17/374677.html#374847</link><dc:creator>tb</dc:creator><author>tb</author><pubDate>Tue, 17 Apr 2012 00:39:00 GMT</pubDate><guid>http://www.blogjava.net/yxj1314520/archive/2012/04/17/374677.html#374847</guid><description><![CDATA[谢谢了<img src ="http://www.blogjava.net/yxj1314520/aggbug/374847.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yxj1314520/" target="_blank">tb</a> 2012-04-17 08:39 <a href="http://www.blogjava.net/yxj1314520/archive/2012/04/17/374677.html#374847#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: sprintf 在cgi操作数据库中的错误</title><link>http://www.blogjava.net/yxj1314520/archive/2012/04/06/373403.html#373473</link><dc:creator>姚先进</dc:creator><author>姚先进</author><pubDate>Fri, 06 Apr 2012 06:57:00 GMT</pubDate><guid>http://www.blogjava.net/yxj1314520/archive/2012/04/06/373403.html#373473</guid><description><![CDATA[问题已经能够自己解决    ！sprintf   out了 <br>改成  sqlite3_mprintf 问题解决！！<img src ="http://www.blogjava.net/yxj1314520/aggbug/373473.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/yxj1314520/" target="_blank">姚先进</a> 2012-04-06 14:57 <a href="http://www.blogjava.net/yxj1314520/archive/2012/04/06/373403.html#373473#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>