Skip to content

Commit

Permalink
Add firabse-slack.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Freelander committed Jan 16, 2022
1 parent 3d48f2c commit 80bc161
Show file tree
Hide file tree
Showing 46 changed files with 1,727 additions and 192 deletions.
8 changes: 8 additions & 0 deletions categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,14 @@ <h1>
</li>



<li>
<a href="https://gojun.me/categories/%E5%BC%80%E5%8F%91%E5%B9%B3%E5%8F%B0">
开发平台 <span class="terms_count">1</span>
</a>
</li>


</ul>
</div>
<div class="pagination"></div>
Expand Down
11 changes: 10 additions & 1 deletion categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
<description>Recent content in Categories on GoJun</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Sun, 29 Aug 2021 12:12:27 +0800</lastBuildDate><atom:link href="https://gojun.me/categories/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 16 Jan 2022 18:45:37 +0800</lastBuildDate><atom:link href="https://gojun.me/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>开发平台</title>
<link>https://gojun.me/categories/%E5%BC%80%E5%8F%91%E5%B9%B3%E5%8F%B0/</link>
<pubDate>Sun, 16 Jan 2022 18:45:37 +0800</pubDate>

<guid>https://gojun.me/categories/%E5%BC%80%E5%8F%91%E5%B9%B3%E5%8F%B0/</guid>
<description></description>
</item>

<item>
<title>设计模式</title>
<link>https://gojun.me/categories/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/</link>
Expand Down
173 changes: 173 additions & 0 deletions categories/开发平台/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="GoJun" />



<title>开发平台 | GoJun</title>



<meta name="description" content="Hugo theme zozo example site." />




<meta name="keywords" content="Hugo, theme, zozo" />



<link rel="alternate" type="application/rss+xml" href="https://gojun.me/categories/%E5%BC%80%E5%8F%91%E5%B9%B3%E5%8F%B0/index.xml" title="GoJun" />


<link rel="shortcut icon" href="https://gojun.me/images/favicon.ico" />

<link rel="stylesheet" type="text/css" media="screen" href="https://gojun.mecss/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://cdn.jsdelivr.net/npm/animate.css@4.1.0/animate.min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://gojun.me/css/zozo.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" />
<link rel="stylesheet" type="text/css" media="screen" href="https://gojun.me/css/highlight.css" />



</head>

<body>
<div class="main animate__animated animate__fadeInDown">
<div class="nav_container animated fadeInDown">
<div class="site_nav" id="site_nav">
<ul>

<li>
<a href="/">Home</a>
</li>

<li>
<a href="/posts/">Archive</a>
</li>

<li>
<a href="/tags/">Tags</a>
</li>

<li>
<a href="/projects/">Projects</a>
</li>

</ul>
</div>
<div class="menu_icon">
<a id="menu_icon"><i class="ri-menu-line"></i></a>
</div>
</div>
<div class="header animated fadeInDown">
<div class="site_title_container">
<div class="site_title">
<h1>
<a href="https://gojun.me">
<span>GoJun</span>
</a>
</h1>
</div>
<div class="description">
<p class="sub_title">为向往生活努力奋斗!</p>
<div class="my_socials">


<a href="https://github.com/freelander" title="github" target="_blank"><i class="ri-github-fill"></i></a>


<a href="https://gojun.me/index.xml" type="application/rss+xml" title="rss" target="_blank"><i
class="ri-rss-fill"></i></a>
</div>
</div>
</div>
</div>
<div class="content">
<div class="list_with_title">

<div class="listing_title">2022</div>
<div class="listing">

<div class="listing_item">
<div class="listing_post">
<a href="/posts/firebase-slack/">Firebase 集成 Slack 并实现自动化监控</a>
<div class="post_time"><span class="date">01-16</span></div>
</div>
</div>

</div>

</div>
<div class="pagination"></div>
</div>
<a id="back_to_top" href="#" class="back_to_top"><i class="ri-arrow-up-s-line"></i></a>
</div>
<footer class="footer">
<div class="footer_slogan">
<span></span>
</div>
</footer>
<script src="https://gojun.me/js/jquery-3.5.1.min.js"></script>
<link href="https://gojun.me/css/fancybox.min.css" rel="stylesheet">
<script src="https://gojun.me/js/fancybox.min.js"></script>
<script src="https://gojun.me/js/zozo.js"></script>


<script type="text/javascript" async
src="https://cdn.bootcss.com/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$', '$$'], ['\[\[', '\]\]']],
processEscapes: true,
processEnvironments: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
TeX: {
equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js"]
}
}
});

