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

推荐订阅源

博客园_首页
B
Blog RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
V
V2EX
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Engineering at Meta
Engineering at Meta
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
M
MIT News - Artificial intelligence
IT之家
IT之家
博客园 - 【当耐特】
U
Unit 42
云风的 BLOG
云风的 BLOG
L
LangChain Blog
小众软件
小众软件
Microsoft Security Blog
Microsoft Security Blog
B
Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
宝玉的分享
宝玉的分享
N
Netflix TechBlog - Medium

博客园 - 北极冰点水

如何用C#代码设置文件的附加属性啊 例如author, subject 这些啊 在.NET中使TextBox只能输入数字的方法(key 和 clipboardData) - 北极冰点水 怎样在XML中使用&和字符 ViewState深入,Textbox,Checkbox,CheckboxList,RadioButtonList 不能禁止ViewState textbox web控件 根本无视enableviewsate 是否true 或者false, 依然能够相应用户的输入 什么是One-Click技术 未将对象引用到对象的实例 asp.net执行.sql文件 和 Cmd 模式执行sql文件 - 北极冰点水 后期维护成本 用.net开发不同操作系统下应用的winform的size大小问题 怎样让用户可以跟踪查询数据库数据变化 也谈下vs2005中的gridview Vs2005 调试状态下的异常处理是比2003要好多了,布局图片也漂亮 vs2005 Gridview 得问题??? vs2005的数据库连接问题 2.0 Master Page C# 的 Delegate Type 安装SqlServer2005 Express Edit版 和 Vs 2005 CTP版 快速”格式化和常规格式化之间的区别
在MembershipProvider中,现在的版本中MobileAlias 是没用的
北极冰点水 · 2005-12-16 · via 博客园 - 北极冰点水

打开vs2005提供安装sql2005的aspnet_Users表,我们会看到MobileAlias 字段(现在增加User后该字段都是null),其他字段意思还是比较容易了解,但是MobileAlias 是什么意思呢,开始我以为只是一个user的别名,就像偶们不是常常有网名一样.可是还是觉得不对劲.后来找到了这个回复,总算是明白了:这个字段现在是没用的,是微软为了以后而预留的,我们现在可以忽略它.
原意是:移动电话的pin码,是为了移动用户更容易登录而设计的.

还是看下设计者的原话吧:
Re: MembershipProvider - what is MobileAlias?

The MobileAlias (and MobilePin too I believe) is something I designed into the Membership database while I was still at Microsoft. The feature itself (mobile login -- e.g., r56 vs rhoward and mobile pin for password) was designed to enable easy sign-on for mobile users. the feature got cut VERY early on, but we decided to leave the db columns in there for future use.

Thanks,
Rob