According to the data import function settings of the system

1. Backend @Log(title = “Bus Stop”, businessType = BusinessType.IMPORT) @PreAuthorize(“@ss.hasPermi(‘busStop:busStop:import’)”) @PostMapping(“/importData”) public AjaxResult importData(MultipartFile file, boolean updateSupport) throws Exception {<!– –> ExcelUtil<BusStop> util = new ExcelUtil<BusStop>(BusStop.class); List<BusStop> busStopList = util.importExcel(file.getInputStream()); LoginUser loginUser = tokenService.getLoginUser(ServletUtils.getRequest()); String operName = loginUser.getUsername(); String message = busStopService.importUser(busStopList, updateSupport, operName); return AjaxResult.success(message); } @GetMapping(“/importTemplate”) public AjaxResult importTemplate() {<!– –> ExcelUtil<BusStop> util […]

Turn on the browser javascript function, and enable javascript in the browser settings

This article will talk about the benefits of turning on JavaScript in the browser and how to set up the browser to support JavaScript. I hope it will be helpful to you. Don’t forget to bookmark this site. (1) JavaScript about browsers JavaScript about browsers JavaScript runs in browsers. Different browsers have different support for […]

66_Pandas How to check and change option settings

66_How to check and change option settings in Pandas Using pandas, you can customize behavior and display by changing option settings. Explains how to check and change various setting values. The following content is explained here. Access properties to inspect and change settings: options Display configuration information in list form: describe_option() Use functions to check […]

settings.json in Vscode

{ //File directory icon “workbench.iconTheme”: “vscode-icons”, // vscode adjusts the zoom level of the window “window.zoomLevel”: 0.5, //Set text line height “editor.lineHeight”: 24, //Set font // “editor.fontFamily”: “‘Droid Sans Mono’, ‘Courier New’, monospace, ‘Droid Sans Fallback'”, //Enable row number prompt “editor.lineNumbers”: “on”, // Display a small panel with parameter documentation and type information while typing. […]

ubuntu PX4 vscode stlink debug settings

Hardware stlink holybro debug board pixhawk4 Install openocd Official documentation, but the first step of installation is recommended to install from the source code, which has fewer bugs. github link Compile and install, refer to ./bootstrap (when building from the git repository) ./configure [options] make sudo make install After installation, there is an openocd under […]

036-Third generation software development-system time setting

Third generation software development-system time setting Article directory Third generation software development-system time setting Project Introduction System time settings Demonstration effect QML implementation Friends created their own Tumbler Qt Home Tumbler C++ side implementation in conclusion Keywords: Qt、 Qml、 Time、 Time, System Project introduction Welcome to our QML & C++ project! This project combines the […]

037-Third generation software development-system volume setting

Third generation software development-system volume setting Article directory Third generation software development-system volume setting Project Introduction System volume settings QML implementation C++ implementation in conclusion Keywords: Qt、 Qml、 volume、 Sound, GPT Project introduction Welcome to our QML & C++ project! This project combines the power of QML (Qt Meta-Object Language) and C++ to develop excellent […]

From zero to one: setting up the server environment and using Docker to deploy the project online

1. Server purchase 1. Purchase a server Go to Alibaba Cloud official website to purchase a server Go to Alibaba Cloud or Tencent Cloud to buy a server. There are flash sales or newbie discounts. Generally, you can buy one for about 80 yuan for about a year.Select CentOS7.6 as the image. I purchased Alibaba […]

? Setting up and using the uniapp environment (beginning)

? uniapp environment construction There are two tools needed to develop uniapp: 1. Platform and address used: Several platforms and addresses you need to know: (1) WeChat public platform https://mp.weixin.qq.com/ (2) WeChat development documentation https://developers.weixin.qq.com/miniprogram/dev/devtools/devtools.html (3) uniapp development documentation https://uniapp.dcloud.net.cn/ 2. HbuilderX (development tool) The official website address is: https://www.dcloud.io/ download link https://www.dcloud.io/hbuilderx.html Select the […]