MathJax.Hub.Queue(function () {



var all = MathJax.Hub.getAllJax(), i;
for (i = 0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>

<style>
code.has-jax {
font: inherit;
font-size: 100%;
background: inherit;
border: inherit;
color: #515151;
}
</style>



<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-142037913-1', 'auto');

ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>

</body>

</html>
20 changes: 20 additions & 0 deletions categories/开发平台/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>开发平台 on GoJun</title>
<link>https://gojun.me/categories/%E5%BC%80%E5%8F%91%E5%B9%B3%E5%8F%B0/</link>
<description>Recent content in 开发平台 on GoJun</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Sun, 16 Jan 2022 18:45:37 +0800</lastBuildDate><atom:link href="https://gojun.me/categories/%E5%BC%80%E5%8F%91%E5%B9%B3%E5%8F%B0/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Firebase 集成 Slack 并实现自动化监控</title>
<link>https://gojun.me/posts/firebase-slack/</link>
<pubDate>Sun, 16 Jan 2022 18:45:37 +0800</pubDate>

<guid>https://gojun.me/posts/firebase-slack/</guid>
<description>为什么要集成 Slack? Firebase 可将一些崩溃信息同步到 Slack 频道,而 Slack Api 又支持对频道的信息进行监控,在这前提下可以搞点事情了,实现企业微信沟通群里实时留意应用的崩溃信息,同时也可将崩溃信息存入本地数据库,第二天</description>
</item>

</channel>
</rss>
Binary file added images/2022/01/firebase_slack_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2022/01/firebase_slack_19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 21 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ <h1>

<div class="post animated fadeInDown">
<div class="post_title">
<h2><a href='/posts/nginx/'>Mac 上 Nginx 的使用及入门</a></h2>
<h2><a href='/posts/firebase-slack/'>Firebase 集成 Slack 并实现自动化监控</a></h2>
</div>

<div class="list">
<div class="post_content markdown">
<p>安装 推荐 Mac 电脑上内置 homebrew 工具安装。 安装 Nginx: brew install nginx 卸载 Nginx: brew uninstall nginx 常用操作 启动 Nginx: sudo nginx 停止 Nginx: sudo nginx -s stop 热重启 Nginx: sudo nginx -s reload 强制停止 Nginx: sudo pkill -9 nginx 配置文件 经常要用到......</p>
<p>为什么要集成 Slack? Firebase 可将一些崩溃信息同步到 Slack 频道,而 Slack Api 又支持对频道的信息进行监控,在这前提下可以搞点事情了,实现企业微信沟通群里实时留意应用的崩溃信息,同时也可将崩溃信息存入本地数据库,第二天......</p>
</div>
</div>

Expand All @@ -107,13 +107,17 @@ <h2><a href='/posts/nginx/'>Mac 上 Nginx 的使用及入门</a></h2>
<div class="info">
<span class="field">
<i class="ri-map-pin-time-line"></i>
<span class="date">2021.10.12</span>
<span class="date">2022.01.16</span>
</span>

<span class="field tags">
<i class="ri-stack-line"></i>

<a href="https://gojun.me/tags/nginx/">Nginx</a>
<a href="https://gojun.me/tags/%E8%87%AA%E5%8A%A8%E5%8C%96/">自动化</a>

<a href="https://gojun.me/tags/firebase/">Firebase</a>

<a href="https://gojun.me/tags/slack/">Slack</a>

</span>

Expand All @@ -124,12 +128,12 @@ <h2><a href='/posts/nginx/'>Mac 上 Nginx 的使用及入门</a></h2>

<div class="post animated fadeInDown">
<div class="post_title">
<h2><a href='/posts/jenkins-user-manage/'>Jenkins 用户权限管理指南</a></h2>
<h2><a href='/posts/nginx/'>Mac 上 Nginx 的使用及入门</a></h2>
</div>

<div class="list">
<div class="post_content markdown">
<p>新增用户 路径:Manage Jenkins &ndash;》Manage User &ndash;》Create User 安装权限管理插件 插件名称:Role-based Authorization Strategy 全局配置 路径:Manage Jenkins &ndash;》Configure......</p>
<p>安装 推荐 Mac 电脑上内置 homebrew 工具安装。 安装 Nginx: brew install nginx 卸载 Nginx: brew uninstall nginx 常用操作 启动 Nginx: sudo nginx 停止 Nginx: sudo nginx -s stop 热重启 Nginx: sudo nginx -s reload 强制停止 Nginx: sudo pkill -9 nginx 配置文件 经常要用到......</p>
</div>
</div>

Expand All @@ -138,13 +142,13 @@ <h2><a href='/posts/jenkins-user-manage/'>Jenkins 用户权限管理指南</a></
<div class="info">
<span class="field">
<i class="ri-map-pin-time-line"></i>
<span class="date">2021.09.11</span>
<span class="date">2021.10.12</span>
</span>

<span class="field tags">
<i class="ri-stack-line"></i>

<a href="https://gojun.me/tags/jenkins/">Jenkins</a>
<a href="https://gojun.me/tags/nginx/">Nginx</a>

</span>

Expand All @@ -155,12 +159,12 @@ <h2><a href='/posts/jenkins-user-manage/'>Jenkins 用户权限管理指南</a></

<div class="post animated fadeInDown">
<div class="post_title">
<h2><a href='/posts/android-memento-mode/'>通俗易懂了解 Android 设计模式 - 备忘录模式</a></h2>
<h2><a href='/posts/jenkins-user-manage/'>Jenkins 用户权限管理指南</a></h2>
</div>

<div class="list">
<div class="post_content markdown">
<p>介绍 备忘录模式是三大设计模式中的行为型模式一种,用于保存对象当前状态,并且在之后可以重新恢复此状态。 值得注意的是备忘录模式实现方式要保证保存的对象状态不能被对象从外部访问,目的保护好被保存的这些对象状......</p>
<p>新增用户 路径:Manage Jenkins &ndash;》Manage User &ndash;》Create User 安装权限管理插件 插件名称:Role-based Authorization Strategy 全局配置 路径:Manage Jenkins &ndash;》Configure......</p>
</div>
</div>

Expand All @@ -169,15 +173,13 @@ <h2><a href='/posts/android-memento-mode/'>通俗易懂了解 Android 设计模
<div class="info">
<span class="field">
<i class="ri-map-pin-time-line"></i>
<span class="date">2021.08.29</span>
<span class="date">2021.09.11</span>
</span>

<span class="field tags">
<i class="ri-stack-line"></i>

<a href="https://gojun.me/tags/android/">Android</a>

<a href="https://gojun.me/tags/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/">设计模式</a>
<a href="https://gojun.me/tags/jenkins/">Jenkins</a>

</span>

Expand All @@ -188,12 +190,12 @@ <h2><a href='/posts/android-memento-mode/'>通俗易懂了解 Android 设计模

<div class="post animated fadeInDown">
<div class="post_title">
<h2><a href='/posts/kotlin-advanced-function/'>Kotlin 高阶函数与特性,让代码飞起!</a></h2>
<h2><a href='/posts/android-memento-mode/'>通俗易懂了解 Android 设计模式 - 备忘录模式</a></h2>
</div>

<div class="list">
<div class="post_content markdown">
<p>转自:掘金 王远道 https://juejin.cn/post/6949128725900296200 Google 在 2017 年的时候就开始推广Kotlin语言作为Android开发的首选语言,现在都 2021 了,发现身边不少小伙伴还是全部用 Java 作为开发语言,对 Kotlin 的理解还停留在空指针判断上。我觉得有必要向他们安......</p>
<p>介绍 备忘录模式是三大设计模式中的行为型模式一种,用于保存对象当前状态,并且在之后可以重新恢复此状态。 值得注意的是备忘录模式实现方式要保证保存的对象状态不能被对象从外部访问,目的保护好被保存的这些对象状......</p>
</div>
</div>

Expand All @@ -202,15 +204,15 @@ <h2><a href='/posts/kotlin-advanced-function/'>Kotlin 高阶函数与特性,
<div class="info">
<span class="field">
<i class="ri-map-pin-time-line"></i>
<span class="date">2021.08.24</span>
<span class="date">2021.08.29</span>
</span>

<span class="field tags">
<i class="ri-stack-line"></i>

<a href="https://gojun.me/tags/kotlin/">Kotlin</a>
<a href="https://gojun.me/tags/android/">Android</a>

<a href="https://gojun.me/tags/%E8%BD%AC%E8%BD%BD/">转载</a>
<a href="https://gojun.me/tags/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/">设计模式</a>

</span>

Expand Down
11 changes: 10 additions & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
<description>Recent content on GoJun</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Tue, 12 Oct 2021 19:43:01 +0800</lastBuildDate><atom:link href="https://gojun.me/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 16 Jan 2022 18:45:37 +0800</lastBuildDate><atom:link href="https://gojun.me/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Firebase 集成 Slack 并实现自动化监控</title>
<link>https://gojun.me/posts/firebase-slack/</link>
<pubDate>Sun, 16 Jan 2022 18:45:37 +0800</pubDate>

<guid>https://gojun.me/posts/firebase-slack/</guid>
<description>为什么要集成 Slack? Firebase 可将一些崩溃信息同步到 Slack 频道,而 Slack Api 又支持对频道的信息进行监控,在这前提下可以搞点事情了,实现企业微信沟通群里实时留意应用的崩溃信息,同时也可将崩溃信息存入本地数据库,第二天</description>
</item>

<item>
<title>Mac 上 Nginx 的使用及入门</title>
<link>https://gojun.me/posts/nginx/</link>
Expand Down
Loading

0 comments on commit 80bc161

Please sign in to comment.