Update_Cross_Compile_#0.6

This commit is contained in:
2016-07-30 14:18:25 -04:00
parent 4a6f53ee78
commit 0efa6e0312
14 changed files with 636 additions and 34 deletions
+19 -18
View File
@@ -9,9 +9,9 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
<link rel="stylesheet" href="https://codersherlock.github.io/css/styles.css">
<link rel="stylesheet" href="https://codersherlock.github.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://codersherlock.github.io//index.xml">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css">
<link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml">
<title>Posts - Mil años de solitario</title>
@@ -19,7 +19,7 @@
<meta property="og:type" content="article">
<meta property="og:url" content="https://CoderSherlock.github.io/post/">
<meta property="og:url" content="CoderSherlock.github.io/post/">
@@ -37,7 +37,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://codersherlock.github.io/">Mil años de solitario</a>
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
@@ -61,21 +61,16 @@
<article class="li">
<header>
<div class="date">Fri, Jul 29, 2016</div>
<div class="title"><a href="https://codersherlock.github.io/post/test/">test</a></div>
<div class="date">Sat, Jul 30, 2016</div>
<div class="title"><a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
</header>
<div class="body"><p>This is a fucking test!</p>
<p><em>fuck you</em></p>
<ul>
<li><p>and you</p></li>
<li><p>and <a href="www.baidu.com">you</a></p></li>
</ul>
</div>
<div class="body">Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there&rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</div>
<footer>
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
</footer>
</article>
<hr>
@@ -94,7 +89,7 @@
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/post/test/" class="list-group-item">test</a>
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
</div>
</div>
@@ -106,6 +101,8 @@
</div>
<div class="list-group">
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
</div>
</div>
@@ -115,6 +112,10 @@
</div>
<div class="list-group">
<a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a>
<a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a>
</div>
</div>
+13 -13
View File
@@ -2,28 +2,28 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on Mil años de solitario</title>
<link>https://CoderSherlock.github.io/post/</link>
<link>CoderSherlock.github.io/post/</link>
<description>Recent content in Posts on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Fri, 29 Jul 2016 17:28:27 -0400</lastBuildDate>
<atom:link href="https://CoderSherlock.github.io/post/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
<atom:link href="CoderSherlock.github.io/post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>test</title>
<link>https://codersherlock.github.io/post/test/</link>
<pubDate>Fri, 29 Jul 2016 17:28:27 -0400</pubDate>
<title>Cross Compile Seafile 2 ARM</title>
<link>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link>
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
<guid>https://codersherlock.github.io/post/test/</guid>
<description>&lt;p&gt;This is a fucking test!&lt;/p&gt;
<guid>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
<description>
&lt;p&gt;&lt;em&gt;fuck you&lt;/em&gt;&lt;/p&gt;
&lt;h1 id=&#34;cross-compile-seafile-to-arm-platform&#34;&gt;Cross Compile Seafile to ARM platform&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;and you&lt;/p&gt;&lt;/li&gt;
&lt;h2 id=&#34;motivation&#34;&gt;Motivation&lt;/h2&gt;
&lt;li&gt;&lt;p&gt;and &lt;a href=&#34;www.baidu.com&#34;&gt;you&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This project is working for delta sync from mobile to server. Currently, there&amp;rsquo;s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I&amp;rsquo;ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.&lt;/p&gt;
&lt;h2 id=&#34;pre-work&#34;&gt;Pre-work&lt;/h2&gt;
</description>
</item>
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="https://CoderSherlock.github.io/post/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=https://CoderSherlock.github.io/post/" /></head></html>
<!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/post/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/post/" /></head></html>