微软职位内部推荐-Principal Software Eng Mgr

微软近期Open的职位:

Job Title: &nbsp Principal Software Eng Mgr

Work Location: Shanghai, China


Job Description:


Are you a Linux, UNIX or FreeBSD ninja? &nbsp Think that those skills have no value at a company like Microsoft? &nbsp Think again! &nbsp Come lead the way helping Microsoft embrace Open-Source Software in a big way by making Linux and FreeBSD great guest operating systems running on Windows Server. &nbsp We need your deep experience in the industry where you deployed the LAMP stack to your customers, your savvy understanding of MySQL HA configurations, and your well-earned scars trying to deploy those solutions in the public cloud.


We are the Open Source Technology Center at Microsoft, and our charter is to make the various distributions of Linux and FreeBSD run as good on Hyper-V as Windows does. &nbsp Performance, reliability and stability are key, but that’s not all. &nbsp We also make sure they run great in Microsoft Azure, Microsoft’s public cloud offering.


We are looking for a seasoned technical leader who has deep experience working with Open-Source Software in a broad way, but with specific experience deploying Linux servers running enterprise-class applications. &nbsp Having deep experience with cloud technologies such as Microsoft Azure, Amazon Web Services or AliCloud will be critical to understanding how to best configure, test and deploy these solutions enabling Microsoft customers to simply “click and run” the virtual machine of their choice in Azure.


Our team is rapidly growing. This position is poised to help formulate the long-term strategy for Microsoft’s investments in open-source software for private and public clouds. &nbsp Experience in managing and leading a software engineer team is required. Track record of strong execution and along with the ability to transcend the market/customer requirements to the executables. Strong communication skills are a must as is deep passion for technology. &nbsp A deep understanding of virtualization technologies, operating systems architecture and cloud technologies are key.


Come and join our growing team and become part of a new wave of leaders at Microsoft driving open-source solutions. &nbsp This position is located in Shanghai, China. &nbsp Strong verbal and written English is required. &nbsp Mandarin is a plus.


Microsoft is an equal opportunity employer and supports workforce diversity.

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

转载于:https://www.cnblogs.com/DotNetNuke/p/4184450.html

  • 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、付费专栏及课程。

余额充值