Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zxlkgf committed Sep 9, 2023
1 parent cd4d1f4 commit f18f34f
Show file tree
Hide file tree
Showing 26 changed files with 443 additions and 105 deletions.
3 changes: 3 additions & 0 deletions categories/andorid基础/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
<div id="search-dropdown-mobile"></div>
</div><main class="main">
<div class="container"><div class="page archive"><h2 class="single-title animate__animated animate__pulse animate__faster"><i class="far fa-folder-open fa-fw" aria-hidden="true"></i>&nbsp;Andorid基础</h2><h3 class="group-title">2023</h3><article class="archive-item">
<a href="/okhttp%E8%AF%A6%E8%A7%A3/" class="archive-item-link">Okhttp详解</a>
<span class="archive-item-date">09-09</span>
</article><article class="archive-item">
<a href="/android%E5%AD%A6%E4%B9%A0_aidl/" class="archive-item-link">Android学习_Aidl练习</a>
<span class="archive-item-date">07-10</span>
</article><article class="archive-item">
Expand Down
18 changes: 9 additions & 9 deletions categories/andorid基础/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
<link>http://example.org/categories/andorid%E5%9F%BA%E7%A1%80/</link>
<description>Andorid基础 - Category - Cyo&#39;s Website</description>
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>[email protected] (Cyo)</managingEditor>
<webMaster>[email protected] (Cyo)</webMaster><lastBuildDate>Mon, 10 Jul 2023 16:33:00 &#43;0800</lastBuildDate><atom:link href="http://example.org/categories/andorid%E5%9F%BA%E7%A1%80/" rel="self" type="application/rss+xml" /><item>
<webMaster>[email protected] (Cyo)</webMaster><lastBuildDate>Sat, 09 Sep 2023 16:26:38 &#43;0800</lastBuildDate><atom:link href="http://example.org/categories/andorid%E5%9F%BA%E7%A1%80/" rel="self" type="application/rss+xml" /><item>
<title>Okhttp详解</title>
<link>http://example.org/okhttp%E8%AF%A6%E8%A7%A3/</link>
<pubDate>Sat, 09 Sep 2023 16:26:38 &#43;0800</pubDate>
<author>Cyo</author>
<guid>http://example.org/okhttp%E8%AF%A6%E8%A7%A3/</guid>
<description><![CDATA[1.OKHttp详解 1.1 概述 OkHttp 是一套处理 HTTP 网络请求的依赖库,由 Square 公司设计研发并开源,目前可以在 Java 和 Kotlin 中使用 1.2 使用 request uri: http://guolin.tech/api/china //在gradle.bu]]></description>
</item>
<item>
<title>Android学习_Aidl练习</title>
<link>http://example.org/android%E5%AD%A6%E4%B9%A0_aidl/</link>
<pubDate>Mon, 10 Jul 2023 16:33:00 &#43;0800</pubDate>
Expand Down Expand Up @@ -76,13 +84,5 @@
<guid>http://example.org/android%E5%9F%BA%E7%A1%80%E5%AD%A6%E4%B9%A0_mediaplayer/</guid>
<description><![CDATA[基于原生安卓的音乐播放器 1.Ui界面 &lt;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&gt; &lt;LinearLayout xmlns:android=&#34;http://schemas.android.com/apk/res/android&#34; android:id=&#34;@+id/ll_main&#34; android:layout_width=&#34;match_parent&#34; android:layout_height=&#34;match_parent&#34; android:background=&#34;@drawable/bg&#34; android:gravity=&#34;center&#34; android:orientation=&#34;vertical&#34;&gt; &lt;LinearLayout android:layout_width=&#34;wrap_content&#34; android:layout_height=&#34;wrap_content&#34; android:orientation=&#34;horizontal&#34; &gt; &lt;TextView android:layout_width=&#34;wrap_content&#34; android:layout_height=&#34;30dp&#34; android:layout_weight=&#34;1&#34; android:textSize=&#34;17sp&#34; android:textColor=&#34;@color/black&#34; android:background=&#34;@color/white&#34; android:text=&#34;选取歌曲&#34;/&]]></description>
</item>
<item>
<title>Android基础学习_数据存储</title>
<link>http://example.org/android%E5%9F%BA%E7%A1%80%E5%AD%A6%E4%B9%A0_%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/</link>
<pubDate>Fri, 05 May 2023 10:03:00 &#43;0800</pubDate>
<author>Cyo</author>
<guid>http://example.org/android%E5%9F%BA%E7%A1%80%E5%AD%A6%E4%B9%A0_%E6%95%B0%E6%8D%AE%E5%AD%98%E5%82%A8/</guid>
<description><![CDATA[1.Android开发 数据存储 1.1 共享参数sharePrefrence 本节介绍Android的键值对存储方式——共享参数SharedPrefe]]></description>
</item>
</channel>
</rss>
4 changes: 2 additions & 2 deletions categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@ <h3 class="card-item-title">
<i class="far fa-folder fa-fw" aria-hidden="true"></i>&nbsp;Andorid基础
</a>
</h3><article class="archive-item">
<a href="/okhttp%E8%AF%A6%E8%A7%A3/" class="archive-item-link">Okhttp详解</a>
</article><article class="archive-item">
<a href="/android%E5%AD%A6%E4%B9%A0_aidl/" class="archive-item-link">Android学习_Aidl练习</a>
</article><article class="archive-item">
<a href="/android%E5%9F%BA%E7%A1%80%E5%AD%A6%E4%B9%A0_bookkeeping/" class="archive-item-link">Android基础学习_Bookkeeping</a>
</article><article class="archive-item">
<a href="/android%E5%9F%BA%E7%A1%80%E5%AD%A6%E4%B9%A0_aachartcore/" class="archive-item-link">Android基础学习_AAChartCore</a>
</article><article class="archive-item">
<a href="/android%E5%9F%BA%E7%A1%80%E5%AD%A6%E4%B9%A0_%E5%8D%B3%E6%97%B6%E7%BD%91%E7%BB%9C%E7%9B%91%E5%90%AC/" class="archive-item-link">Android基础学习_即时网络监听</a>
</article><article class="archive-item">
<a href="/android%E5%9F%BA%E7%A1%80%E5%AD%A6%E4%B9%A0_recycleview/" class="archive-item-link">Android基础学习_RecycleView简单使用</a>
</article><span class="more-post">
<a href="/categories/andorid%E5%9F%BA%E7%A1%80/" class="more-single-link">More >></a>
</span></div>
Expand Down
18 changes: 9 additions & 9 deletions categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<link>http://example.org/categories/</link>
<description>Categories - Category - Cyo&#39;s Website</description>
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>[email protected] (Cyo)</managingEditor>
<webMaster>[email protected] (Cyo)</webMaster><lastBuildDate>Sun, 20 Aug 2023 20:50:20 &#43;0800</lastBuildDate><atom:link href="http://example.org/categories/" rel="self" type="application/rss+xml" /><item>
<title>C&#43;&#43;基础</title>
<link>http://example.org/categories/c&#43;&#43;%E5%9F%BA%E7%A1%80/</link>
<pubDate>Sun, 20 Aug 2023 20:50:20 &#43;0800</pubDate>
<webMaster>[email protected] (Cyo)</webMaster><lastBuildDate>Sat, 09 Sep 2023 16:26:38 &#43;0800</lastBuildDate><atom:link href="http://example.org/categories/" rel="self" type="application/rss+xml" /><item>
<title>Andorid基础</title>
<link>http://example.org/categories/andorid%E5%9F%BA%E7%A1%80/</link>
<pubDate>Sat, 09 Sep 2023 16:26:38 &#43;0800</pubDate>
<author>Cyo</author>
<guid>http://example.org/categories/c&#43;&#43;%E5%9F%BA%E7%A1%80/</guid>
<guid>http://example.org/categories/andorid%E5%9F%BA%E7%A1%80/</guid>
<description><![CDATA[]]></description>
</item>
<item>
<title>Andorid基础</title>
<link>http://example.org/categories/andorid%E5%9F%BA%E7%A1%80/</link>
<pubDate>Mon, 10 Jul 2023 16:33:00 &#43;0800</pubDate>
<title>C&#43;&#43;基础</title>
<link>http://example.org/categories/c&#43;&#43;%E5%9F%BA%E7%A1%80/</link>
<pubDate>Sun, 20 Aug 2023 20:50:20 &#43;0800</pubDate>
<author>Cyo</author>
<guid>http://example.org/categories/andorid%E5%9F%BA%E7%A1%80/</guid>
<guid>http://example.org/categories/c&#43;&#43;%E5%9F%BA%E7%A1%80/</guid>
<description><![CDATA[]]></description>
</item>
<item>
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
alt="/avatar.jpeg"
title="/avatar.jpeg" /></a></div><h1 class="home-title">Cyo's blog</h1><div class="home-subtitle"><div id="id-3" class="typeit"></div></div><div class="links"><a href="https://github.com/zxlkgf" title="GitHub" target="_blank" rel="noopener noreffer me"><i class="fab fa-github fa-fw" aria-hidden="true"></i></a><a href="https://twitter.com/https://twitter.com/ZXLKG" title="Twitter" target="_blank" rel="noopener noreffer me"><i class="fab fa-twitter fa-fw" aria-hidden="true"></i></a><a href="mailto:[email protected]" title="Email" rel="me"><i class="far fa-envelope fa-fw" aria-hidden="true"></i></a></div></div>
<article class="single summary" itemscope itemtype="http://schema.org/Article"><h1 class="single-title" itemprop="name headline">
<a href="/okhttp%E8%AF%A6%E8%A7%A3/">Okhttp详解</a>
</h1><div class="post-meta"><span class="post-author"><a href="https://github.com/zxlkgf" title="Author" target="_blank" rel="noopener noreffer author" class="author"><i class="fas fa-user-circle fa-fw" aria-hidden="true"></i>Cyo</a></span>&nbsp;<span class="post-publish">published on <time datetime="2023-09-09">2023-09-09</time></span>&nbsp;<span class="post-category">included in <a href="/categories/andorid%E5%9F%BA%E7%A1%80/"><i class="far fa-folder fa-fw" aria-hidden="true"></i>Andorid基础</a></span></div><div class="content">1.OKHttp详解 1.1 概述 OkHttp 是一套处理 HTTP 网络请求的依赖库,由 Square 公司设计研发并开源,目前可以在 Java 和 Kotlin 中使用 1.2 使用 request uri: http://guolin.tech/api/china //在gradle.bu</div><div class="post-footer">
<a href="/okhttp%E8%AF%A6%E8%A7%A3/">Read More</a><div class="post-tags">
<i class="fas fa-tags fa-fw" aria-hidden="true"></i>&nbsp;<a href="/tags/android/">Android</a></div></div>
</article><article class="single summary" itemscope itemtype="http://schema.org/Article"><h1 class="single-title" itemprop="name headline">
<a href="/runtime_type_identification/">Runtime_type_identification</a>
</h1><div class="post-meta"><span class="post-author"><a href="https://github.com/zxlkgf" title="Author" target="_blank" rel="noopener noreffer author" class="author"><i class="fas fa-user-circle fa-fw" aria-hidden="true"></i>Cyo</a></span>&nbsp;<span class="post-publish">published on <time datetime="2023-08-20">2023-08-20</time></span>&nbsp;<span class="post-category">included in <a href="/categories/c++%E5%9F%BA%E7%A1%80/"><i class="far fa-folder fa-fw" aria-hidden="true"></i>C++基础</a></span></div><div class="content">类型转换运算符 1. daynamic_cast dynamic_cast不能回答指针指向的是哪种类型,但是可以回答是否可以安全的将对象的地址赋值给特定类型的指针。 dyna</div><div class="post-footer">
<a href="/runtime_type_identification/">Read More</a><div class="post-tags">
Expand Down Expand Up @@ -157,11 +162,6 @@
</h1><div class="post-meta"><span class="post-author"><a href="https://github.com/zxlkgf" title="Author" target="_blank" rel="noopener noreffer author" class="author"><i class="fas fa-user-circle fa-fw" aria-hidden="true"></i>Cyo</a></span>&nbsp;<span class="post-publish">published on <time datetime="2023-06-06">2023-06-06</time></span>&nbsp;<span class="post-category">included in <a href="/categories/andorid%E5%9F%BA%E7%A1%80/"><i class="far fa-folder fa-fw" aria-hidden="true"></i>Andorid基础</a></span></div><div class="content">TelephonyManager类笔记 提供对有关设备上的电话服务的信息的访问。应用程序可以使用此类中的方法来确定电话服务和状态,以及访问某些</div><div class="post-footer">
<a href="/telephonymanager/">Read More</a><div class="post-tags">
<i class="fas fa-tags fa-fw" aria-hidden="true"></i>&nbsp;<a href="/tags/android/">Android</a></div></div>
</article><article class="single summary" itemscope itemtype="http://schema.org/Article"><h1 class="single-title" itemprop="name headline">
<a href="/android%E5%9F%BA%E7%A1%80%E5%AD%A6%E4%B9%A0_mediaplayer/">Android基础学习_MediaPlayer(音乐播放器)</a>
</h1><div class="post-meta"><span class="post-author"><a href="https://github.com/zxlkgf" title="Author" target="_blank" rel="noopener noreffer author" class="author"><i class="fas fa-user-circle fa-fw" aria-hidden="true"></i>Cyo</a></span>&nbsp;<span class="post-publish">published on <time datetime="2023-06-04">2023-06-04</time></span>&nbsp;<span class="post-category">included in <a href="/categories/andorid%E5%9F%BA%E7%A1%80/"><i class="far fa-folder fa-fw" aria-hidden="true"></i>Andorid基础</a></span></div><div class="content">基于原生安卓的音乐播放器 1.Ui界面 &lt;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&gt; &lt;LinearLayout xmlns:android=&#34;http://schemas.android.com/apk/res/android&#34; android:id=&#34;@+id/ll_main&#34; android:layout_width=&#34;match_parent&#34; android:layout_height=&#34;match_parent&#34; android:background=&#34;@drawable/bg&#34; android:gravity=&#34;center&#34; android:orientation=&#34;vertical&#34;&gt; &lt;LinearLayout android:layout_width=&#34;wrap_content&#34; android:layout_height=&#34;wrap_content&#34; android:orientation=&#34;horizontal&#34; &gt; &lt;TextView android:layout_width=&#34;wrap_content&#34; android:layout_height=&#34;30dp&#34; android:layout_weight=&#34;1&#34; android:textSize=&#34;17sp&#34; android:textColor=&#34;@color/black&#34; android:background=&#34;@color/white&#34; android:text=&#34;选取歌曲&#34;/&</div><div class="post-footer">
<a href="/android%E5%9F%BA%E7%A1%80%E5%AD%A6%E4%B9%A0_mediaplayer/">Read More</a><div class="post-tags">
<i class="fas fa-tags fa-fw" aria-hidden="true"></i>&nbsp;<a href="/tags/android/">Android</a></div></div>
</article><ul class="pagination"><li class="page-item active">
<span class="page-link">
<a href="/">1</a>
Expand Down
2 changes: 1 addition & 1 deletion index.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@
<link>http://example.org/</link>
<description>Cyo&#39;s website</description>
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>[email protected] (Cyo)</managingEditor>
<webMaster>[email protected] (Cyo)</webMaster><lastBuildDate>Sun, 20 Aug 2023 20:50:20 &#43;0800</lastBuildDate>
<webMaster>[email protected] (Cyo)</webMaster><lastBuildDate>Sat, 09 Sep 2023 16:26:38 &#43;0800</lastBuildDate>
<atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Okhttp详解</title>
<link>http://example.org/okhttp%E8%AF%A6%E8%A7%A3/</link>
<pubDate>Sat, 09 Sep 2023 16:26:38 &#43;0800</pubDate>
<author>Cyo</author>
<guid>http://example.org/okhttp%E8%AF%A6%E8%A7%A3/</guid>
<description><![CDATA[1.OKHttp详解 1.1 概述 OkHttp 是一套处理 HTTP 网络请求的依赖库,由 Square 公司设计研发并开源,目前可以在 Java 和 Kotlin 中使用 1.2 使用 request uri: http://guolin.tech/api/china //在gradle.bu]]></description>
</item>
<item>
<title>Runtime_type_identification</title>
<link>http://example.org/runtime_type_identification/</link>
<pubDate>Sun, 20 Aug 2023 20:50:20 &#43;0800</pubDate>
Expand Down Expand Up @@ -78,13 +86,5 @@
<guid>http://example.org/telephonymanager/</guid>
<description><![CDATA[TelephonyManager类笔记 提供对有关设备上的电话服务的信息的访问。应用程序可以使用此类中的方法来确定电话服务和状态,以及访问某些]]></description>
</item>
<item>
<title>Android基础学习_MediaPlayer(音乐播放器)</title>
<link>http://example.org/android%E5%9F%BA%E7%A1%80%E5%AD%A6%E4%B9%A0_mediaplayer/</link>
<pubDate>Sun, 04 Jun 2023 10:03:00 &#43;0800</pubDate>
<author>Cyo</author>
<guid>http://example.org/android%E5%9F%BA%E7%A1%80%E5%AD%A6%E4%B9%A0_mediaplayer/</guid>
<description><![CDATA[基于原生安卓的音乐播放器 1.Ui界面 &lt;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&gt; &lt;LinearLayout xmlns:android=&#34;http://schemas.android.com/apk/res/android&#34; android:id=&#34;@+id/ll_main&#34; android:layout_width=&#34;match_parent&#34; android:layout_height=&#34;match_parent&#34; android:background=&#34;@drawable/bg&#34; android:gravity=&#34;center&#34; android:orientation=&#34;vertical&#34;&gt; &lt;LinearLayout android:layout_width=&#34;wrap_content&#34; android:layout_height=&#34;wrap_content&#34; android:orientation=&#34;horizontal&#34; &gt; &lt;TextView android:layout_width=&#34;wrap_content&#34; android:layout_height=&#34;30dp&#34; android:layout_weight=&#34;1&#34; android:textSize=&#34;17sp&#34; android:textColor=&#34;@color/black&#34; android:background=&#34;@color/white&#34; android:text=&#34;选取歌曲&#34;/&]]></description>
</item>
</channel>
</rss>
Loading

0 comments on commit f18f34f

Please sign in to comment.