Django、Vue 和Element UI 前后端原理论述程序员尚且如此,对于测试人员来说,GPT 也成了一道门槛和一道台阶。但是,除 了恐惧,我们可以利用 GPT 做些什么呢?总不能坐以待毙是不是?!何不想想,如何让 GPT 为我所用。驯服 AI,而不是被 AI 征服。这一点,应该是作为人类最基本的觉悟。 所以,笔者想,AI 辅助测试可能会成了一个新标杆。那么,让我们看看 GPT 能帮我 们做什么吧。 常见的,利用 GPT 广阔的知识领域进行问题检索。比如,帮助我们进行知识问答, 除此之外呢?有没有试想过:既然如此好用,那为什么不能自动帮我们生成用例呢? 谁说不能?!让我们一起来了解一下,GPT 的新型编程助手——Bito AI。 Bito AI 简介 官网地址:https://bito.ai/。 Bito 是一款免费的(敲黑板,划重点了)AI 驱动代码助手。官网鲜明地表示:它存 在的目的,是提升开发人员编程效率,将代码生成速度提高 10 倍。就看这个数据是不是 就很引人注目? 加密。 除此之外呢?它还可以生成测试用例,保障软件开发人员的代码质量,提高开发团 队生产力和效率。 值得再次强调的是:它是一款免费工具。免费!免费! ·安装方法 上面已经说过,Bito AI 适用于 AppCode、GoLand、IntelliJ、PyCharm、PhpStorm、 Rider、RubyMine 和 WebStorm,具有很好的兼容性。所有,它能满足绝大部分开发人员0 码力 | 61 页 | 6.84 MB | 1 年前3
Django CMS 4.1.x Documentation[https://www.django-cms.org/en/about-us/] is a non-profit organisation that exists to support the development of django CMS and its community. Discord Join our friendly Discord server [https://discord-support-channel up your Django development server (Step 3) Now you are ready to spin up Django’s development server by first changing directory into the project folder and then spinning up the development server: You can configured further. You are unlikely to be using that for a project in production, but it’s ideal for development and exploration, especially as it is configured by default in a new Django project’s DATABASES0 码力 | 518 页 | 1.66 MB | 6 月前3
Django 1.8.x DocumentationPlaying with the API Writing your first Django app, part 2 Creating an admin user Start the development server Enter the admin site Make the poll app modifiable in the admin Explore the free admin functionality versions Writing your first patch for Django Introduction Installing Git Getting a copy of Django’s development version Rolling back to a previous revision of Django Running Django’s test suite for the first Examples Preventing header injection The EmailMessage class Email backends Configuring email for development Internationalization and localization Overview Definitions The “local flavor” add-ons How to0 码力 | 2454 页 | 2.85 MB | 1 年前3
Django 1.10.x DocumentationInstall Django Verifying That’s it! Writing your first Django app, part 1 Creating a project The development server Creating the Polls app Write your first view Writing your first Django app, part 2 Database first patch for Django Introduction Code of Conduct Installing Git Getting a copy of Django’s development version Rolling back to a previous revision of Django Running Django’s test suite for the first Examples Preventing header injection The EmailMessage class Email backends Configuring email for development Internationalization and localization Overview Definitions Logging A quick logging primer Using0 码力 | 2538 页 | 2.59 MB | 1 年前3
Django 1.8.x Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.7 The development process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.8 Integrating media | Formsets | Customizing validation 1.7 The development process Learn about the various components and tools to help you in the development and testing of Django applications: • Settings: Overview Admin documentation generator 1.9 Security Security is a topic of paramount importance in the development of Web applications and Django provides multiple protection tools and mechanisms: • Security overview0 码力 | 1685 页 | 6.01 MB | 1 年前3
Django 2.2.x DocumentationInstall Django Verifying That’s it! Writing your first Django app, part 1 Creating a project The development server Creating the Polls app Write your first view Writing your first Django app, part 2 Database first patch for Django Introduction Code of Conduct Installing Git Getting a copy of Django’s development version Running Django’s test suite for the first time Working on a feature Creating a branch for Examples Preventing header injection The EmailMessage class Email backends Configuring email for development Internationalization and localization Overview Definitions Logging A quick logging primer Using0 码力 | 2915 页 | 2.83 MB | 1 年前3
Django 1.11.x DocumentationInstall Django Verifying That’s it! Writing your first Django app, part 1 Creating a project The development server Creating the Polls app Write your first view Writing your first Django app, part 2 Database first patch for Django Introduction Code of Conduct Installing Git Getting a copy of Django’s development version Rolling back to a previous revision of Django Running Django’s test suite for the first Examples Preventing header injection The EmailMessage class Email backends Configuring email for development Internationalization and localization Overview Definitions Logging A quick logging primer Using0 码力 | 2747 页 | 2.67 MB | 1 年前3
Django 2.1.x DocumentationInstall Django Verifying That’s it! Writing your first Django app, part 1 Creating a project The development server Creating the Polls app Write your first view Writing your first Django app, part 2 Database first patch for Django Introduction Code of Conduct Installing Git Getting a copy of Django’s development version Running Django’s test suite for the first time Working on a feature Creating a branch for Examples Preventing header injection The EmailMessage class Email backends Configuring email for development Internationalization and localization Overview Definitions Logging A quick logging primer Using0 码力 | 2790 页 | 2.71 MB | 1 年前3
Django 2.0.x DocumentationInstall Django Verifying That’s it! Writing your first Django app, part 1 Creating a project The development server Creating the Polls app Write your first view Writing your first Django app, part 2 Database first patch for Django Introduction Code of Conduct Installing Git Getting a copy of Django’s development version Rolling back to a previous revision of Django Running Django’s test suite for the first Examples Preventing header injection The EmailMessage class Email backends Configuring email for development Internationalization and localization Overview Definitions Logging A quick logging primer Using0 码力 | 2746 页 | 2.67 MB | 1 年前3
Django 1.10.x Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.8 The development process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.9 series of steps to create a Web application. Start here if you’re new to Django or Web application development. Also look at the “First steps” below. • Topic guides discuss key topics and concepts at a fairly Integrating media | Formsets | Customizing validation 1.8 The development process Learn about the various components and tools to help you in the development and testing of Django applications: • Settings: Overview0 码力 | 1817 页 | 6.19 MB | 1 年前3
共 91 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10













