-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
443 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,15 @@ | |
<link>http://example.org/categories/andorid%E5%9F%BA%E7%A1%80/</link> | ||
<description>Andorid基础 - Category - Cyo'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 +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 +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 +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 +0800</pubDate> | ||
|
@@ -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界面 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/ll_main" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/bg" android:gravity="center" android:orientation="vertical"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" > <TextView android:layout_width="wrap_content" android:layout_height="30dp" android:layout_weight="1" android:textSize="17sp" android:textColor="@color/black" android:background="@color/white" android:text="选取歌曲"/&]]></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 +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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,20 +4,20 @@ | |
<link>http://example.org/categories/</link> | ||
<description>Categories - Category - Cyo'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 +0800</lastBuildDate><atom:link href="http://example.org/categories/" rel="self" type="application/rss+xml" /><item> | ||
<title>C++基础</title> | ||
<link>http://example.org/categories/c++%E5%9F%BA%E7%A1%80/</link> | ||
<pubDate>Sun, 20 Aug 2023 20:50:20 +0800</pubDate> | ||
<webMaster>[email protected] (Cyo)</webMaster><lastBuildDate>Sat, 09 Sep 2023 16:26:38 +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 +0800</pubDate> | ||
<author>Cyo</author> | ||
<guid>http://example.org/categories/c++%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 +0800</pubDate> | ||
<title>C++基础</title> | ||
<link>http://example.org/categories/c++%E5%9F%BA%E7%A1%80/</link> | ||
<pubDate>Sun, 20 Aug 2023 20:50:20 +0800</pubDate> | ||
<author>Cyo</author> | ||
<guid>http://example.org/categories/andorid%E5%9F%BA%E7%A1%80/</guid> | ||
<guid>http://example.org/categories/c++%E5%9F%BA%E7%A1%80/</guid> | ||
<description><![CDATA[]]></description> | ||
</item> | ||
<item> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> <span class="post-publish">published on <time datetime="2023-09-09">2023-09-09</time></span> <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> <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> <span class="post-publish">published on <time datetime="2023-08-20">2023-08-20</time></span> <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"> | ||
|
@@ -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> <span class="post-publish">published on <time datetime="2023-06-06">2023-06-06</time></span> <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> <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> <span class="post-publish">published on <time datetime="2023-06-04">2023-06-04</time></span> <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界面 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/ll_main" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/bg" android:gravity="center" android:orientation="vertical"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" > <TextView android:layout_width="wrap_content" android:layout_height="30dp" android:layout_weight="1" android:textSize="17sp" android:textColor="@color/black" android:background="@color/white" android:text="选取歌曲"/&</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> <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> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,17 @@ | |
<link>http://example.org/</link> | ||
<description>Cyo'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 +0800</lastBuildDate> | ||
<webMaster>[email protected] (Cyo)</webMaster><lastBuildDate>Sat, 09 Sep 2023 16:26:38 +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 +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 +0800</pubDate> | ||
|
@@ -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 +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界面 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/ll_main" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/bg" android:gravity="center" android:orientation="vertical"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" > <TextView android:layout_width="wrap_content" android:layout_height="30dp" android:layout_weight="1" android:textSize="17sp" android:textColor="@color/black" android:background="@color/white" android:text="选取歌曲"/&]]></description> | ||
</item> | ||
</channel> | ||
</rss> |
Oops, something went wrong.