Update_Cross_Compile

This commit is contained in:
2016-07-30 14:12:48 -04:00
parent 6140f0575a
commit d1e74dde79
6 changed files with 18 additions and 109 deletions
+1 -21
View File
@@ -72,30 +72,10 @@
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/post/test/" class="list-group-item">test</a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">category</h2>
</div>
<div class="list-group">
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">tag</h2>
</div>
<div class="list-group">
</div>
</div>
</aside>
@@ -109,7 +89,7 @@
<footer class="site">
<div class="container">
<p>&copy; 2016 Mil años de solitario</p>
<p>&copy; 1 Mil años de solitario</p>
<p>Powered by <a href="http://gohugo.io" target="_blank" rel="nofollow">Hugo</a>, Theme <a href="https://github.com/dim0627/hugo_theme_beg" target="_blank" rel="nofollow">beg</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
</div>
</footer>
+1 -42
View File
@@ -57,27 +57,6 @@
<div class="row">
<div class="col-md-8">
<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>
</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>
</article>
<hr>
@@ -92,30 +71,10 @@
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/post/test/" class="list-group-item">test</a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">category</h2>
</div>
<div class="list-group">
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">tag</h2>
</div>
<div class="list-group">
</div>
</div>
</aside>
@@ -129,7 +88,7 @@
<footer class="site">
<div class="container">
<p>&copy; 2016 Mil años de solitario</p>
<p>&copy; 1 Mil años de solitario</p>
<p>Powered by <a href="http://gohugo.io" target="_blank" rel="nofollow">Hugo</a>, Theme <a href="https://github.com/dim0627/hugo_theme_beg" target="_blank" rel="nofollow">beg</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
</div>
</footer>
-19
View File
@@ -6,26 +6,7 @@
<description>Recent content 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/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>
<guid>https://codersherlock.github.io/post/test/</guid>
<description>&lt;p&gt;This is a fucking test!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;fuck you&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;and you&lt;/p&gt;&lt;/li&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;
</description>
</item>
</channel>
</rss>
+15
View File
@@ -0,0 +1,15 @@
+++
date = "2016-07-30T14:02:34-04:00"
draft = true
title = "Cross Compile Seafile 2 ARM"
tags = ["Android", "ARM"]
categories = ["2016_07"]
+++
# Cross Compile Seafile to ARM platform
## Motivation
This project is working for delta sync from mobile to server. Currently, there'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'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.
## Pre-work
-6
View File
@@ -3,12 +3,6 @@
<url>
<loc>https://codersherlock.github.io/</loc>
<lastmod>2016-07-29T17:28:27-04:00</lastmod>
</url>
<url>
<loc>https://codersherlock.github.io/post/test/</loc>
<lastmod>2016-07-29T17:28:27-04:00</lastmod>
</url>
</urlset>
+1 -21
View File
@@ -72,30 +72,10 @@
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/post/test/" class="list-group-item">test</a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">category</h2>
</div>
<div class="list-group">
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">tag</h2>
</div>
<div class="list-group">
</div>
</div>
</aside>
@@ -109,7 +89,7 @@
<footer class="site">
<div class="container">
<p>&copy; 2016 Mil años de solitario</p>
<p>&copy; 1 Mil años de solitario</p>
<p>Powered by <a href="http://gohugo.io" target="_blank" rel="nofollow">Hugo</a>, Theme <a href="https://github.com/dim0627/hugo_theme_beg" target="_blank" rel="nofollow">beg</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
</div>
</footer>