mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Update_Cross_Compile_#0.6
This commit is contained in:
@@ -0,0 +1,149 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="generator" content="Hugo 0.16" />
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||||
|
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Open+Sans|Marcellus+SC'>
|
||||||
|
<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="/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>2016_07 - Mil años de solitario</title>
|
||||||
|
<meta property='og:title' content="2016_07 - Mil años de solitario">
|
||||||
|
<meta property="og:type" content="article">
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="CoderSherlock.github.io/categories/2016_07/">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<header class="site">
|
||||||
|
<nav class="navbar navbar-default">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
|
||||||
|
<span class="sr-only">Toggle navigation</span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
</button>
|
||||||
|
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" class="collapse navbar-collapse">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="site">
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="list">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-8">
|
||||||
|
<header class="page-title">2016_07</header>
|
||||||
|
|
||||||
|
|
||||||
|
<article class="li">
|
||||||
|
<header>
|
||||||
|
<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">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.</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
|
|
||||||
|
<aside class="site">
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">LatestPosts</h2>
|
||||||
|
</div>
|
||||||
|
<div class="list-group">
|
||||||
|
|
||||||
|
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">category</h2>
|
||||||
|
</div>
|
||||||
|
<div class="list-group">
|
||||||
|
|
||||||
|
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">tag</h2>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="site">
|
||||||
|
<div class="container">
|
||||||
|
<p>© 2016 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>
|
||||||
|
|
||||||
|
<script src="//code.jquery.com/jquery-2.2.1.min.js"></script>
|
||||||
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
|
||||||
|
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
|
||||||
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>2016_07 on Mil años de solitario</title>
|
||||||
|
<link>CoderSherlock.github.io/categories/2016_07/</link>
|
||||||
|
<description>Recent content in 2016_07 on Mil años de solitario</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
|
||||||
|
<atom:link href="CoderSherlock.github.io/categories/2016_07/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<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>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h1 id="cross-compile-seafile-to-arm-platform">Cross Compile Seafile to ARM platform</h1>
|
||||||
|
|
||||||
|
<h2 id="motivation">Motivation</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h2 id="pre-work">Pre-work</h2>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/categories/2016_07/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/categories/2016_07/" /></head></html>
|
||||||
+29
-1
@@ -60,6 +60,8 @@
|
|||||||
<header class="page-title">Categories</header>
|
<header class="page-title">Categories</header>
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/categories/2016_07/">2016_07</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
@@ -72,10 +74,36 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
|
|
||||||
|
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">category</h2>
|
||||||
|
</div>
|
||||||
|
<div class="list-group">
|
||||||
|
|
||||||
|
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">tag</h2>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
@@ -89,7 +117,7 @@
|
|||||||
|
|
||||||
<footer class="site">
|
<footer class="site">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>© 1 Mil años de solitario</p>
|
<p>© 2016 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>
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
+19
-18
@@ -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/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="//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="//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="/CoderSherlock.github.io/css/styles.css">
|
||||||
<link rel="stylesheet" href="https://codersherlock.github.io/css/custom.css">
|
<link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css">
|
||||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://codersherlock.github.io//index.xml">
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml">
|
||||||
|
|
||||||
|
|
||||||
<title>Posts - Mil años de solitario</title>
|
<title>Posts - Mil años de solitario</title>
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
<meta property="og:type" content="article">
|
<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>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</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>
|
||||||
|
|
||||||
<div id="navbar" class="collapse navbar-collapse">
|
<div id="navbar" class="collapse navbar-collapse">
|
||||||
@@ -61,21 +61,16 @@
|
|||||||
|
|
||||||
<article class="li">
|
<article class="li">
|
||||||
<header>
|
<header>
|
||||||
<div class="date">Fri, Jul 29, 2016</div>
|
<div class="date">Sat, Jul 30, 2016</div>
|
||||||
<div class="title"><a href="https://codersherlock.github.io/post/test/">test</a></div>
|
<div class="title"><a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">Cross Compile Seafile 2 ARM</a></div>
|
||||||
</header>
|
</header>
|
||||||
<div class="body"><p>This is a fucking test!</p>
|
<div class="body">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.</div>
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
@@ -94,7 +89,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="list-group">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
@@ -106,6 +101,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
|
|
||||||
|
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -115,6 +112,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="list-group">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
+13
-13
@@ -2,28 +2,28 @@
|
|||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Posts on Mil años de solitario</title>
|
<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>
|
<description>Recent content in Posts on Mil años de solitario</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Fri, 29 Jul 2016 17:28:27 -0400</lastBuildDate>
|
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
|
||||||
<atom:link href="https://CoderSherlock.github.io/post/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="CoderSherlock.github.io/post/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>test</title>
|
<title>Cross Compile Seafile 2 ARM</title>
|
||||||
<link>https://codersherlock.github.io/post/test/</link>
|
<link>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</link>
|
||||||
<pubDate>Fri, 29 Jul 2016 17:28:27 -0400</pubDate>
|
<pubDate>Sat, 30 Jul 2016 14:02:34 -0400</pubDate>
|
||||||
|
|
||||||
<guid>https://codersherlock.github.io/post/test/</guid>
|
<guid>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
|
||||||
<description><p>This is a fucking test!</p>
|
<description>
|
||||||
|
|
||||||
<p><em>fuck you</em></p>
|
<h1 id="cross-compile-seafile-to-arm-platform">Cross Compile Seafile to ARM platform</h1>
|
||||||
|
|
||||||
<ul>
|
<h2 id="motivation">Motivation</h2>
|
||||||
<li><p>and you</p></li>
|
|
||||||
|
|
||||||
<li><p>and <a href="www.baidu.com">you</a></p></li>
|
<p>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.</p>
|
||||||
</ul>
|
|
||||||
|
<h2 id="pre-work">Pre-work</h2>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
@@ -0,0 +1,149 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="generator" content="Hugo 0.16" />
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||||
|
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Open+Sans|Marcellus+SC'>
|
||||||
|
<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="/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>Android - Mil años de solitario</title>
|
||||||
|
<meta property='og:title' content="Android - Mil años de solitario">
|
||||||
|
<meta property="og:type" content="article">
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="CoderSherlock.github.io/tags/android/">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<header class="site">
|
||||||
|
<nav class="navbar navbar-default">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
|
||||||
|
<span class="sr-only">Toggle navigation</span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
</button>
|
||||||
|
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" class="collapse navbar-collapse">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="site">
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="list">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-8">
|
||||||
|
<header class="page-title">Android</header>
|
||||||
|
|
||||||
|
|
||||||
|
<article class="li">
|
||||||
|
<header>
|
||||||
|
<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">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.</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
|
|
||||||
|
<aside class="site">
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">LatestPosts</h2>
|
||||||
|
</div>
|
||||||
|
<div class="list-group">
|
||||||
|
|
||||||
|
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">category</h2>
|
||||||
|
</div>
|
||||||
|
<div class="list-group">
|
||||||
|
|
||||||
|
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">tag</h2>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="site">
|
||||||
|
<div class="container">
|
||||||
|
<p>© 2016 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>
|
||||||
|
|
||||||
|
<script src="//code.jquery.com/jquery-2.2.1.min.js"></script>
|
||||||
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
|
||||||
|
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
|
||||||
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Android on Mil años de solitario</title>
|
||||||
|
<link>CoderSherlock.github.io/tags/android/</link>
|
||||||
|
<description>Recent content in Android on Mil años de solitario</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
|
||||||
|
<atom:link href="CoderSherlock.github.io/tags/android/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<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>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h1 id="cross-compile-seafile-to-arm-platform">Cross Compile Seafile to ARM platform</h1>
|
||||||
|
|
||||||
|
<h2 id="motivation">Motivation</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h2 id="pre-work">Pre-work</h2>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/tags/android/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/tags/android/" /></head></html>
|
||||||
@@ -0,0 +1,149 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="generator" content="Hugo 0.16" />
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||||
|
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Open+Sans|Marcellus+SC'>
|
||||||
|
<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="/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>Arm - Mil años de solitario</title>
|
||||||
|
<meta property='og:title' content="Arm - Mil años de solitario">
|
||||||
|
<meta property="og:type" content="article">
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="CoderSherlock.github.io/tags/arm/">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<header class="site">
|
||||||
|
<nav class="navbar navbar-default">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
|
||||||
|
<span class="sr-only">Toggle navigation</span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
<span class="icon-bar"></span>
|
||||||
|
</button>
|
||||||
|
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="navbar" class="collapse navbar-collapse">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="site">
|
||||||
|
<div class="container">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="list">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-8">
|
||||||
|
<header class="page-title">Arm</header>
|
||||||
|
|
||||||
|
|
||||||
|
<article class="li">
|
||||||
|
<header>
|
||||||
|
<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">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.</div>
|
||||||
|
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="btn btn-default">Read More…</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
|
|
||||||
|
<aside class="site">
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">LatestPosts</h2>
|
||||||
|
</div>
|
||||||
|
<div class="list-group">
|
||||||
|
|
||||||
|
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">category</h2>
|
||||||
|
</div>
|
||||||
|
<div class="list-group">
|
||||||
|
|
||||||
|
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">tag</h2>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
|
||||||
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="site">
|
||||||
|
<div class="container">
|
||||||
|
<p>© 2016 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>
|
||||||
|
|
||||||
|
<script src="//code.jquery.com/jquery-2.2.1.min.js"></script>
|
||||||
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
|
||||||
|
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
|
||||||
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Arm on Mil años de solitario</title>
|
||||||
|
<link>CoderSherlock.github.io/tags/arm/</link>
|
||||||
|
<description>Recent content in Arm on Mil años de solitario</description>
|
||||||
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Sat, 30 Jul 2016 14:02:34 -0400</lastBuildDate>
|
||||||
|
<atom:link href="CoderSherlock.github.io/tags/arm/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<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>/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/</guid>
|
||||||
|
<description>
|
||||||
|
|
||||||
|
<h1 id="cross-compile-seafile-to-arm-platform">Cross Compile Seafile to ARM platform</h1>
|
||||||
|
|
||||||
|
<h2 id="motivation">Motivation</h2>
|
||||||
|
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
|
<h2 id="pre-work">Pre-work</h2>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<!DOCTYPE html><html><head><link rel="canonical" href="CoderSherlock.github.io/tags/arm/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=CoderSherlock.github.io/tags/arm/" /></head></html>
|
||||||
+31
-1
@@ -60,6 +60,10 @@
|
|||||||
<header class="page-title">Tags</header>
|
<header class="page-title">Tags</header>
|
||||||
|
|
||||||
|
|
||||||
|
<a href="/tags/android/">android</a>
|
||||||
|
|
||||||
|
<a href="/tags/arm/">arm</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
@@ -72,10 +76,36 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
|
|
||||||
|
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">category</h2>
|
||||||
|
</div>
|
||||||
|
<div class="list-group">
|
||||||
|
|
||||||
|
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h2 class="panel-title">tag</h2>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
@@ -89,7 +119,7 @@
|
|||||||
|
|
||||||
<footer class="site">
|
<footer class="site">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>© 1 Mil años de solitario</p>
|
<p>© 2016 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>
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user