﻿<?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-gembin-随笔分类-Mac OS X</title><link>http://www.blogjava.net/gembin/category/50524.html</link><description>&lt;font color="red"&gt;OSGi, Eclipse Equinox, ECF, Virgo, Gemini,  Apache Felix, Karaf, Aires, Camel, Eclipse RCP&lt;/font&gt;&lt;br/&gt;&lt;br/&gt;
&lt;font color="green"&gt;HBase, Hadoop, ZooKeeper, Cassandra&lt;/font&gt;&lt;br/&gt;&lt;br/&gt;

&lt;font color="blue"&gt;Flex4, AS3, Swiz framework, GraniteDS, BlazeDS etc.&lt;/font&gt;&lt;br/&gt;&lt;br/&gt;
&lt;font color="black"&gt;
There is nothing that software can't fix. Unfortunately, there is also nothing that software can't completely fuck up. That gap is called talent.&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;

&lt;a href="http://about.me/gembin"&gt;About Me&lt;/a&gt;

&lt;script type="text/javascript" src="http://platform.linkedin.com/in.js"&gt;&lt;/script&gt;&lt;script type="in/share" data-counter="right"&gt;&lt;/script&gt;

</description><language>zh-cn</language><lastBuildDate>Sat, 22 Sep 2012 22:02:57 GMT</lastBuildDate><pubDate>Sat, 22 Sep 2012 22:02:57 GMT</pubDate><ttl>60</ttl><item><title>MySQL on Mac OS X</title><link>http://www.blogjava.net/gembin/archive/2012/09/22/388351.html</link><dc:creator>gembin</dc:creator><author>gembin</author><pubDate>Sat, 22 Sep 2012 15:38:00 GMT</pubDate><guid>http://www.blogjava.net/gembin/archive/2012/09/22/388351.html</guid><wfw:comment>http://www.blogjava.net/gembin/comments/388351.html</wfw:comment><comments>http://www.blogjava.net/gembin/archive/2012/09/22/388351.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/gembin/comments/commentRss/388351.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/gembin/services/trackbacks/388351.html</trackback:ping><description><![CDATA[<p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: #ffffff; line-height: 25px; font-family: Helvetica, Arial, sans-serif; max-width: 720px; ">If you have installed the Startup Item, use this command:</p><pre style="margin-top: 0px; margin-bottom: 0px; padding: 2px; border: 0px; outline: 0px; font-size: 13px; vertical-align: baseline; background-color: #eeeeee; font-family: 'Courier New', Courier, fixed, monospace; max-width: 720px; line-height: 20px; ">shell&gt; <strong style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: transparent; "><code style="margin: 0px; padding: 1px; border: 0px; outline: 0px; font-size: 12px; vertical-align: baseline; background-color: inherit; color: inherit; font-family: 'Courier New', Courier, fixed, monospace; ">sudo /Library/StartupItems/MySQLCOM/MySQLCOM start</code></strong> <br /><em style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: transparent; font-weight: bold; "><code style="margin: 0px; padding: 1px; border: 0px; outline: 0px; font-size: 12px; vertical-align: baseline; background-color: inherit; color: inherit; font-family: 'Courier New', Courier, fixed, monospace; ">(Enter your password, if necessary)</code></em> <br /><em style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: transparent; font-weight: bold; "><code style="margin: 0px; padding: 1px; border: 0px; outline: 0px; font-size: 12px; vertical-align: baseline; background-color: inherit; color: inherit; font-family: 'Courier New', Courier, fixed, monospace; ">(Press Control-D or enter "exit" to exit the shell)</code></em> </pre><p style="margin: 0px 0px 10px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: #ffffff; line-height: 25px; font-family: Helvetica, Arial, sans-serif; max-width: 720px; ">If you do not use the Startup Item, enter the following command sequence:</p><pre style="margin-top: 0px; margin-bottom: 0px; padding: 2px; border: 0px; outline: 0px; font-size: 13px; vertical-align: baseline; background-color: #eeeeee; font-family: 'Courier New', Courier, fixed, monospace; max-width: 720px; line-height: 20px; ">shell&gt; <strong style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: transparent; "><code style="margin: 0px; padding: 1px; border: 0px; outline: 0px; font-size: 12px; vertical-align: baseline; background-color: inherit; color: inherit; font-family: 'Courier New', Courier, fixed, monospace; ">cd /usr/local/mysql</code></strong> <br />shell&gt; <strong style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: transparent; "><code style="margin: 0px; padding: 1px; border: 0px; outline: 0px; font-size: 12px; vertical-align: baseline; background-color: inherit; color: inherit; font-family: 'Courier New', Courier, fixed, monospace; ">sudo ./bin/mysqld_safe</code></strong> <br /><em style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: transparent; font-weight: bold; "><code style="margin: 0px; padding: 1px; border: 0px; outline: 0px; font-size: 12px; vertical-align: baseline; background-color: inherit; color: inherit; font-family: 'Courier New', Courier, fixed, monospace; ">(Enter your password, if necessary)</code></em> <br /><em style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: transparent; font-weight: bold; "><code style="margin: 0px; padding: 1px; border: 0px; outline: 0px; font-size: 12px; vertical-align: baseline; background-color: inherit; color: inherit; font-family: 'Courier New', Courier, fixed, monospace; ">(Press Control-Z)</code></em> <br />shell&gt; <strong style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: transparent; "><code style="margin: 0px; padding: 1px; border: 0px; outline: 0px; font-size: 12px; vertical-align: baseline; background-color: inherit; color: inherit; font-family: 'Courier New', Courier, fixed, monospace; ">bg</code></strong> <em style="margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: transparent; font-weight: bold; "><code style="margin: 0px; padding: 1px; border: 0px; outline: 0px; font-size: 12px; vertical-align: baseline; background-color: inherit; color: inherit; font-family: 'Courier New', Courier, fixed, monospace; "><br />(Press Control-D or enter "exit" to exit the shell)<br /><br /><span style="font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 25px; white-space: normal; background-color: #ffffff; ">You should be able to connect to the MySQL server, for example, by running&nbsp;</span><code style="margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 13px; vertical-align: baseline; background-color: white; color: #990000; font-weight: normal; font-family: 'Courier New', Courier, fixed, monospace; font-style: normal; line-height: 25px; white-space: normal; ">/usr/local/mysql/bin/mysql</code><span style="font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; line-height: 25px; white-space: normal; background-color: #ffffff; ">.<br /></span><pre class="programlisting" style="margin-top: 0px; margin-bottom: 0px; padding: 2px; border: 0px; outline: 0px; font-size: 13px; vertical-align: baseline; font-family: 'Courier New', Courier, fixed, monospace; max-width: 720px; font-style: normal; font-weight: normal; ">alias mysql=/usr/local/mysql/bin/mysql
alias mysqladmin=/usr/local/mysql/bin/mysqladmin<br /><br /><br /><span style="font-family: arial, sans-serif; line-height: 16.399999618530273px; white-space: normal; background-color: #ffffff; ">Sequel Pro is a database management app for MySQL databases</span><br /><div>http://www.sequelpro.com/<br /><img src="http://www.sequelpro.com/assets/images/NewTabs.jpg" width="980" height="650" alt="" /></div></pre></code></em></pre><img src ="http://www.blogjava.net/gembin/aggbug/388351.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/gembin/" target="_blank">gembin</a> 2012-09-22 23:38 <a href="http://www.blogjava.net/gembin/archive/2012/09/22/388351.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Setting up the VNC Server in Mac OS X Lion</title><link>http://www.blogjava.net/gembin/archive/2012/07/14/383070.html</link><dc:creator>gembin</dc:creator><author>gembin</author><pubDate>Fri, 13 Jul 2012 16:00:00 GMT</pubDate><guid>http://www.blogjava.net/gembin/archive/2012/07/14/383070.html</guid><wfw:comment>http://www.blogjava.net/gembin/comments/383070.html</wfw:comment><comments>http://www.blogjava.net/gembin/archive/2012/07/14/383070.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/gembin/comments/commentRss/383070.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/gembin/services/trackbacks/383070.html</trackback:ping><description><![CDATA[<h3><p style="margin: 0px 0px 1.5em; padding: 0px; border: 0px; font-weight: bolder; font-size: 14px; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; vertical-align: baseline; color: #333333; text-align: left; background-color: #fefefe; ">A&nbsp;<acronym title="Virtual Network Computing" style="margin: 0px; padding: 0px; border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: #666666; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; ">VNC</acronym>&nbsp;server is included in every edition of Mac OS X, including Mac OS X 10.6 &#8211;<acronym title="also known as" style="margin: 0px; padding: 0px; border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: #666666; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; ">aka</acronym>&nbsp;Snow Leopard. You can start the server through a hidden check box in the Sharing preferences.</p><p style="margin: 0px 0px 1.5em; padding: 0px; border: 0px; font-weight: normal; font-size: 14px; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; vertical-align: baseline; color: #333333; text-align: left; background-color: #fefefe; ">A&nbsp;<acronym title="Virtual Network Computing" style="margin: 0px; padding: 0px; border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: #666666; font-style: inherit; font-family: inherit; vertical-align: baseline; ">VNC</acronym>&nbsp;server lets you control your Mac from another computer using the&nbsp;<acronym title="Virtual Network Computing" style="margin: 0px; padding: 0px; border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: #666666; font-style: inherit; font-family: inherit; vertical-align: baseline; ">VNC</acronym>protocol. With recent editions of Mac OS X, Apple has moved to a more sophisticated method of screen sharing. However, a traditional&nbsp;<acronym title="Virtual Network Computing" style="margin: 0px; padding: 0px; border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: #666666; font-style: inherit; font-family: inherit; vertical-align: baseline; ">VNC</acronym>&nbsp;server is still included but is turned off by default.</p>Starting the Mac OS X VNC Server</h3><ol style="margin: 0px 1.5em 1.5em 0px; padding: 0px; border: 0px; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; vertical-align: baseline; color: #333333; text-align: left; background-color: #fefefe; "><li style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; ">Launch the&nbsp;<strong>System Preferences</strong>.<p style="margin: 0px 0px 1.5em; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; "></p><div id="attachment_460"  aligncenter"="" style="margin: 1em auto 20px; padding: 4px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; background-color: #f1f1f1; line-height: 18px; max-width: 632px !important; text-align: center; width: 234px; "><img wp-image-460"="" title="Launch the System Preferences" src="http://www.dssw.co.uk/blog/wp-content/uploads/2010/08/1-mac-vnc-launch-the-system-preferences.jpg" alt="Launch the System Preferences" width="224" height="279" style="margin: 5px 5px 0px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; clear: both; display: block; max-width: 100%; height: auto; " /><p style="margin-right: 5px; margin-left: 5px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; color: #888888; ">Launch the System Preferences</p></div></li><li style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; ">Select the&nbsp;<strong>Sharing</strong>preferences.<p style="margin: 0px 0px 1.5em; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; "></p><div id="attachment_461"  aligncenter"="" style="margin: 1em auto 20px; padding: 4px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; background-color: #f1f1f1; line-height: 18px; max-width: 632px !important; text-align: center; width: 628px; "><img wp-image-461"="" title="Select the Sharing preferences icon" src="http://www.dssw.co.uk/blog/wp-content/uploads/2010/08/2-mac-vnc-select-sharing-preferences.jpg" alt="Select the Sharing preferences icon" width="618" height="527" style="margin: 5px 5px 0px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; clear: both; display: block; max-width: 100%; height: auto; " /><p style="margin-right: 5px; margin-left: 5px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; color: #888888; ">Select the Sharing preferences icon</p></div></li><li style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; ">Enable&nbsp;<strong>Screen Sharing</strong>&nbsp;within the&nbsp;<strong>Service</strong>list.<p style="margin: 0px 0px 1.5em; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; "></p><div id="attachment_462"  aligncenter"="" style="margin: 1em auto 20px; padding: 4px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; background-color: #f1f1f1; line-height: 18px; max-width: 632px !important; text-align: center; width: 628px; "><img wp-image-462"="" title="Enable the Screen Sharing service" src="http://www.dssw.co.uk/blog/wp-content/uploads/2010/08/3-mac-vnc-enable-screen-sharing.jpg" alt="Enable the Screen Sharing service" width="618" height="515" style="margin: 5px 5px 0px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; clear: both; display: block; max-width: 100%; height: auto; " /><p style="margin-right: 5px; margin-left: 5px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; color: #888888; ">Enable the Screen Sharing service</p></div></li><li style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; ">Click&nbsp;<strong>Computer Settings&#8230;</strong>to show the VNC password setting.<p style="margin: 0px 0px 1.5em; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; "></p><div id="attachment_463"  aligncenter"="" style="margin: 1em auto 20px; padding: 4px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; background-color: #f1f1f1; line-height: 18px; max-width: 632px !important; text-align: center; width: 628px; "><img wp-image-463"="" title="Enable VNC and choose a password" src="http://www.dssw.co.uk/blog/wp-content/uploads/2010/08/4-mac-vnc-enable-and-choose-a-password.jpg" alt="Enable VNC and choose a password" width="618" height="515" style="margin: 5px 5px 0px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; clear: both; display: block; max-width: 100%; height: auto; " /><p style="margin-right: 5px; margin-left: 5px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; color: #888888; ">Enable VNC and choose a password</p></div></li><li style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; ">Enable&nbsp;<strong>VNC viewers may control screen with password:</strong>.</li><li style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; ">Enter a strong password.</li><li style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-family: inherit; vertical-align: baseline; ">Click&nbsp;<strong>OK</strong>&nbsp;to save your settings.</li></ol><p style="margin: 0px 0px 1.5em; padding: 0px; border: 0px; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; vertical-align: baseline; color: #333333; text-align: left; background-color: #fefefe; ">Your Mac is now running a traditional&nbsp;<acronym title="Virtual Network Computing" style="margin: 0px; padding: 0px; border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: #666666; font-style: inherit; font-family: inherit; vertical-align: baseline; ">VNC</acronym>&nbsp;server. You can now connect to your Mac using a&nbsp;<acronym title="Virtual Network Computing" style="margin: 0px; padding: 0px; border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: #666666; font-style: inherit; font-family: inherit; vertical-align: baseline; ">VNC</acronym>&nbsp;client running on another Mac, Windows, or Linux computer.<br /><br />NOTE: the default vnc listening port is 5900</p><img src ="http://www.blogjava.net/gembin/aggbug/383070.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/gembin/" target="_blank">gembin</a> 2012-07-14 00:00 <a href="http://www.blogjava.net/gembin/archive/2012/07/14/383070.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Enable Telnet in MAC OS X Lion</title><link>http://www.blogjava.net/gembin/archive/2012/07/13/383063.html</link><dc:creator>gembin</dc:creator><author>gembin</author><pubDate>Fri, 13 Jul 2012 14:43:00 GMT</pubDate><guid>http://www.blogjava.net/gembin/archive/2012/07/13/383063.html</guid><wfw:comment>http://www.blogjava.net/gembin/comments/383063.html</wfw:comment><comments>http://www.blogjava.net/gembin/archive/2012/07/13/383063.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/gembin/comments/commentRss/383063.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/gembin/services/trackbacks/383063.html</trackback:ping><description><![CDATA[<div>[gembin@localhost bin]$ sudo launchctl</div><div>Password:</div><div>launchd%&nbsp;</div><div></div><div>launchd% load -F /System/Library/LaunchDaemons/telnet.plist</div><div>launchd% exit<br /><br />and now the telnet is enabled, try to test it.</div><div>[gembin@localhost bin]$ telnet localhost</div><div>Trying ::1...</div><div>Connected to localhost.</div><div>Escape character is '^]'.</div><div>login: gembin</div><div>Password:</div><div>Last login: Fri Jul 13 22:21:08 on ttys002</div><img src ="http://www.blogjava.net/gembin/aggbug/383063.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/gembin/" target="_blank">gembin</a> 2012-07-13 22:43 <a href="http://www.blogjava.net/gembin/archive/2012/07/13/383063.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Sharing Objective-C, Cocoa and iOS [ebooks]</title><link>http://www.blogjava.net/gembin/archive/2012/03/03/371166.html</link><dc:creator>gembin</dc:creator><author>gembin</author><pubDate>Sat, 03 Mar 2012 07:43:00 GMT</pubDate><guid>http://www.blogjava.net/gembin/archive/2012/03/03/371166.html</guid><wfw:comment>http://www.blogjava.net/gembin/comments/371166.html</wfw:comment><comments>http://www.blogjava.net/gembin/archive/2012/03/03/371166.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.blogjava.net/gembin/comments/commentRss/371166.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/gembin/services/trackbacks/371166.html</trackback:ping><description><![CDATA[<br />i got several objective-c &amp; iOS related books collected from the internet for sharing.<br /><br /><br />Hope u will like it.<br /><br /><img src="http://file.itpub.net/forum/201203/01/091659ezj22ekjlecejwjz.jpg" width="450" height="600" alt="" /><br /><br /><div><a href="http://115.com/file/ansjxv4t#">Apress.iPhone.and.iPad.Apps.for.Absolute.Beginners.iOS.5.Edition.Jan.2012.pdf<br /></a></div><br /><img src="http://file.itpub.net/forum/201203/01/011602xxsqsx9z2fxeas6q.jpg" width="450" height="590" alt="" /><br /><div></div><div><a href="http://115.com/file/c29z0k7h#">Apress.iOS.5.Recipes.Feb.2012.pdf</a></div><br /><br /><img src="http://file.itpub.net/forum/201202/04/092728zzn8zxkf66vmkli1.jpg" width="450" height="600" alt="" /><br /><br /><div><a href="http://115.com/file/e7qst4m2#">iOS_5_Essentials.pdf</a></div><br /><br /><img src="http://file.itpub.net/forum/201201/04/0845570ip8ig3kck5qqkkp.jpg" width="450" height="600" alt="" /><br /><br /><div><a href="http://115.com/file/e7qlzoqq#">Beginning_iOS_5_Games_Development.pdf<br /><br /></a></div><br /><img src="http://file.itpub.net/forum/201201/15/002906j54grudj6c2j8685.jpg" width="450" height="600" alt="" /><br /><br /><div><a href="http://115.com/file/e7qlhiw4#">OS_X_and_iOS_Kernel_Programming.pdf<br /><br /></a></div><br /><img src="http://file.itpub.net/forum/201201/26/100307kclsttpf774kvpls.jpg" width="450" height="600" alt="" /><br /><br /><div><a href="http://115.com/file/beps4msv#">Programming_iOS_5_2nd_Edition.pdf</a></div><br /><br /><img src="http://file.itpub.net/forum/201201/17/231452lozf2vzrpklyzlvl.jpg" width="450" height="600" alt="" /><br /><br /><div><a href="http://115.com/file/ansftwvr#">Pro_OpenGL_ES_for_iOS.pdf<br /><br /></a></div><br /><img src="http://file.itpub.net/forum/201202/01/004012llb0id0qoxldonn1.jpg" width="450" height="558" alt="" /><br /><br /><div></div><div><a href="http://115.com/file/ansft5f5#">Beginning.iOS.5.Development.Exploring.the.iOS.SDK.pdf</a></div><br /><img src="http://file.itpub.net/forum/201201/13/0059181mtmhxtgttthbftn.jpg" width="450" height="600" alt="" /><br /><br /><div></div><div><a href="http://115.com/file/c29x5wy0#">Pro_iOS_Web_Design_and_Development.pdf</a></div><br /><br /><img src="http://file.itpub.net/forum/201201/10/0100195pe5xs8xsdd3s8sf.jpg" width="450" height="600" alt="" /><br /><br /><div><a href="http://115.com/file/bepsoy27#">Pro_Core_Data_for_iOS_2nd_Edition.pdf<br /><br /></a></div><br /><img src="http://file.itpub.net/forum/201201/14/103509sdq08h666lw7dh3f.jpg" width="450" height="600" alt="" /><br /><br /><div><a href="http://115.com/file/bepsptza#">Pro_iOS_5_Augmented_Reality.pdf</a></div><br /><img src="http://file.itpub.net/forum/201201/14/085121ktj6yvebpl8jjl8d.jpg" width="450" height="600" alt="" /><br /><br /><div></div><div><a href="http://115.com/file/ansflnzb#">Pro_iOS_5_Tools.pdf</a></div><br /><img src="http://file.itpub.net/forum/201111/24/090307lvbv6kzrl0vck2i0.jpg" width="450" height="527" alt="" /><br /><br /><div></div><div><a href="http://115.com/file/dpq5dc6b#">Apress.Learn.cocos2d.Game.Development.with.iOS.5.Nov.2011.pdf<br /><br /></a></div><br /><img src="http://file.itpub.net/forum/itpub/attachment/month_1109/20110908_a0aa496f040d20db5dbbnTwCtbp8wnGw.jpg" width="450" height="600" alt="" /><br /><br /><div></div><div><a href="http://115.com/file/ansflsrw#">Xcode_4_iOS_Development.pdf</a></div><br /><br /><img src="http://file.itpub.net/forum/201111/26/080324xug90ouhtl0d6jd6.jpg" width="450" height="600" alt="" /><br /><br /><div></div><div><a href="http://115.com/file/bepswsjv#">Beginning_iOS_Game_Center_and_Game_Kit.pdf</a></div><br /><br /><img src="http://file.itpub.net/forum/201111/24/082330in8xagjigcxzxvii.jpg" width="450" height="528" alt="" /><br /><br /><div></div><div><a href="http://115.com/file/e7qljpzm#">Apress.Pro.iOS.Apps.Performance.Optimization.Nov.2011.pdf</a></div><br /><img src="http://file.itpub.net/forum/201111/25/082354q7qqjjo7qqyj5w95.jpg" width="450" height="658" alt="" /><br /><br /><div></div><div><a href="http://115.com/file/bepsl067#">Apress.iOS.Wow.Factor.Nov.2011.pdf</a></div><br /><br /><br /><img src="http://file.itpub.net/forum/itpub/attachment/month_1109/20110910_443c2622862703f6b93bAghq58CocK5I.jpg" width="450" height="600" alt="" /><br /><br /><div></div><div><a href="http://115.com/file/c29xe2am#">Developing_iOS_Applications_with_Flex_4.5.pdf<br /><br /></a></div><br /><img src="http://file.itpub.net/forum/itpub/attachment/day_110510/20110510_cb52aa13783779a4d5deJHzq7wa3M8M2.jpg" width="450" height="600" alt="" /><br /><div></div><div><a href="http://115.com/file/dpq5ka8s#">Graphics_and_Animation_on_iOS.pdf</a></div><br /><br /><img src="http://file.itpub.net/forum/itpub/attachment/day_110510/20110510_85cb2c848c11a4549238BT1TfpG60nKB.jpg" width="450" height="600" alt="" /><br /><br /><div><a href="http://115.com/file/dpq5lhqq#">Writing_Game_Center_Apps_in_iOS.pdf</a></div><br /><img src="http://file.itpub.net/forum/itpub/attachment/day_110327/20110327_67d873ccee66fd637235G0pBs65dhy6t.jpg" width="450" height="600" alt="" /><br /><br /><a href="http://115.com/file/ansf9zww#">Pro_Objective-C_Design_Patterns_for_iOS.pdf<br /><br /><br /></a>=====================================<br />= &nbsp;others<br />=====================================<br /><br /><div><a href="http://115.com/file/dpqibt0u#">Learn_Objective_C_on_the_Mac.pdf</a></div><div><a href="http://115.com/file/ansjwp1b#">Cocoa_and_Objective-C_Cookbook.pdf</a></div><div></div><div><a href="http://115.com/file/bepw9zdv#">Cocoa_and_Objective-C_up_and_running.pdf</a></div><div></div><div><a href="http://115.com/file/dpqivqkb#">Packtpub.Unity.iOS.Essentials.Dec.2011.pdf</a></div><div></div><div><a href="http://115.com/file/bepwc9pp#">iOS_4_in_Action.pdf<br /></a></div><a href="http://115.com/file/ansjee3t#">Learn_Objective-C_for_Java_Developers.pdf</a><div></div><div><a href="http://115.com/file/dpqibxxs#">Objective-C_Fundamentals.pdf<br /></a></div><div><a href="http://115.com/file/ansjw4ps#"><br /><br /><br /><br /><br /><br /></a></div><div><div></div></div><img src ="http://www.blogjava.net/gembin/aggbug/371166.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/gembin/" target="_blank">gembin</a> 2012-03-03 15:43 <a href="http://www.blogjava.net/gembin/archive/2012/03/03/371166.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Mac Keyboard Shortcuts</title><link>http://www.blogjava.net/gembin/archive/2012/01/21/368798.html</link><dc:creator>gembin</dc:creator><author>gembin</author><pubDate>Fri, 20 Jan 2012 16:57:00 GMT</pubDate><guid>http://www.blogjava.net/gembin/archive/2012/01/21/368798.html</guid><wfw:comment>http://www.blogjava.net/gembin/comments/368798.html</wfw:comment><comments>http://www.blogjava.net/gembin/archive/2012/01/21/368798.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/gembin/comments/commentRss/368798.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/gembin/services/trackbacks/368798.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: &nbsp;Menu Symbols                           Menu Symbol             Key on Keyboard                               &nbsp;             Command/Apple Key (like Control on a PC)      ...&nbsp;&nbsp;<a href='http://www.blogjava.net/gembin/archive/2012/01/21/368798.html'>阅读全文</a><img src ="http://www.blogjava.net/gembin/aggbug/368798.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/gembin/" target="_blank">gembin</a> 2012-01-21 00:57 <a href="http://www.blogjava.net/gembin/archive/2012/01/21/368798.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Hidden Mac OS Lion gesture switches to previous space</title><link>http://www.blogjava.net/gembin/archive/2012/01/03/367766.html</link><dc:creator>gembin</dc:creator><author>gembin</author><pubDate>Tue, 03 Jan 2012 06:36:00 GMT</pubDate><guid>http://www.blogjava.net/gembin/archive/2012/01/03/367766.html</guid><wfw:comment>http://www.blogjava.net/gembin/comments/367766.html</wfw:comment><comments>http://www.blogjava.net/gembin/archive/2012/01/03/367766.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/gembin/comments/commentRss/367766.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/gembin/services/trackbacks/367766.html</trackback:ping><description><![CDATA[<div><span style="color: #030303; font-family: Arial, Helvetica, sans-serif; line-height: 20px; background-color: #ffffff; ">a hidden gesture that lets you quickly return to your most recently used space. If you use the four-finger swipe to move from your main desktop to another, or to a full-screen app or the Dashboard, you can quickly go right back to where you were before by executing a four-finger double-tap.<br /><br /></span><div><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; ">But if you try that right now, it won&#8217;t work. First, you need to fire up Terminal and paste in this command:</p><pre style="margin-top: 0px; margin-bottom: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; list-style-type: none; max-width: 573px; overflow-x: auto; overflow-y: auto; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: #eeeeee; border-right-color: #eeeeee; border-bottom-color: #eeeeee; border-left-color: #eeeeee; border-image: initial; "><code style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; color: #55803b; font-size: 11px; ">defaults write com.apple.dock double-tap-jump-back -bool TRUE;killall Dock</code></pre><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-type: none; ">The first part of that command enables the double-tap jump-back setting; the second restarts the Dock, which puts that change into effect. To try out your new gesture, swipe to the right with four fingers to reveal the Dashboard, and then double-tap with four fingers to come right back here again.</p></div></div><img src ="http://www.blogjava.net/gembin/aggbug/367766.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/gembin/" target="_blank">gembin</a> 2012-01-03 14:36 <a href="http://www.blogjava.net/gembin/archive/2012/01/03/367766.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Mac OS X  常用快捷键</title><link>http://www.blogjava.net/gembin/archive/2012/01/03/367764.html</link><dc:creator>gembin</dc:creator><author>gembin</author><pubDate>Tue, 03 Jan 2012 06:14:00 GMT</pubDate><guid>http://www.blogjava.net/gembin/archive/2012/01/03/367764.html</guid><wfw:comment>http://www.blogjava.net/gembin/comments/367764.html</wfw:comment><comments>http://www.blogjava.net/gembin/archive/2012/01/03/367764.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/gembin/comments/commentRss/367764.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/gembin/services/trackbacks/367764.html</trackback:ping><description><![CDATA[<div>
<p style="line-height: 1.8; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; color: #333333; text-align: left; background-color: #ffffff; font: normal normal normal 12px/normal Helvetica; "><span style="line-height: 1.8; letter-spacing: 0px; ">介绍几个常用的快捷键。<br />
<br />
</span></p>
<div>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Command+Tab &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 任意情况下切换应用程序 - 向前循环</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Shift+Command+Tab &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 切换应用程序 - 向后循环</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Command+Delete &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 把选中的资源移到废纸篓</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Shift+Command+Delete &nbsp; &nbsp; 清倒相关程序的废纸篓</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Command+~ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 同一应用程序多窗口间切换</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Command+F &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 呼出大部分应用程序的查询功能</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Command+C/V/X &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 复制/粘贴/剪切</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Command+N &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 新建应用程序窗口</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Command+Q &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 退出当前应用程序，说明一下，所有应用程序界面左上角都有红黄绿三个小图标，点击绿色扩展到最适合的窗口大小，黄色最小化，红色关掉当前窗口，但并没有退出程序。用Command+Q配合Command+Tab关闭应用程序最为迅速</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Command+L &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 当前程序是浏览器时，可以直接定位到地址栏</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Command+"+/-" &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;放大或缩小字体&nbsp;</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Control+推出键 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 显示关机对话框</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Control+Space &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;呼出Spotlight</li>
<li style="background-image: url(http://www.cnblogs.com/Skins/Minyx2_Lite/images/icon_miniarrow.gif); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; list-style: inherit; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; background-position: 0px 9px; background-repeat: no-repeat no-repeat; ">Command+Space &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 切换输入法</li>
</div>
<p>&nbsp;</p>
</div><img src ="http://www.blogjava.net/gembin/aggbug/367764.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/gembin/" target="_blank">gembin</a> 2012-01-03 14:14 <a href="http://www.blogjava.net/gembin/archive/2012/01/03/367764.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>