<?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>Shane.Hu&#039;s Blog &#187; Android</title>
	<atom:link href="http://huxuan.org/tag/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://huxuan.org</link>
	<description>Sharing of Computer Geek, Recording of College Time &#38; Thinking of Daily Life</description>
	<lastBuildDate>Tue, 17 Jan 2012 06:27:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>解决在Ubuntu上搭建Android开发环境缺少WST包的问题</title>
		<link>http://huxuan.org/20110603/slove-the-lack-of-wst-package-when-installing-android-development-environment-on-ubuntu/</link>
		<comments>http://huxuan.org/20110603/slove-the-lack-of-wst-package-when-installing-android-development-environment-on-ubuntu/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 08:56:29 +0000</pubDate>
		<dc:creator>Shane.Hu</dc:creator>
				<category><![CDATA[IT水手]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.huxuan.org/?p=1046</guid>
		<description><![CDATA[前言：之前写过一篇《Ubuntu 10.04安装Android开发环境》，每天都有不少访问量，估计很多就是遇到了这个问题，一直压在Evernote里没有翻出来，现在已转入Arch阵营，没有再次验证解决方案的正确性，完全参照印象和笔记，有问题尽管留言 平台：Ubuntu 10.10和Ubuntu 11.04，10.04（写那一篇日志的时候）无此问题 原因：Ubuntu下的Eclipse是Ubuntu社区打包的，非完整版，少了WST包的支持 现象：安装ADT的时候会提示类似如下错误(版本号可能会有不同)： Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 10.0.1.v201103111512-110841 (com.android.ide.eclipse.adt.feature.group 0.0.1.v201103111512-110841) Missing requirement: Android Development Tools 10.0.1.v201103111512-10841 (com.android.ide.eclipse.adt.feature.group 10.0.1.v201103111512-110841) requires 'org.eclipse.wst.sse.core &#8230; <a href="http://huxuan.org/20110603/slove-the-lack-of-wst-package-when-installing-android-development-environment-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>前言</strong>：之前写过一篇《<a href="http://huxuan.org/install_android_development_environment_on_ubuntu_10_04/">Ubuntu 10.04安装Android开发环境</a>》，每天都有不少访问量，估计很多就是遇到了这个问题，一直压在Evernote里没有翻出来，现在已转入Arch阵营，没有再次验证解决方案的正确性，完全参照印象和笔记，有问题尽管留言</p>
<p><strong>平台</strong>：Ubuntu 10.10和Ubuntu 11.04，10.04（写那一篇日志的时候）无此问题</p>
<p><strong>原因</strong>：Ubuntu下的Eclipse是Ubuntu社区打包的，非完整版，少了WST包的支持</p>
<p><strong>现象</strong>：安装ADT的时候会提示类似如下错误(版本号可能会有不同)：</p>
<pre>
Cannot complete the install because one or more required items could not be found.  Software being installed: Android Development Tools 10.0.1.v201103111512-110841 (com.android.ide.eclipse.adt.feature.group 0.0.1.v201103111512-110841)  Missing requirement: Android Development Tools 10.0.1.v201103111512-10841 (com.android.ide.eclipse.adt.feature.group 10.0.1.v201103111512-110841) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
</pre>
<p><strong>解决方案</strong>：<br />
方案1：直接从Eclipse官网下载完整的安装包<br />
方案2：遵照以下菜单顺序或提示执行</p>
<pre>
1：Help --> Install New Software --> Add --> type 'http://download.eclipse.org/releases/galileo' in the Location -->OK
2：Help --> Install New Software --> Add --> type 'http://dl.google.com/eclipse/plugin/3.5' in the Location --> OK
3：Please make sure the option 'Contact all updates sites during install to find required software' is checked.
4：Restart Eclipse，Reinstall ADT
</pre>
<p><strong>相关参照</strong>：<br />
1)<a href="http://code.google.com/intl/es/eclipse/docs/faq.html#wstinstallerror">http://code.google.com/intl/es/eclipse/docs/faq.html#wstinstallerror</a><br />
2)<a href="http://code.google.com/intl/es/eclipse/docs/install-eclipse-3.5.html">http://code.google.com/intl/es/eclipse/docs/install-eclipse-3.5.html</a></p>
<p>P.S.本文参与“<a href="http://www.google.com/daxue/blog">第二届 Google 暑期大学生博客分享大赛 &#8211; 2011 Android 成长篇</a>”，感谢大家支持</p>
]]></content:encoded>
			<wfw:commentRss>http://huxuan.org/20110603/slove-the-lack-of-wst-package-when-installing-android-development-environment-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android平台下FreePascal的交叉编译器</title>
		<link>http://huxuan.org/20110412/corsscompiler-to-run-free-pascal-on-android/</link>
		<comments>http://huxuan.org/20110412/corsscompiler-to-run-free-pascal-on-android/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 06:12:18 +0000</pubDate>
		<dc:creator>Shane.Hu</dc:creator>
				<category><![CDATA[IT水手]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[CorssCompiler]]></category>
		<category><![CDATA[FreePascal]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.huxuan.org/?p=1034</guid>
		<description><![CDATA[0) Preface 0.1) The Operating System is Ubuntu 10.10 0.2) All the softwares are the latest stable version by April 12, 2011 1) Download the Source of Free Pascal Compiler The &#8216;fpc-2.4.2.source.tar.gz&#8217; on http://sourceforge.net/projects/freepascal/files/Source/2.4.2/ 2) Install the fpc-source. Just extract &#8230; <a href="http://huxuan.org/20110412/corsscompiler-to-run-free-pascal-on-android/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>0) Preface<br />
