Skip to content

Commit

Permalink
feat(post): 完善文章
Browse files Browse the repository at this point in the history
  • Loading branch information
李济芝 committed Apr 13, 2024
1 parent 986ebdc commit 0361a36
Show file tree
Hide file tree
Showing 17 changed files with 53 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ slug: "build-blog"




18 changes: 18 additions & 0 deletions blog-site/content/posts/essays/程序员如何提高收入.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "程序员如何提高收入"
date: 2024-04-13
draft: true
tags: ["随笔"]
slug: "programmer-increase-income"
---

程序员作为副业推荐就是外包接单。怎么接单呢?以下是总结的三种方式。

第一种是靠熟人介绍。如果你做程序员时间比较长,身边总会有些比较厉害的人,他能带你玩一玩,跟这些人搞好关系,这时候社交能力是挺重要的。你如果不跟人家社交人家都不知道你,不知道你到底行不行,说到底就是人家不信任你,你要建立起这份信任,人家才会带你。

第二种是通过做自媒体。通过自媒体分享一些相关的内容,发在小红书,抖音上都是有可能接到单子的。可以发一些你的作品,发一些你对行业的一些认知,甚至可以分享你服务一个客户的整个过程,这些都是能给你带来更多的客户的。不知道怎么发可以先去看看别人怎么做的,网络上一搜就有,这些内容他只要持续的在发,就证明是有效的。

第三种是多面试找兼职。多多的面试程序员的各种岗位,去招聘网络上搜一搜,很多岗位都允许兼职了,因为成本可以下降很多。甚至有一些外包的员工就是找这种兼职的员工的。多去面一面各个公司,如果是兼职那就可以直接干活了,如果是全职岗位,面试完也可以说一句如果以后有相应的活也可以一单一单的结算。通过面试,你展示自己的能力,对方是对你有欣赏的地方,就可以通过加微信好友,扩大自己的社交圈子,将来有什么单子就有可能找到你,因为你便宜成本低。

关键就是让自己不在是一个孤岛,把自己的才能让更多的人看到,你才能有机会。

