IT Log

Record various IT issues and difficulties.

Tag: development environment


  • Based on SprintBoot, Mybatis, and Mysql: Computer Store Project – User Registration

          🧸Anqingh:Personal Home    🎥Personal Column:[Computer Network][MyBatis Series] About Me:A fun and sleepy INTP student who looks forward to sharing knowledge with more people sincerely. Table of Contents 🚀 Project Overview 🚦 Project Functionality 🚦 Development Sequence 🚦 Module Development 🚀 Project Development Environment  🎯Building the Project  🎯User Registration 1. Selecting the Data Table…


  • What is the way to modify numpy source code

    To modify the NumPy source code, follow these steps: Access the Source Code: Visit the official NumPy GitHub repository at https://github.com/numpy/numpy. Fork the repository to create your own version or clone it to your local machine. Set Up a Development Environment: Install Python and necessary dependencies (e.g., pip, virtualenv). Create a virtual environment and activate…