0.1) The Operating System is Ubuntu 10.10<br />
0.2) All the softwares are the latest stable version by April 12, 2011</p>
<p>1) Download the Source of Free Pascal Compiler<br />
The &#8216;fpc-2.4.2.source.tar.gz&#8217; on <a href="http://sourceforge.net/projects/freepascal/files/Source/2.4.2/">http://sourceforge.net/projects/freepascal/files/Source/2.4.2/</a></p>
<p>2) Install the fpc-source. Just extract it.<br />
The root folder of fpc-source for me is &#8216;/home/victorhu/fpc-source&#8217;</p>
<p>3) Download the Arm-Eabi (Sourcery G++ Lite 2010.09-50 for ARM GNU/Linux)<br />
The &#8216;IA32 GNU/Linux Installer&#8217; on <a href="http://www.codesourcery.com/sgpp/lite/arm/portal/release1600">http://www.codesourcery.com/sgpp/lite/arm/portal/release1600</a></p>
<p>4) Install the Arm-Eabi (Sourcery G++ Lite 2010.09-50 for ARM GNU/Linux)<br />
The installation need the system shell to be bash not dash which is default for Ubuntu. So<br />
4.1)
<pre>sudo dpkg-reconfigure -plow dash</pre>
<p> Choose NO to make the bash as the system shell.<br />
4.2) Goto the root folder of Arm-Eabi for me is &#8216;/home/victorhu/toolchain/&#8217;<br />
4.3)
<pre>chmod +x arm-2010.09-05-arm-none-linux-gnueabi.bin</pre>
<p>4.4)
<pre>./arm-2010.09-05-arm-none-linux-gnueabi.bin</pre>
<p>5) Get the Cross Compiler<br />
5.1) Goto the root folder of fpc-source<br />
5.2)
<pre>make crossall CPU_TARGET=arm OS_TARGET=linux OPT="-dFPC_ARMEL -O- -gl"  CROSSPORT="-O-" CROSSBINDIR=/home/victorhu/toolchain/arm-none-linux-gnueabi/bin</pre>
<p>5.3) The &#8216;ppcrossarm&#8217; under &#8216;/home/victorhu/fpc-source/compilers/&#8217; is just what we want.<br />
Note: CROSSBINDIR is depend on the folder of Arm-Eabi.</p>
<p>6) Write a Hello Word in Pascal<br />
The path for me is /home/victorhu/hello.pas</p>
<pre>
Program hello;
begin
writeln('Hello World!');
end.
</pre>
<p>7) Compile the Hello World in Pascal via CrossCompile Environment.<br />
7.1) Goto the folder contains &#8216;ppcrossarm&#8217;<br />
7.2)
<pre>./ppcrossarm -Tlinux -O- -XP -Fu/home/victorhu/fpc-source/rtl/units/arm-linux/ -FD/home/victorhu/toolchain/arm-none-linux-gnueabi/bin /home/victorhu/hello.pas</pre>
<p>Note: -Fu is the unit path, -FD is the compiler utilities path.<br />
7.3) The &#8216;hello&#8217; under &#8216;/home/victorhu/temp&#8217; is just the what we want (not hello.pas).</p>
<p>8) Test the Crosscompiled Hello World in Android Emulator<br />
8.1) the tools under Android SDK or the ADT of Eclipse is where we can find it.<br />
8.2) Goto the adb root folder under Android SDK .<br />
It&#8217;s &#8216;platform-tools&#8217; under the main root folder of Android SDK now while it&#8217;s &#8216;tools&#8217; before.<br />
8.3) Test whether is device is connected. </p>
<pre>./adb devices</pre>
<p>If it shows somthing like &#8216;Emulator-5544 device&#8217; (for me), then it&#8217;s right.<br />
8.4) Push the program into Android Emulator.</p>
<pre>./adb push ~/hello /data/hello</pre>
<p>8.5) Run the program on the Android Emulator.</p>
<pre>./adb shell data/hello</pre>
<p>If it shows &#8216;Hello World!&#8217; (the result of the original program), then everything is done now!</p>
<p>9) Reference<br />
9.1) <a href="http://alexmogurenko.com/blog/programming/android-building-free-pascal-compiler-for-android/">http://alexmogurenko.com/blog/programming/android-building-free-pascal-compiler-for-android/</a><br />
9.2) <a href="http://wiki.freepascal.org/Android_Interface">http://wiki.freepascal.org/Android_Interface</a><br />
9.3) <a href="http://wiki.freepascal.org/Setup_Cross_Compile_For_ARM">http://wiki.freepascal.org/Setup_Cross_Compile_For_ARM</a></p>
<p>P.S.本文参与“<a href="http://www.google.com/daxue/blog">第二届 Google 暑期大学生博客分享大赛 &#8211; 2011 Android 成长篇</a>”，感谢大家支持</p>
]]></content:encoded>
			<wfw:commentRss>http://huxuan.org/20110412/corsscompiler-to-run-free-pascal-on-android/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04安装Android开发环境（更新解决WST包缺少问题）</title>
		<link>http://huxuan.org/20100813/install_android_development_environment_on_ubuntu_10_04/</link>
		<comments>http://huxuan.org/20100813/install_android_development_environment_on_ubuntu_10_04/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 01:04:13 +0000</pubDate>
		<dc:creator>Shane.Hu</dc:creator>
				<category><![CDATA[IT水手]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.huxuan.org/?p=977</guid>
		<description><![CDATA[更新：在10.10及11.04中搭建时可能会遇到WST包缺少的问题，可以参照这篇日志解决 注：本文中&#60;android_sdk&#62;代表Android SDK安装路径 这里选择&#8221;/home/victorhu/Code/android-sdk-linux_86&#8243; Step 0 : 准备 sudo apt-get update Step 1 : 安装 Java JDK &#038; Eclipse sudo apt-get install sun-java6-jdk eclipse Step 2 : 安装 Andorid SDK Starter Package wget http://dl.google.com/android/android-sdk_r06-linux_86.tgz tar -zxvf android-sdk_r06-linux_86.tgz 你可以把这个文件放在任意你希望的位置，这就是Andord SDK的安装位置 Step &#8230; <a href="http://huxuan.org/20100813/install_android_development_environment_on_ubuntu_10_04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>更新</strong>：在10.10及11.04中搭建时可能会遇到WST包缺少的问题，可以参照<a href="http://blog.huxuan.org/slove-the-lack-of-wst-package-when-installing-android-development-environment-on-ubuntu/">这篇日志</a>解决</p>
<p><strong>注：本文中&lt;android_sdk&gt;代表Android SDK安装路径</strong><br />
这里选择&#8221;/home/victorhu/Code/android-sdk-linux_86&#8243;</p>
<p><strong>Step 0 : 准备</strong></p>
<pre>sudo apt-get update</pre>
<p><strong>Step 1 : 安装 Java JDK &#038; Eclipse</strong></p>
<pre>sudo apt-get install sun-java6-jdk eclipse</pre>
<p><strong>Step 2 : 安装 Andorid SDK Starter Package</strong></p>
<pre>wget http://dl.google.com/android/android-sdk_r06-linux_86.tgz
tar -zxvf android-sdk_r06-linux_86.tgz</pre>
<p>你可以把这个文件放在任意你希望的位置，这就是Andord SDK的安装位置</p>
<p><strong>Step 3 : 配置环境</strong></p>
<pre>export PATH=${PATH}:&lt;android_sdk&gt;/tools</pre>
<p>如运行时出现&#8221;The project cannot be built until build path errors are resolved&#8221;错误，请检查此步</p>
<p><strong>Setp 4 : 安装 ADT Plugin for Eclipse</strong><br />
在Eclipse中选择&#8221;Help&#8221; &#8211;> &#8220;Install New Software&#8221;将出现类似下方画面<br />
<a href="http://www.flickr.com/photos/victorhu_cn/4886901584/" title="Flickr 上 凝云幻龙 的 1"><img src="http://farm5.static.flickr.com/4082/4886901584_f490c2d9ca.jpg" width="500" height="436" alt="1" /></a><br />
在&#8221;Work with&#8221;区域填上&#8221;https://dl-ssl.google.com/android/eclipse/&#8221;然后选择&#8221;Add&#8221;<br />
此时会显示类似上方的画面，勾选&#8221;Develop Tools&#8221;点击&#8221;Next&#8221;，剩余步骤同一般程序安装<br />
<strong>更新：如果此处遇到WST包缺少的问题，可以参照<a href="http://blog.huxuan.org/slove-the-lack-of-wst-package-when-installing-android-development-environment-on-ubuntu/">这篇日志</a>解决</strong><br />
（可能会遇到证书错误，选择继续安装即可）</p>
<p><strong>Step 5 : 配置 SDK</strong><br />
在Eclipse中选择&#8221;Windows&#8221; &#8211;> &#8220;Preferences&#8221;，然后在左侧选择&#8221;Android&#8221;可得到类似下方画面<br />
<a href="http://www.flickr.com/photos/victorhu_cn/4886901288/" title="Flickr 上 凝云幻龙 的 2"><img src="http://farm5.static.flickr.com/4073/4886901288_b7f3781c51.jpg" width="500" height="367" alt="2" /></a><br />
点击&#8221;Browse&#8221;选择Android SDK安装路径，此时会在&#8221;SDK Location&#8221;处显示，点击&#8221;Apply&#8221;使配置生效</p>
<p><strong>Step 6 : 下载 SDK package</strong><br />
在Eclipse中选择&#8221;Windows&#8221; &#8211;> &#8220;Android SDK and AVD manager&#8221;，在左侧选择&#8221;Available&#8221;<br />
选择所有（如下图所示），然后开始安装&#8221;Install Selected&#8221;<br />
<a href="http://www.flickr.com/photos/victorhu_cn/4886299357/" title="Flickr 上 凝云幻龙 的 3"><img src="http://farm5.static.flickr.com/4116/4886299357_12447d732c.jpg" width="500" height="266" alt="3" /></a><br />
附两张过程中的截图: 1、选择&#8221;Accept All&#8221;比较方便; 2、下载可能需要花费比较长的时间<br />
<a href="http://www.flickr.com/photos/victorhu_cn/4886299611/" title="Flickr 上 凝云幻龙 的 4"><img src="http://farm5.static.flickr.com/4114/4886299611_75c650c117.jpg" width="500" height="225" alt="4" /></a></p>
<p><a href="http://www.flickr.com/photos/victorhu_cn/4886901644/" title="Flickr 上 凝云幻龙 的 5"><img src="http://farm5.static.flickr.com/4134/4886901644_47e05c0de2.jpg" width="448" height="262" alt="5" /></a></p>
<p><strong>至此，Andorid的开发环境安装成功</strong></p>
<p><strong>Step 7 : 导入Sample</strong><br />
1、新建工程，选择&#8221;Android Project&#8221;（如下图）<br />
<a href="http://www.flickr.com/photos/victorhu_cn/4886901194/" title="Flickr 上 凝云幻龙 的 6"><img src="http://farm5.static.flickr.com/4115/4886901194_0dea6c540b.jpg" width="500" height="378" alt="6" /></a><br />
2、在&#8221;Contents&#8221;中选择&#8221;Create project from existing source&#8221;，<br />
在&#8221;Location&#8221;中选择Samples的文件夹，这里选择&#8221;&lt;android_sdk&gt;/samples/android-7/Home&#8221;<br />
在&#8221;Build Target&#8221;中选择开发平台，这里选择&#8221;Android 2.2&#8243;（截图如下）<br />
<a href="http://www.flickr.com/photos/victorhu_cn/4886299479/" title="Flickr 上 凝云幻龙 的 7"><img src="http://farm5.static.flickr.com/4074/4886299479_2bb21ea18b.jpg" width="414" height="500" alt="7" /></a></p>
<p><strong>Step 8 : 新建AVD（Android Virtual Device）</strong><br />
在Eclipse中选择&#8221;Windows&#8221; &#8211;> &#8220;Android SDK and AVD manager&#8221;，在左侧选择&#8221;Virtual Devices&#8221;，然后选择右侧的&#8221;New&#8221;（截图如下）<br />
<a href="http://www.flickr.com/photos/victorhu_cn/4886901466/" title="Flickr 上 凝云幻龙 的 8"><img src="http://farm5.static.flickr.com/4095/4886901466_b3fc3ebcac.jpg" width="500" height="266" alt="8" /></a><br />
相关设置:<br />
1、Name，任意但有限制，不可以有空格、点等一些特殊字符<br />
2、Target，需要和刚才选择的&#8221;Build Target&#8221;一致<br />
3、SD Card，设定给Android分配的SD卡内存容量，这里选择1G（1024MB）<br />
其他的默认即可（截图如下）<br />
<a href="http://www.flickr.com/photos/victorhu_cn/4886901342/" title="Flickr 上 凝云幻龙 的 9"><img src="http://farm5.static.flickr.com/4136/4886901342_bba6a6edc0.jpg" width="365" height="500" alt="9" /></a></p>
<p><strong>Step 9 : 运行</strong><br />
找到运行按钮，或者直接Ctrl＋F11，稍微等待一下编译过程，然后即可出现Android的运行界面，附截图两枚<br />
<a href="http://www.flickr.com/photos/victorhu_cn/4886901422/" title="Flickr 上 凝云幻龙 的 10"><img src="http://farm5.static.flickr.com/4095/4886901422_b5a8940284.jpg" width="500" height="338" alt="10" /></a></p>
<p><a href="http://www.flickr.com/photos/victorhu_cn/4886299565/" title="Flickr 上 凝云幻龙 的 11"><img src="http://farm5.static.flickr.com/4077/4886299565_2404f85676.jpg" width="500" height="338" alt="11" /></a></p>
<p><strong>至此，所有工作基本完成，有了Documentation、Samples，Android的大门已经打开了！</strong></p>
<p>参考资料：<br />
1、<a href="http://developer.android.com/sdk/installing.html" target="_blank">Installing the SDK | Android Developers</a><a><br />
2、《</a><a href="http://book.douban.com/subject/4706090/" target="_blank">Android应用程序开发</a>》</android_sdk></p>
]]></content:encoded>
			<wfw:commentRss>http://huxuan.org/20100813/install_android_development_environment_on_ubuntu_10_04/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Leisure or busy？</title>
		<link>http://huxuan.org/20100422/leisure-or-busy/</link>
		<comments>http://huxuan.org/20100422/leisure-or-busy/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 18:35:00 +0000</pubDate>
		<dc:creator>Shane.Hu</dc:creator>
				<category><![CDATA[碎碎念]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google Camp]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[冯如杯]]></category>

		<guid isPermaLink="false">http://blog.huxuan.org/?p=937</guid>
		<description><![CDATA[最近挺闲的，自从冯如杯结束之后似乎就没什么比较正式的事情了（虽然冯如杯也是去水了一把～～），但是又越来越觉得有好多事情要做…… 今天才把思修老师安排的翻译做完，《牛津通识读本-Marx》第八章，经济学，前6页，不是很多，翻译之后也就3000+字，不过挺痛苦的，遇到好多比较学术的东西，在网上查了很多资料，还有书架上沉寂已久的《资本论》（小狗送的，真有先见之明^-^） 加入的Podcast项目，还没能看到代码，却领到了写《需求规格说明书》和《软件开发计划书》的任务，暂时保留殴打逆铭大牛的权利，考虑到最近他和东东都比较忙，我们的美工大师喵喵又在忙着赚零花钱，我就只好先勉为其难了，Deadline是周五，今天周四……囧 数据库期中考试，上机考试，实践上应该没什么问题，只是有一些理论的东西没有很好的掌握，准备趁着期中考试的机会好好补习一下。还有经济管理、数学二学位好像都落了不少了，现在开始补？还是到期末？ GoogleCamp，策划活动好像进行的比较艰难，毕竟社团还在成长，难免会有问题吧，我相信我们会走过这道坎，我们是属于未来的！GCers加油！同年同月同日生的文文同学加油！比Hello Kity还可爱的娜娜加油！还有你们，曾经的9人组，虽然现在只有6个人了，但是我能感觉到，我们是一起的！ 前天花了一个晚上时间把WP的各种函数和接口扫了一遍，Python和Android开发的学习似乎劲头还不是很足……就快五一了，就快要……我好平静下来，好好做自己的事情，不能太浮躁，听好了！你要好好努力！不仅是为了你自己……]]></description>
			<content:encoded><![CDATA[<p>最近挺闲的，自从冯如杯结束之后似乎就没什么比较正式的事情了（虽然冯如杯也是去水了一把～～），但是又越来越觉得有好多事情要做……</p>
<p>今天才把思修老师安排的翻译做完，《牛津通识读本-Marx》第八章，经济学，前6页，不是很多，翻译之后也就3000+字，不过挺痛苦的，遇到好多比较学术的东西，在网上查了很多资料，还有书架上沉寂已久的《资本论》（小狗送的，真有先见之明^-^）</p>
<p>加入的Podcast项目，还没能看到代码，却领到了写《需求规格说明书》和《软件开发计划书》的任务，暂时保留殴打逆铭大牛的权利，考虑到最近他和东东都比较忙，我们的美工大师喵喵又在忙着赚零花钱，我就只好先勉为其难了，Deadline是周五，今天周四……囧</p>
<p>数据库期中考试，上机考试，实践上应该没什么问题，只是有一些理论的东西没有很好的掌握，准备趁着期中考试的机会好好补习一下。还有经济管理、数学二学位好像都落了不少了，现在开始补？还是到期末？</p>
<p>GoogleCamp，策划活动好像进行的比较艰难，毕竟社团还在成长，难免会有问题吧，我相信我们会走过这道坎，我们是属于未来的！GCers加油！同年同月同日生的文文同学加油！比Hello Kity还可爱的娜娜加油！还有你们，曾经的9人组，虽然现在只有6个人了，但是我能感觉到，我们是一起的！</p>
<p>前天花了一个晚上时间把WP的各种函数和接口扫了一遍，Python和Android开发的学习似乎劲头还不是很足……就快五一了，就快要……我好平静下来，好好做自己的事情，不能太浮躁，听好了！你要好好努力！不仅是为了你自己……</p>
]]></content:encoded>
			<wfw:commentRss>http://huxuan.org/20100422/leisure-or-busy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>浑浑噩噩ing</title>
		<link>http://huxuan.org/20100418/%e6%b5%91%e6%b5%91%e5%99%a9%e5%99%a9ing/</link>
		<comments>http://huxuan.org/20100418/%e6%b5%91%e6%b5%91%e5%99%a9%e5%99%a9ing/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 05:36:58 +0000</pubDate>
		<dc:creator>Shane.Hu</dc:creator>
				<category><![CDATA[碎碎念]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Google Camp]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[冯如杯]]></category>

		<guid isPermaLink="false">http://blog.huxuan.org/?p=934</guid>
		<description><![CDATA[[废话当前]RSS订阅的问题似乎终于解决了，看到这篇post的朋友还望告之确认一下，谢谢啦～～ 最近浑浑噩噩的，一直没闲着，回头想想却似乎只是在给自己的颓废找借口……小结一下 1、Golosim算法可视化开发，混了个二作的冯如杯项目，比较理论的一个东东，无线网络，随机路点模型、Ad Hoc，貌似很高深，但这次做的只是做了一个UI，加了自己用OpenGL开发的可视化模型，又用数据库实现了数据对比功能。 2、基于Google Earth的北航3D建模，没有混到作者名单的一个冯如杯项目（囧），和大一几个小朋友一起用sketchup建模，我做的是图书馆，效果还算不错。这个项目不是仅仅为冯如杯准备的，希望能很好的延续下去。 3、Google Camp，不得不承认在社长这个位置上我越来越觉得自己做的有问题了，胡乱的忙了好多，却没有很好的调动大家的积极性，虽然说课业太重是很大一部分原因，但是这不能否认我身上的问题，努力ing！ 说一些或远或近的计划吧 1、Google Camp春季策划活动，进行中，暂不评论。 2、Android 开发，过段时间有一个Android开发大赛，钻研一下SDK和JAVA。 3、Python，只是寒假学了一会，开学之后忙着忙着就荒废了，重新拾起来，争取做一些东西。 4、Podcast，逆铭的项目，报了这学期所有要交大作业的课程，所以义不容辞参与进来，正好学一些协作开发经验。 5、和计院的一个实验室导师联系上了，主要研究方向是计算机图形学，OpenGL、DirectX……有的玩了～～ 6、数据库、C#都是这学期比较重要的课程，虽然课堂本身显得很水，但还是有认真学习的必要的 7、数学二学位，荒废了好久了……数学和英语……是该努力了～～～]]></description>
			<content:encoded><![CDATA[<p>[废话当前]RSS订阅的问题似乎终于解决了，看到这篇post的朋友还望告之确认一下，谢谢啦～～</p>
<p>最近浑浑噩噩的，一直没闲着，回头想想却似乎只是在给自己的颓废找借口……小结一下</p>
<p>1、Golosim算法可视化开发，混了个二作的冯如杯项目，比较理论的一个东东，无线网络，随机路点模型、Ad Hoc，貌似很高深，但这次做的只是做了一个UI，加了自己用OpenGL开发的可视化模型，又用数据库实现了数据对比功能。</p>
<p>2、基于Google Earth的北航3D建模，没有混到作者名单的一个冯如杯项目（囧），和大一几个小朋友一起用sketchup建模，我做的是图书馆，效果还算不错。这个项目不是仅仅为冯如杯准备的，希望能很好的延续下去。</p>
<p>3、Google Camp，不得不承认在社长这个位置上我越来越觉得自己做的有问题了，胡乱的忙了好多，却没有很好的调动大家的积极性，虽然说课业太重是很大一部分原因，但是这不能否认我身上的问题，努力ing！</p>
<p>说一些或远或近的计划吧</p>
<p>1、Google Camp春季策划活动，进行中，暂不评论。</p>
<p>2、Android 开发，过段时间有一个Android开发大赛，钻研一下SDK和JAVA。</p>
<p>3、Python，只是寒假学了一会，开学之后忙着忙着就荒废了，重新拾起来，争取做一些东西。</p>
<p>4、Podcast，<a href="http://blog.tomtung.com" target="_blank">逆铭</a>的项目，报了这学期所有要交大作业的课程，所以义不容辞参与进来，正好学一些协作开发经验。</p>
<p>5、和计院的一个实验室导师联系上了，主要研究方向是计算机图形学，OpenGL、DirectX……有的玩了～～</p>
<p>6、数据库、C#都是这学期比较重要的课程，虽然课堂本身显得很水，但还是有认真学习的必要的</p>
<p>7、数学二学位，荒废了好久了……数学和英语……是该努力了～～～</p>
]]></content:encoded>
			<wfw:commentRss>http://huxuan.org/20100418/%e6%b5%91%e6%b5%91%e5%99%a9%e5%99%a9ing/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

