1 Star 0 Fork 0

Amos/amos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
atom.xml 3.48 KB
一键复制 编辑 原始数据 按行查看 历史
Amos 提交于 2019-01-13 22:06 . Amos技术博客
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Amos技术博客</title>
<subtitle>喜欢忠于热爱</subtitle>
<link href="/amos/atom.xml" rel="self"/>
<link href="http://xrea.gitee.io/amos/"/>
<updated>2019-01-13T14:06:22.925Z</updated>
<id>http://xrea.gitee.io/amos/</id>
<author>
<name>Amos Zhu</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>《基于redis分布式锁实现秒杀》——总结</title>
<link href="http://xrea.gitee.io/amos/2019/01/13/%E3%80%8A%E5%9F%BA%E4%BA%8Eredis%E5%88%86%E5%B8%83%E5%BC%8F%E9%94%81%E5%AE%9E%E7%8E%B0%E7%A7%92%E6%9D%80%E3%80%8B%E2%80%94%E2%80%94%E6%80%BB%E7%BB%93/"/>
<id>http://xrea.gitee.io/amos/2019/01/13/《基于redis分布式锁实现秒杀》——总结/</id>
<published>2019-01-13T13:56:48.000Z</published>
<updated>2019-01-13T14:06:22.925Z</updated>
<summary type="html">
&lt;p&gt;秒杀,从业务角度来说,是用户对同一资源进行争抢,从技术角度来说,是多个线程对资源进行操作&lt;/p&gt;
&lt;p&gt;本文章参考简书上:&lt;a href=&quot;https://www.jianshu.com/p/7a0f24e3d90f&quot; target=&quot;_blank&quot;
</summary>
<category term="Java" scheme="http://xrea.gitee.io/amos/tags/Java/"/>
<category term="动态代理" scheme="http://xrea.gitee.io/amos/tags/%E5%8A%A8%E6%80%81%E4%BB%A3%E7%90%86/"/>
<category term="Redis" scheme="http://xrea.gitee.io/amos/tags/Redis/"/>
<category term="AOP" scheme="http://xrea.gitee.io/amos/tags/AOP/"/>
<category term="自定义注解" scheme="http://xrea.gitee.io/amos/tags/%E8%87%AA%E5%AE%9A%E4%B9%89%E6%B3%A8%E8%A7%A3/"/>
</entry>
<entry>
<title>Java动态代理</title>
<link href="http://xrea.gitee.io/amos/2019/01/03/Java%E5%8A%A8%E6%80%81%E4%BB%A3%E7%90%86/"/>
<id>http://xrea.gitee.io/amos/2019/01/03/Java动态代理/</id>
<published>2019-01-03T11:57:51.000Z</published>
<updated>2019-01-13T14:04:34.444Z</updated>
<summary type="html">
&lt;p&gt;Java中动态代理共有两种模式:原生动态代理和CGLIB动态代理两种&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;什么是动态代理?&lt;br&gt;要理解动态代理的话,先了解下什么是代理,打个比方,比如说你要去处理某件事情,这件事情很急,但是你又抽不出时间,你可以请别人帮你处理下,这里的
</summary>
<category term="Java" scheme="http://xrea.gitee.io/amos/tags/Java/"/>
<category term="动态代理" scheme="http://xrea.gitee.io/amos/tags/%E5%8A%A8%E6%80%81%E4%BB%A3%E7%90%86/"/>
<category term="CGLIB" scheme="http://xrea.gitee.io/amos/tags/CGLIB/"/>
</entry>
<entry>
<title>Hello World</title>
<link href="http://xrea.gitee.io/amos/2018/12/27/hello-world/"/>
<id>http://xrea.gitee.io/amos/2018/12/27/hello-world/</id>
<published>2018-12-27T12:12:13.696Z</published>
<updated>2018-12-27T12:12:13.697Z</updated>
<summary type="html">
&lt;p&gt;Welcome to &lt;a href=&quot;https://hexo.io/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Hexo&lt;/a&gt;! This is your very first post. Check &lt;a
</summary>
</entry>
</feed>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/xrea/amos.git
git@gitee.com:xrea/amos.git
xrea
amos
amos
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385