微软职位内部推荐-Principal Architect for Windows Security

微软近期Open的职位:



Location: China, Beijing
Division: Operations System Group Engineering

Group Overview
OSG is delivering flagship products in Microsoft. China is a second largest economy in the world. With over one billion mobile subscribers, China has become the largest and most dynamic mobile market in the world, and the PC population in China also nurtures great business opportunities.

We are forming a new team in China, OSG China Engineering team, focusing on delivering China-market specific Windows features and products across different form factors on PC/Phone/Tablet to succeed more broadly in China.

Roles & Responsibilities
We are looking for an architect focused on Windows security. This would be an IC role responsible for:
• Drive security design/architect on Windows across Phone/Tablet/PC to feature teams for China specific needs.
• Solutions on Windows to meet local market needs, including government requirements
• Drive security related differentiations in Phone, competing with Android.
• Evangelize Windows Security in China developers, academy, enterprise and government.
• Working with partner teams in China and Redmond to align up the technical dependencies

Qualifications:
• Significant experiences in Windows security and online security
• Knowledge about the security compete in China
• With great technical passion, terrific problem-solving skills, drive for results, and ability to work independently
• Have experienced full product life cycle; managed project development and schedule to a successful shipping
• Superb communication and collaboration skills, able to influence peers and partners
• Minimum 7 year software development experiences

This position is based in Beijing (China), one of the most vibrant cities in the world. Come to experience the Chinese culture, explosive growth, great shopping and amazing food. The city is very international and easy to live in. -- Join us today!

Microsoft is an equal opportunity employer and supports workforce diversity.
GCR:CN:DEV:EN

如果你想试试这个职位,请跟我联系,我是微软的员工,可以做内部推荐。发你的中英文简历到我的邮箱:Nicholas.lu.mail(at)gmail.com

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
好的,关于 Flask-Principal 扩展的使用举例,我可以向您提供以下例子: 首先在 Flask 应用程序的初始化中,我们要创建一个 Principal 类的实例: ```python from flask_principal import Principal app = Flask(__name__) principal = Principal(app) ``` 然后,我们可以使用 principal.identity_loaded 装饰器来定义一个函数,用于加载用户的身份信息。例如: ```python @principal.identity_loaded.connect def on_identity_loaded(sender, identity): # 获取当前用户的信息 user = get_current_user() # 如果用户未登录,返回 None if user is None: return # 设定身份信息 identity.provides.add(UserNeed(user.id)) ``` 这里的 get_current_user() 函数是由应用程序开发者自己实现的,用于获取当前登录用户的信息。在身份信息被加载后,我们可以使用 principal.identity_changed.send() 方法来改变当前的身份,例如: ```python @bp.route('/login', methods=['POST']) def login(): # 获取用户的登录信息 username = request.form['username'] password = request.form['password'] # 如果用户名或密码不正确,则返回错误信息 if not check_user_credentials(username, password): return '用户名或密码错误' # 设定当前用户的身份信息 identity = Identity(user.id) principal.identity_changed.send(app, identity=identity) return '登录成功' ``` 这里的 check_user_credentials() 函数也是由应用程序开发者自己实现的,用于验证用户的用户名和密码是否正确。当用户成功登录时,我们使用 principal.identity_changed.send() 方法来改变当前的身份信息。 以上就是一个简单的 Flask-Principal 使用举例,希望对您有所帮助。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值