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

推荐订阅源

SecWiki News
SecWiki News
Microsoft Azure Blog
Microsoft Azure Blog
V2EX - 技术
V2EX - 技术
N
News and Events Feed by Topic
Webroot Blog
Webroot Blog
博客园_首页
月光博客
月光博客
N
News | PayPal Newsroom
The Cloudflare Blog
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
量子位
G
Google Developers Blog
T
Troy Hunt's Blog
博客园 - Franky
腾讯CDC
S
Security Affairs
J
Java Code Geeks
aimingoo的专栏
aimingoo的专栏
S
Security @ Cisco Blogs
www.infosecurity-magazine.com
www.infosecurity-magazine.com
The Last Watchdog
The Last Watchdog
B
Blog RSS Feed
D
DataBreaches.Net
Recorded Future
Recorded Future
H
Heimdal Security Blog
V
Vulnerabilities – Threatpost
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
D
Docker
P
Proofpoint News Feed
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
S
Secure Thoughts
Engineering at Meta
Engineering at Meta
PCI Perspectives
PCI Perspectives
宝玉的分享
宝玉的分享
The Hacker News
The Hacker News
有赞技术团队
有赞技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Cloudbric
Cloudbric
Microsoft Security Blog
Microsoft Security Blog
G
GRAHAM CLULEY
MyScale Blog
MyScale Blog
L
LINUX DO - 热门话题
雷峰网
雷峰网
Know Your Adversary
Know Your Adversary

博客园 - [曾恩]

IIS7根据PID查找对应的站点 CentOS 6.4 i386 版本安装 FastDFS、使用Nginx作为文件访问WEB服务器 Mysql导出表结构、表数据 编译器错误消息: CS0016: 未能写入输出文件“c:/Windows/Microsoft.NET/Framework/v4.0.50727/Temporary ASP.NET Files/root .... 拒绝访问。 LVS + KEEPALIVED + WINDOWS SERVER 2008 R2 ------高可用负载均衡 windows中IIS7配置PHP(FastCGI模式-PHP在IIS下运行最高效最稳定的模式) 因为数据库正在使用,所以无法获得对数据库的独占访问权 SQL 2005 / SQL 2008 HTML常用字符串替换 获取包含中文字符串的长度、截取包含中文的字符串 设置winform中webBrower控件所使用的IE版本 C#中的类修饰符 partial 在windows下安装环回适配器(Microsoft Loopback Adapter) Linux(CentOS)安装分区方案 Linux(CentOS)日常操作命令 Linux(CentOS)目录操作命令、文件操作命令、压缩解压缩命令 Linux(CentOS)挂载移动硬盘,实现文件拷贝、备份 windows server 2003 运行 asp.net MVC MySql命令行下导出、导入数据 SQL中的循环、for循环、游标
bit(位)、byte(字节)、字符、英文字母、中文
[曾恩] · 2012-07-12 · via 博客园 - [曾恩]

1. bit:位
  一个二进制数据0或1代表1bit

2. byte:字节
    存储空间的基本计量单位,如sql server中的varchar(60)即是指60个字节
    1 byte = 8 bit

3. 一个英文字母占一个字节
    1 英文字母 = 1 byte = 8 bit

4. 一个汉字占2个字节
    1 汉字 = 2 byte = 16 bit