2 changes: 1 addition & 1 deletion blog-site/content/posts/spring/Spring详解.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Spring是一个轻量级的框架,简化我们的开发,里面重点包含
Spring虽然把它当成框架来使用,但其本质是一个容器,即IOC容器,里面最核心是如何[创建对象和管理对象](#Bean的创建流程),里面包含了Bean的生命周期和Spring的一些扩展点,包含对AOP的应用。
除此之外,Spring真正的强大之处在于其生态,它包含了Spring Framework、Spring Boot、Spring Cloud等一些列框架,极大提高了开发效率。

## Spring 启动流程
## Spring启动流程
参考:[https://blog.csdn.net/scjava/article/details/109587619](https://blog.csdn.net/scjava/article/details/109587619)

![Spring详解-004](/iblog/posts/annex/images/spring/Spring详解-004.png)
Expand Down
4 changes: 2 additions & 2 deletions docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<description>自我介绍 1998 · 李济芝 河北唐山 15176733539 &amp;nbsp;[email protected] 本人有严谨的工作态度与高质量意识,能查阅各种开发技术手册,具有独立解决问题的能力。具备扎实的 Java 基础和四年开发经验,擅长使用设计模式</description>
</item>
<item>
<title>如何强制复制网站文字</title>
<title>如何强制复制网站上的文字</title>
<link>https://whiteppure.github.io/iblog/posts/essays/force-copy-website-text/</link>
<pubDate>Thu, 14 Mar 2024 00:00:00 +0000</pubDate>
<guid>https://whiteppure.github.io/iblog/posts/essays/force-copy-website-text/</guid>
Expand Down Expand Up @@ -422,7 +422,7 @@
<description>概述 什么是反射 在运行状态中,对于任意一个实体类,都能够知道这个类的所有属性和方法;对于任意一个对象,都能够调用它的任意方法和属性;这种动态获取信息以及动态调用对</description>
</item>
<item>
<title>常见故障排查及程序配置</title>
<title>常见程序故障排查及程序配置</title>
<link>https://whiteppure.github.io/iblog/posts/essays/eye-beam/</link>
<pubDate>Wed, 08 Sep 2021 00:00:00 +0000</pubDate>
<guid>https://whiteppure.github.io/iblog/posts/essays/eye-beam/</guid>
Expand Down
2 changes: 1 addition & 1 deletion docs/page/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ <h2><a href='/iblog/posts/resume/interview-resume-20240315/'>Java20240315简历<

<div class="post animated fadeInDown">
<div class="post_title">
<h2><a href='/iblog/posts/essays/force-copy-website-text/'>如何强制复制网站文字</a></h2>
<h2><a href='/iblog/posts/essays/force-copy-website-text/'>如何强制复制网站上的文字</a></h2>
</div>

<div class="list">
Expand Down
2 changes: 1 addition & 1 deletion docs/page/4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ <h2><a href='/iblog/posts/java/rookie-reflect/'>Java反射</a></h2>

<div class="post animated fadeInDown">
<div class="post_title">
<h2><a href='/iblog/posts/essays/eye-beam/'>常见故障排查及程序配置</a></h2>
<h2><a href='/iblog/posts/essays/eye-beam/'>常见程序故障排查及程序配置</a></h2>
</div>

<div class="list">
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/essays/eye-beam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@



<title>常见故障排查及程序配置 | 唯手熟尔</title>
<title>常见程序故障排查及程序配置 | 唯手熟尔</title>



Expand Down Expand Up @@ -1188,7 +1188,7 @@ <h1>
<div class="post_page">
<div class="post animate__animated animate__fadeInDown">
<div class="post_title post_detail_title">
<h2 id="post_single_title">常见故障排查及程序配置</h2>
<h2 id="post_single_title">常见程序故障排查及程序配置</h2>
<span id="post_page_title_date" class="date">2021.09.08</span>
</div>
<div class="post_content markdown"><h2 id="故障排查基础">故障排查基础</h2>
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/essays/force-copy-website-text/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@



<title>如何强制复制网站文字 | 唯手熟尔</title>
<title>如何强制复制网站上的文字 | 唯手熟尔</title>



Expand Down Expand Up @@ -276,7 +276,7 @@ <h1>
<div class="post_page">
<div class="post animate__animated animate__fadeInDown">
<div class="post_title post_detail_title">
<h2 id="post_single_title">如何强制复制网站文字</h2>
<h2 id="post_single_title">如何强制复制网站上的文字</h2>
<span id="post_page_title_date" class="date">2024.03.14</span>
</div>
<div class="post_content markdown"><p>平时浏览网页和查找资料时,总会需要复制一些文字内容,用来引用、收藏、摘抄啊什么的,但是偶尔会遇到一些网站会禁止复制文字,一般都是让你开会员或者注册登录。
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h1>

<div class="listing_item">
<div class="listing_post">
<a href="/iblog/posts/essays/force-copy-website-text/">如何强制复制网站文字</a>
<a href="/iblog/posts/essays/force-copy-website-text/">如何强制复制网站上的文字</a>
<div class="post_time"><span class="date">03-14</span></div>
</div>
</div>
Expand Down Expand Up @@ -559,7 +559,7 @@ <h1>

<div class="listing_item">
<div class="listing_post">
<a href="/iblog/posts/essays/eye-beam/">常见故障排查及程序配置</a>
<a href="/iblog/posts/essays/eye-beam/">常见程序故障排查及程序配置</a>
<div class="post_time"><span class="date">09-08</span></div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<description>自我介绍 1998 · 李济芝 河北唐山 15176733539 &amp;nbsp;[email protected] 本人有严谨的工作态度与高质量意识,能查阅各种开发技术手册,具有独立解决问题的能力。具备扎实的 Java 基础和四年开发经验,擅长使用设计模式</description>
</item>
<item>
<title>如何强制复制网站文字</title>
<title>如何强制复制网站上的文字</title>
<link>https://whiteppure.github.io/iblog/posts/essays/force-copy-website-text/</link>
<pubDate>Thu, 14 Mar 2024 00:00:00 +0000</pubDate>
<guid>https://whiteppure.github.io/iblog/posts/essays/force-copy-website-text/</guid>
Expand Down Expand Up @@ -422,7 +422,7 @@
<description>概述 什么是反射 在运行状态中,对于任意一个实体类,都能够知道这个类的所有属性和方法;对于任意一个对象,都能够调用它的任意方法和属性;这种动态获取信息以及动态调用对</description>
</item>
<item>
<title>常见故障排查及程序配置</title>
<title>常见程序故障排查及程序配置</title>
<link>https://whiteppure.github.io/iblog/posts/essays/eye-beam/</link>
<pubDate>Wed, 08 Sep 2021 00:00:00 +0000</pubDate>
<guid>https://whiteppure.github.io/iblog/posts/essays/eye-beam/</guid>
Expand Down
6 changes: 3 additions & 3 deletions docs/posts/spring/java-spring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@


<li class="nav-item">
<a class="nav-link text-left" href="#spring-%e5%90%af%e5%8a%a8%e6%b5%81%e7%a8%8b">
Spring 启动流程
<a class="nav-link text-left" href="#spring%e5%90%af%e5%8a%a8%e6%b5%81%e7%a8%8b">
Spring启动流程
</a>
</li>

Expand Down Expand Up @@ -1160,7 +1160,7 @@ <h2 id="对spring的理解">对Spring的理解</h2>
</ul>
<p>Spring虽然把它当成框架来使用,但其本质是一个容器,即IOC容器,里面最核心是如何<a href="/iblog/posts/spring/java-spring/#Bean的创建流程">创建对象和管理对象</a>,里面包含了Bean的生命周期和Spring的一些扩展点,包含对AOP的应用。
除此之外,Spring真正的强大之处在于其生态,它包含了Spring Framework、Spring Boot、Spring Cloud等一些列框架,极大提高了开发效率。</p>
<h2 id="spring-启动流程">Spring 启动流程</h2>
<h2 id="spring启动流程">Spring启动流程</h2>
<p>参考:<a href="https://blog.csdn.net/scjava/article/details/109587619">https://blog.csdn.net/scjava/article/details/109587619</a></p>
<p><img alt="Spring详解-004" src="/iblog/posts/annex/images/spring/Spring%E8%AF%A6%E8%A7%A3-004.png"></p>
<p>核心方法<code>AbstractApplicationContext#refresh()</code></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<sitemap>
<loc>https://whiteppure.github.io/iblog/zh/sitemap.xml</loc>

<lastmod>2024-04-11T00:00:00+00:00</lastmod>
<lastmod>2024-04-13T00:00:00+00:00</lastmod>

</sitemap>

Expand Down
2 changes: 1 addition & 1 deletion docs/tags/其他/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ <h1>

<div class="listing_item">
<div class="listing_post">
<a href="/iblog/posts/essays/force-copy-website-text/">如何强制复制网站文字</a>
<a href="/iblog/posts/essays/force-copy-website-text/">如何强制复制网站上的文字</a>
<div class="post_time"><span class="date">03-14</span></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/tags/其他/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<description>最近一段时间一直在忙简历相关的事情,起初是有一个其他行业的朋友问我,说这些简历我写了好久真难写,我说你可以借助AI,现在这种工具多了去了,为什么不借助呢? 他回答</description>
</item>
<item>
<title>如何强制复制网站文字</title>
<title>如何强制复制网站上的文字</title>
<link>https://whiteppure.github.io/iblog/posts/essays/force-copy-website-text/</link>
<pubDate>Thu, 14 Mar 2024 00:00:00 +0000</pubDate>
<guid>https://whiteppure.github.io/iblog/posts/essays/force-copy-website-text/</guid>
Expand Down
2 changes: 1 addition & 1 deletion docs/tags/技巧/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h1>

<div class="listing_item">
<div class="listing_post">
<a href="/iblog/posts/essays/eye-beam/">常见故障排查及程序配置</a>
<a href="/iblog/posts/essays/eye-beam/">常见程序故障排查及程序配置</a>
<div class="post_time"><span class="date">09-08</span></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/tags/技巧/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<description>下载 工欲善其事必先利其器,一个好的开发工具,能极大提高开发效率. 新UI很漂亮。IDEA 官方下载地址: https://www.jetbrains.com/zh-cn/idea/download/other.html 激活工具 百度云下载. 链接:https://pan.baid</description>
</item>
<item>
<title>常见故障排查及程序配置</title>
<title>常见程序故障排查及程序配置</title>
<link>https://whiteppure.github.io/iblog/posts/essays/eye-beam/</link>
<pubDate>Wed, 08 Sep 2021 00:00:00 +0000</pubDate>
<guid>https://whiteppure.github.io/iblog/posts/essays/eye-beam/</guid>
Expand Down
28 changes: 14 additions & 14 deletions docs/zh/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://whiteppure.github.io/iblog/posts/</loc>
<lastmod>2024-04-11T00:00:00+00:00</lastmod>
<lastmod>2024-04-13T00:00:00+00:00</lastmod>
</url><url>
<loc>https://whiteppure.github.io/iblog/</loc>
<lastmod>2024-04-13T00:00:00+00:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://whiteppure.github.io/iblog/en/"
/>
<xhtml:link
rel="alternate"
hreflang="zh"
href="https://whiteppure.github.io/iblog/"
/>
</url><url>
<loc>https://whiteppure.github.io/iblog/tags/</loc>
<lastmod>2024-04-11T00:00:00+00:00</lastmod>
Expand All @@ -26,19 +39,6 @@
</url><url>
<loc>https://whiteppure.github.io/iblog/tags/%E5%8F%A3%E6%89%8D%E8%89%BA%E6%9C%AF%E4%B8%8E%E7%A4%BE%E4%BA%A4%E7%A4%BC%E4%BB%AA/</loc>
<lastmod>2024-04-11T00:00:00+00:00</lastmod>
</url><url>
<loc>https://whiteppure.github.io/iblog/</loc>
<lastmod>2024-04-11T00:00:00+00:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
href="https://whiteppure.github.io/iblog/en/"
/>
<xhtml:link
rel="alternate"
hreflang="zh"
href="https://whiteppure.github.io/iblog/"
/>
</url><url>
<loc>https://whiteppure.github.io/iblog/posts/ideology/art-eloquence-and-social-graces-006/</loc>
<lastmod>2024-04-10T00:00:00+00:00</lastmod>
Expand Down

0 comments on commit 0361a36

Please sign in to comment.