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

推荐订阅源

W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
腾讯CDC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
F
Full Disclosure
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Engineering at Meta
Engineering at Meta
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Threatpost
I
Intezer
V2EX - 技术
V2EX - 技术
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
小众软件
小众软件
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
N
News | PayPal Newsroom
MyScale Blog
MyScale Blog
AI
AI
Vercel News
Vercel News
Spread Privacy
Spread Privacy
美团技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
Help Net Security
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
U
Unit 42
L
LangChain Blog
Recent Announcements
Recent Announcements

博客园 - Arcangel

又搬家了。。不过没有搬出博客园。。搬到JAVA板块去了。。 周记 转一篇文章~网站设计流程规范 - Arcangel - 博客园 进军xoops 感想~ 说一下那个下拉菜单的id_2的含义 php联动下拉菜单 无刷新 数据库 本人自己修改的,经测试可用 - Arcangel 编码改为utf8后出现的问题 关于mysql的乱码问题。非???错误 sql数据库上传 (弱智问题,我也弱智) 关于php显示中文mysql数据的问题 关于css的层位置和层内元素的位置定义 发一个色彩学的转帖.相当有感触 太丑了~ 谈智慧.天才.和能力(二) 我很快乐~ 关于 首席网页设计师 晚茶~ 你赢一天~我赢一天~
今天开发网站的时的一点小经验
Arcangel · 2007-07-14 · via 博客园 - Arcangel

      在进行后台开发的时候.前台一定要把完整的设计稿做好.不要等到开始写代码的时候再去进行加工.那是纯粹给自己找麻烦.已经被代码强X的页面是不好再更改的.尤其是那些没有进行代码分离的页面比如php.asp.想改页面排版只能在html代码部分修改.

      如果要对原先网页的内容进行扩充.最好在开发的时候留一份设计原稿不要去动它.在需要修改的时候直接在另外备份的原稿上修改然后把修改的部分的html代码复制到已经进行开发的页面上.css文件一样拷贝过来就可以了.我是用div+css开发的.表格开发应该也是同样道理