m_Orchestrate learning system---十六、如何快速在一堆字符图标中找到所需

m_Orchestrate learning system---十六、如何快速在一堆字符图标中找到所需

一、总结

一句话总结:find查找字符

比如说找teacher feedback 的图标,可以多在页面上找几个和这个本质相同的东西,比如评论,comments,多试几个单词,就会找

 

1、空控制器和空方法如何使用?

就是_empty方法和Error控制器

基础类base里面有空方法_empty,

基础类

 1 <?php
 2 namespace app\index\controller;
 3 
 4 use think\Controller;  5  6 class Base extends Controller  7 {  8 //空方法  9 public function _empty(){ 10 $this->redirect('index/index'); 11  } 12 }

空控制器

 1 <?php
 2 namespace app\index\controller;
 3 
 4 use app\index\controller\Base;  5  6 class Error extends Base  7 {  8 public function index()  9  { 10 $this->redirect('index/index'); 11  } 12 }

 

 

2、重定向如何使用?

$this->redirect('index/index');

a、重定向和跳转都是控制器里面的,源码都在控制器里面,好找

b、只需要记住这一个参数的写法就好,跳转的话参数肯定是跳转的地址

 

3、准确找图标方法(find)?

比如说找teacher feedback 的图标,可以多在页面上找几个和这个本质相同的东西,比如评论,comments,多试几个单词,就会找到如下效果:

想办法多用查找功能

 

 

 

二、内容在总结中

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Great! Building a logistics management system with Spring Boot is a good choice. Spring Boot is a popular Java framework that can help you quickly build web applications. Here are some steps you can follow: 1. Define the requirements: Before starting the development process, you should define the requirements for the logistics management system. This will help you understand what features are needed and what data needs to be stored. 2. Choose a database: You need to choose a database to store the data for your logistics management system. You can use a SQL database like MySQL or PostgreSQL, or a NoSQL database like MongoDB. 3. Set up the development environment: You need to set up the development environment to start building the logistics management system. You can use an IDE like Eclipse or IntelliJ IDEA, and install the necessary dependencies like Spring Boot and the database driver. 4. Design the database schema: You need to design the database schema to define the tables and relationships between them. This will help you to store and retrieve data efficiently. 5. Create the entities and repositories: You need to create the Java entities that represent the database tables, and the repositories that handle the database operations like insert, update, delete, and select. 6. Implement the business logic: You need to implement the business logic for the logistics management system, like creating orders, managing inventory, and tracking shipments. 7. Implement the REST endpoints: You need to implement the REST endpoints that allow clients to interact with the logistics management system. This includes creating endpoints for creating orders, managing inventory, and tracking shipments. 8. Test the system: You need to test the logistics management system to ensure that it works as expected. You can use tools like JUnit and Mockito to write unit tests for the individual components, and use tools like Postman or Swagger to test the REST endpoints. 9. Deploy the system: You need to deploy the logistics management system to a production environment. You can use tools like Docker and Kubernetes to containerize and orchestrate the application. By following these steps, you can build a robust logistics management system with Spring Boot. Good luck with your project!
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值