惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

diss带码

datart系列04:基于threejs自定义插件3D-MAP datart系列03:图表插件开发 datart系列02:图表插件开发作品 datart系列01:图表插件开发作品大赛 我的2021年新Mac设置 小程序:Painter画布 小程序:mqtt+webview控制显示内容 小程序:webview + PDF预览 小程序:数十年Lite 验证码:五福临门 开源论坛:社区选择Discourse github自定义主页秀 Davinci-二次开发系列08:mongoDB(JDBC查询)四种解决方案 Davinci-二次开发系列07:BI新元素尝试 Davinci-二次开发系列06:导出excel合并单元格 Metabase-BI系列12:0.35版本表达式是真的香 Davinci-二次开发系列05:echarts-gl map3D扩展 Davinci-二次开发系列04:自定义水印扩展 Davinci-二次开发系列03:区域地图下钻与选择
牛年开篇:网站拜年
2021-02-24 · via diss带码

牛年开篇:网站拜年

发表于 | 分类于 | |

牛年开篇:网站拜年

开启新年第一篇,本应该在春节假期完成,趁着马上元宵节,就以此开篇。

重新调整了一下个人网站,来个新年新气象,也希望牛年牛转乾坤,更上一层楼。

力求简单,做几点要求:

  • 个人网站,我们还是区分一下企业和产品网站
  • 前端展示,先不牵扯后端,当然也是为了快速部署
  • 新年元素、牛元素
  • 兼容手机端

达成几个目的:

  • 迎接新的一年
  • 宣传,似乎这个是必不可少,即使没有什么可宣传的内容
  • github网络的限制,导致博客受限,同时选择了简书,后期考虑通过网站,进而做调整
  • 服务器的充分利用

网站地址:https://disscode.cn

web01

web02

建站方式

  • 服务器:云服务器,扩展性、灵活性高(推荐)

  • 虚拟主机:这个的经济优势很明显

  • 第三方:快捷建站网站

域名

无论何种方式,有个自己的域名这个是最好的、也算是必须的,申请渠道很多,申请一个即可(备注:需要备案)

ssl证书

ssl证书其实是挺贵的,但是可以用免费的,ssl证书其实对于网站来说也是必不可少的,没有证书的网站就感觉别扭

推荐免费证书:

网站代码

技术栈:nodejs + react

找了一些网站,最好选了个开源的网站代码,推荐一下,记得点赞

github地址:https://github.com/ArthurYung/react-my-website

发布

如果是服务器,采用Nginx来部署就很简单了