Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Nov 28, 2024
1 parent a9abb6b commit 0c36406
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/docs/community/community.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
别问B站为什么上榜,你就搜一搜,看看上面有多少视频课程和技术分享。
<LinkCard title="网站" href="https://www.bilibili.com/" />
</Card>
<Card title="电鸭社区" icon="seti:notebook">
国内比较知名的找远程工作的社区。
<LinkCard title="网站" href="https://eleduck.com/" />
</Card>
</CardGrid>

## 国外技术社区
Expand Down
5 changes: 5 additions & 0 deletions src/content/docs/languages/go.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="网站" href="https://go-micro.dev/" />
<LinkCard title="Github" href="https://github.com/micro/go-micro" />
</Card>
<Card title="go-kit" icon="seti:notebook">
早期的go微服务工具库。
<LinkCard title="网站" href="https://gokit.io/" />
<LinkCard title="Github" href="https://github.com/go-kit/kit" />
</Card>
<Card title="Gin" icon="seti:notebook">
经典的轻量级框架,需要自己去找各种中间件,类似的有Echo, Fiber等。
<LinkCard title="网站" href="https://gin-gonic.com/" />
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/languages/java.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="网站" href="https://xiaolincoding.com/interview/" />
<LinkCard title="Github" href="https://github.com/xiaolincoder/CS-Base" />
</Card>
<Card title="各种JDK下载" icon="seti:notebook">
国内资源加速。
<LinkCard title="网站" href="https://www.injdk.cn/" />
</Card>
</CardGrid>
85 changes: 85 additions & 0 deletions src/content/docs/tools/programming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="网站" href="https://it-tools.tech/" />
<LinkCard title="Github" href="https://github.com/CorentinTh/it-tools" />
</Card>
<Card title="站长工具" icon="seti:notebook">
WhoIs, DNS, IP查询等。
<LinkCard title="网站" href="https://it-tools.tech/" />
<LinkCard title="Github" href="https://tool.chinaz.com/" />
</Card>
</CardGrid>

## VSCode好用的插件
Expand Down Expand Up @@ -138,5 +143,85 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="网站" href="https://peazip.github.io/" />
<LinkCard title="Github" href="https://github.com/peazip/PeaZip" />
</Card>
<Card title="Tiny Windows" icon="seti:notebook">
一个经过瘦身的Windows ISO镜像,适合用虚拟机跑。
<LinkCard title="网站" href="https://tiny10.com/" />
</Card>

</CardGrid>

## 便宜域名购买

<CardGrid>
<Card title="NameCheap" icon="seti:notebook">
<LinkCard title="网站" href="https://nc.me/" />
</Card>
<Card title="spaceship" icon="seti:notebook">
<LinkCard title="网站" href="https://www.spaceship.com/" />
</Card>
<Card title="name.com" icon="seti:notebook">
<LinkCard title="网站" href="https://www.name.com/zh-cn/domain/search" />
</Card>
<Card title="godaddy" icon="seti:notebook">
<LinkCard title="网站" href="https://hk.godaddy.com/" />
</Card>
</CardGrid>

## ACME免费TLS证书

<CardGrid>
<Card title="letsencrypt.org" icon="seti:notebook">
<LinkCard title="网站" href="https://letsencrypt.org/zh-cn/docs/client-options/" />
</Card>
</CardGrid>

## 虚拟手机号购买

<CardGrid>
<Card title="sms-activate" icon="seti:notebook">
懂的都懂。
<LinkCard title="网站" href="https://sms-activate.guru/cn/getNumber" />
</Card>
</CardGrid>

## 免费服务器白嫖

<CardGrid>
<Card title="sms-activate" icon="seti:notebook">
IBM的linuxone服务器,可以无限白嫖,前提是不要让别人知道你恶意白嫖。一般可以稳定用上3-4个月,2核4G,50G硬盘。
<LinkCard title="网站" href="https://linuxone.cloud.marist.edu/#/login" />
</Card>
<Card title="sms-activate" icon="seti:notebook">
来自波兰的免费服务器,对梯子有一定要求,不然注册不成功。
<LinkCard title="网站" href="https://www.serv00.com/offer/create_new_account" />
</Card>
</CardGrid>

## 免费制作logo和词云图

<CardGrid>
<Card title="shopify" icon="seti:notebook">
免费制作logo。
<LinkCard title="网站" href="https://www.shopify.com/zh/tools/logo-maker" />
</Card>
<Card title="lddgo" icon="seti:notebook">
免费制作词云图。
<LinkCard title="网站" href="https://www.lddgo.net/chart/word-cloud" />
</Card>
</CardGrid>

## 关于黑苹果

<CardGrid>
<Card title="黑苹果国光教程" icon="seti:notebook">
<LinkCard title="网站" href="https://apple.sqlsec.com/" />
</Card>
</CardGrid>

## 免费注册匿名邮箱

<CardGrid>
<Card title="proton.me" icon="seti:notebook">
<LinkCard title="网站" href="https://proton.me/mail/pricing" />
</Card>
</CardGrid>
9 changes: 9 additions & 0 deletions src/content/docs/tools/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="网站" href="https://alternativeto.net/" />
</Card>
</CardGrid>

## 一个专注分享免费资源的网站

<CardGrid>
<Card title="A姐分享" icon="seti:notebook">
可能需要梯子。
<LinkCard title="网站" href="https://www.ahhhhfs.com/" />
</Card>
</CardGrid>

0 comments on commit 0c36406

Please sign in to comment.