Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如
我正在运行配置为在用户帐户下运行的 Windows 服务 我已更改用户帐户的密码。
如果我不更改该服务上用户帐户的登录密码,该服务会发生什么情况?
我想知道 Windows 是否会重新尝试使用旧凭据登录并锁定帐户?
它会退休多少?
该服务将继续运行。但下一次就不会开始了。您必须使用新密码重新配置服务。
我正在尝试允许用户使用 Stripe 在我的应用中添加信用卡。当我调用下面的代码(来自文档:https ://stripe.com/docs/api#create_card )时,我收到以下错误。
是文档过时了还是我做错了什么?