Site updated: 2022-11-03 11:35:22
This commit is contained in:
42
atom.xml
42
atom.xml
@@ -8,7 +8,7 @@
|
||||
<author>
|
||||
<name>Hito Li</name>
|
||||
</author>
|
||||
<updated>2022-11-02T08:29:00.000Z</updated>
|
||||
<updated>2022-11-03T03:25:00.000Z</updated>
|
||||
<category term="hito" />
|
||||
<category term="無言" />
|
||||
<category term="博客" />
|
||||
@@ -17,6 +17,19 @@
|
||||
<category term="心得体会" />
|
||||
<category term="技术分享" />
|
||||
<category term="踩坑" />
|
||||
<entry>
|
||||
<id>https://blog.jingxiyuan.cn/2022/11/03/%E4%B8%8A%E7%8F%AD%E4%BA%86/</id>
|
||||
<title>上班了</title>
|
||||
<link rel="alternate" href="https://blog.jingxiyuan.cn/2022/11/03/%E4%B8%8A%E7%8F%AD%E4%BA%86/"/>
|
||||
<content type="html"><ul>
|
||||
<li>终于又上班了。O (∩_∩) O~</li>
|
||||
</ul>
|
||||
</content>
|
||||
<category term="生活" scheme="https://blog.jingxiyuan.cn/categories/%E7%94%9F%E6%B4%BB/" />
|
||||
<category term="心情" scheme="https://blog.jingxiyuan.cn/categories/%E7%94%9F%E6%B4%BB/%E5%BF%83%E6%83%85/" />
|
||||
<category term="心情" scheme="https://blog.jingxiyuan.cn/tags/%E5%BF%83%E6%83%85/" />
|
||||
<updated>2022-11-03T03:25:00.000Z</updated>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://blog.jingxiyuan.cn/2022/11/02/2-dev-null%E5%92%8C-dev-null-2-1%E5%92%8C2-1-dev-null%E7%9A%84%E5%8C%BA%E5%88%AB/</id>
|
||||
<title>2>/dev/null和>/dev/null 2>&1和2>&1>/dev/null的区别</title>
|
||||
@@ -1071,8 +1084,8 @@ X-Frame-Options 三个参数:</p>
|
||||
</content>
|
||||
<category term="生活" scheme="https://blog.jingxiyuan.cn/categories/%E7%94%9F%E6%B4%BB/" />
|
||||
<category term="心情" scheme="https://blog.jingxiyuan.cn/categories/%E7%94%9F%E6%B4%BB/%E5%BF%83%E6%83%85/" />
|
||||
<category term="郁闷" scheme="https://blog.jingxiyuan.cn/tags/%E9%83%81%E9%97%B7/" />
|
||||
<category term="心情" scheme="https://blog.jingxiyuan.cn/tags/%E5%BF%83%E6%83%85/" />
|
||||
<category term="郁闷" scheme="https://blog.jingxiyuan.cn/tags/%E9%83%81%E9%97%B7/" />
|
||||
<updated>2022-09-28T08:02:00.000Z</updated>
|
||||
</entry>
|
||||
<entry>
|
||||
@@ -1211,29 +1224,4 @@ server &#123;
|
||||
<category term="nginx" scheme="https://blog.jingxiyuan.cn/tags/nginx/" />
|
||||
<updated>2022-09-23T08:17:00.000Z</updated>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://blog.jingxiyuan.cn/2022/09/22/protobuf%E7%94%9F%E6%88%90js%E6%96%87%E4%BB%B6/</id>
|
||||
<title>protobuf生成js文件</title>
|
||||
<link rel="alternate" href="https://blog.jingxiyuan.cn/2022/09/22/protobuf%E7%94%9F%E6%88%90js%E6%96%87%E4%BB%B6/"/>
|
||||
<content type="html"><h1 id="下载工具"><a class="anchor" href="#下载工具">#</a> 下载工具</h1>
|
||||
<p><span class="exturl" data-url="aHR0cHM6Ly92ZXJzYXdlYi5kbC5zb3VyY2Vmb3JnZS5uZXQvcHJvamVjdC9wcm90b2NvbC1idWZmZXJzLm1pcnJvci92My4xOS41L3Byb3RvYy0zLjE5LjUtd2luNjQuemlw">protoc-3.19.5-win64.zip</span></p>
|
||||
<h1 id="生成js文件"><a class="anchor" href="#生成js文件">#</a> 生成 js 文件</h1>
|
||||
<ol>
|
||||
<li>
|
||||
<p>把 xxx.proto 文件拷贝到解压的 protoc-3.19.5-win64\bin 目录下</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>cmd 到相同的 bin 目录下</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>执行 protoc.exe --js_out=import_style=commonjs,binary:. ./xxx.proto 命令,就会在 bin 目录下生成 xxx_pb.js 文件</p>
|
||||
</li>
|
||||
</ol>
|
||||
</content>
|
||||
<category term="工具" scheme="https://blog.jingxiyuan.cn/categories/%E5%B7%A5%E5%85%B7/" />
|
||||
<category term="经验分享" scheme="https://blog.jingxiyuan.cn/categories/%E5%B7%A5%E5%85%B7/%E7%BB%8F%E9%AA%8C%E5%88%86%E4%BA%AB/" />
|
||||
<category term="protobuf" scheme="https://blog.jingxiyuan.cn/tags/protobuf/" />
|
||||
<category term="js" scheme="https://blog.jingxiyuan.cn/tags/js/" />
|
||||
<updated>2022-09-22T02:30:00.000Z</updated>
|
||||
</entry>
|
||||
</feed>
|
||||
|
Reference in New Issue
Block a user