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

推荐订阅源

酷 壳 – 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

博客园 - OpenCASCADE

管道轴测图引擎IsoAlgo-坡度管标注 使用IsoAlgo在Solidworks中生成管道单线图 管道设计效率低?NX+IsoAlgo一键生成单线图 管道轴测图引擎IsoAlgo-1.0版本发布 IsoAlgo管道轴测图引擎-导出PDF IsoAlgo管道轴测图引擎-保温伴热 IsoAlgo管道轴测图引擎用户界面 管道轴测图引擎IsoAlgo-1.0-beta免费使用 IsoAlgo管道轴测图引擎全新升级 PlantAssistant-导出Excel PlantAssistant-提升VUE性能 PlantAssistant-轻松浏览1G的RVM PlantAssistant-0.1.16 发布啦 IsoAlgo管道轴测图引擎获颁软件著作权 PlantAssistant-保温层处理 PlantAssistant-隐藏焊点 SP3D 自动切图标注系统 PlantAssistant-管道数据文件PCF 从RvmTranslator到PlantAssistant
武汉图核科技网址:whtuhe.top
OpenCASCADE · 2026-04-12 · via 博客园 - OpenCASCADE

小试牛刀:用AI写网页

随着AI的发展,AI在编程方面的能力越来越强大。天下事有难易乎?为之。要学一个东西,首先要做的就是使用它,在使用的过程中逐渐掌握。花几个小时用AI做一个网页并上线能访问,体会AI的能力及带来的认知。

起因

以前想做一个网页,真的太难了。要么要学代码:HTML、CSS、JS,折腾半天还跑不起来;要么找外包:贵、慢、改稿难,小需求根本不值得。直到我试了用 AI 写网页 ——不用懂代码、不用装软件、一句话就能生成。于是决定:从零开始,用 AI 完整做一个网页,并把全过程记录下来。借助AI普通人也能轻松做出属于自己的网页。

实操

只需要一句话,告诉AI你想要什么,AI一键生成网页代码:

image

AI根据内容互联网上爬数据,并列出完成这件事的任务列表:

  • 创建网站HTML结构
  • 创建CSS样式
  • 创建Javascript交互文件
  • 创建Github Pages配置文件
  • 添加README部署说明

稍等片刻,网页就生成好了。打开一看,风格样式还挺满意。

上线

因为是静态网页,将生成的html, css, js文件上传到Github Pages仓库,就可以访问了。

为了让大家方便查看这个网页,再去注册一个域名:whtuhe.top,这样大家输入网址:www.whtuhe.top 就可以访问了。

image

未来

AI在编程能力上的辅助,让编程开发变得更容易,会补齐短板,快速形成结果。了解AI,拥抱AI,使用AI,让AI发挥更大作用。