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

推荐订阅源

博客园 - 【当耐特】
Help Net Security
Help Net Security
P
Proofpoint News Feed
J
Java Code Geeks
爱范儿
爱范儿
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Full Disclosure
Google DeepMind News
Google DeepMind News
H
Help Net Security
G
Google Developers Blog
Jina AI
Jina AI
Vercel News
Vercel News
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
L
Lohrmann on Cybersecurity
S
Schneier on Security
Microsoft Azure Blog
Microsoft Azure Blog
IT之家
IT之家
Security Archives - TechRepublic
Security Archives - TechRepublic
阮一峰的网络日志
阮一峰的网络日志
N
News and Events Feed by Topic
GbyAI
GbyAI
B
Blog
O
OpenAI News
博客园_首页
Cisco Talos Blog
Cisco Talos Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Hacker News: Ask HN
Hacker News: Ask HN
TaoSecurity Blog
TaoSecurity Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
M
MIT News - Artificial intelligence
C
Cybersecurity and Infrastructure Security Agency CISA
Cyberwarzone
Cyberwarzone
Webroot Blog
Webroot Blog
Simon Willison's Weblog
Simon Willison's Weblog
Y
Y Combinator Blog
C
Cisco Blogs
A
Arctic Wolf
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
The Exploit Database - CXSecurity.com
Security Latest
Security Latest
AI
AI
W
WeLiveSecurity
aimingoo的专栏
aimingoo的专栏
The Register - Security
The Register - Security
Project Zero
Project Zero
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale

博客园 - 荷子青

javascript判断字符长度最好的方法 - 荷子青 - 博客园 C#中时间格式的转换(转) 很喜欢的一些道理。 学会了怎么样利用捕获异常提示数据库主键重复错误 - 荷子青 - 博客园 转载(SQL Server 存储过程的分页) 过劳死----IT界杀手 [注:该文属于转载,非原创],好可怕啊! 好东东:asp.net利用多线程执行长时间的任务,客户端显示出任务的执行进度的示例 遇到.net加了验证控件的表单无法提交的问题 学会了在DropDownList的项里加多个空格 做全文检索的小心得 关于sql server全文检索的一些资料收集2 关于sql server全文检索的一些资料收集2 关于sql server全文检索的一些资料收集1 客户自行更改了aspnet用户权限,结果整个网站不能用。查找了资料记录下来 远离“计算机皮肤”七招 计算机族必喝的茶 在CSDN上看到一篇文章。觉得不错。 做日文编码网页解决乱码的经验。(仇日派别砍我~~) 如何监视sql server连接池
排序出现的一个奇怪的问题,找出原因后差点吐血
荷子青 · 2006-01-13 · via 博客园 - 荷子青

好久没写东西了。今天也来写写。

一个很简单的排序,就是按编码,编码前两位是字母,后面是数字。按道理order by num就可以了,
以前显示都正确。后来突然客户说排得不对了。一看,确实不对。
于是把编码拆成字母和数字分开来排,还是不对。简直要怀疑是不是access和sql server不一样了呢

后来检查数据,发现有的排序是对的,有的不对,就把不对的数据单独留下,别的数据先删除。

排出来依然是不对的,于是查看显示出来页面的源文件。。。。终于发现了原因。原来前面两位字母
其中有个是大写O,客户却输成了0,在网页中显示出来是一样的,在数据库里也是一样的,到文本文件里显示出来也只有细微的差别,不仔细看还看不出来呢。