sh 14:在Shell中创建用户

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 14:在Shell中创建用户相关的知识,希望对你有一定的参考价值。

>>> john = User(username='john', email='john@example.com', confirmed=True)
>>> mary = User(username='mary', email='mary@example.com', confirmed=True)
>>> db.session.add(john)
>>> db.session.add(mary)
>>> db.session.commit()

以上是关于sh 14:在Shell中创建用户的主要内容,如果未能解决你的问题,请参考以下文章

sh 在unix中创建用户

sh 在linux中创建用户(以root身份运行)

sh 在Mongo 2.6中创建超级用户和数据库用户

sh 在Mongo 2.6中创建超级用户和数据库用户

如何在 C++ 中创建 shell 使用的 IconHandler?

在与shell脚本相同的目录中创建文件夹[重复]