js reads the Excel table, js finishes clicking to copy the data

Crap Project requirements: read a block of excel according to the date; generate an array; click to copy the array for other purposes; Read different sheet s according to the week (lower left corner of Excel) Read Monday's title and Tuesday's title, in turn.. The Excel content area is as follows: Final effect example: U ...

Posted by skripty on Tue, 31 Mar 2020 00:00:38 -0700

Springboot returns json or xml or html according to the url suffix

Springboot is based on the url suffix Return json or xml; Returns html based on the suffix name. Author: liuren Copyright notice: This is an original article, following CC 4.0 BY-SA copyright agreement. Please attach the original source link and this notice for reprint. Initializing the Springboot project 1, pom.xml package introduced first ...

Posted by srdva59 on Mon, 30 Mar 2020 09:33:51 -0700

Python crawler crawls data from mobile APP

1. Grab APP data package Please refer to this blog post for detailed methods: http://my.oschina.net/jhao104/blog/605963 Get the login address of the super curriculum: http://120.55.151.61/V2/StudentSkip/loginCheckV4.action Form: The form includes the user name and password. Of course, they are all encrypted. There is also a de ...

Posted by brown2005 on Mon, 30 Mar 2020 07:23:31 -0700

Polar rabbit express bill No. query - polar rabbit Express

Preface After reading this article, copy the source code to your project, and you can quickly complete the docking of polar rabbit express interface. The effect of the interface displayed on the official website of polar rabbit express is more suitable for novices, Call the polar rabbit Express query API interface of the express bird to query ...

Posted by dk4210 on Mon, 30 Mar 2020 00:16:37 -0700

Vue - - Nuxt.js for the whole family

1. Directory structure   2. Aliases On the vue page of nuxt.js, you can use ~or ~~ if you need to import resources from a directory such as assets or static.   3. Routing Nuxt.js automatically generates the routing configuration for the vue-router module based on the pages directory structure. To use routing between pages, we recomm ...

Posted by nemesis.2002 on Sun, 29 Mar 2020 19:53:29 -0700

Remember to parse the string once: find the starting position of the specified N strings in the target string

In our project, there is a scenario: a drop-down selection box, which supports user input and displays the final result in the text box (that is, ordinary string, and the user's selection in the drop-down box is in []) I don't know if I can imagine that when I write a note, it's a little close to the function of choosing "tag tag" in ...

Posted by bidnshop on Sat, 28 Mar 2020 04:15:35 -0700

Record an update of Mongodb database to array or object

It has been updated to some simple basic types until one day an update operation covering a certain field (this field is an array) was written. There is a problem. There is a problem in the database A little confused. Of course, if we set the type when updating, this problem will not occur. One of the preconditions for this problem is that we a ...

Posted by GroundZeroStudios on Sat, 28 Mar 2020 03:11:50 -0700

axios in vue

axios in vue 1.install axios npm: $ npm install axios -S cdn: <script src="https://unpkg.com/axios/dist/axios.min.js"></script> 2. Configure axios //Create a new api/index.js file in the project to configure axios api/index.js //Copy code import axios from 'axios'; let http = axios.create({ baseURL: ...

Posted by neerav on Thu, 26 Mar 2020 10:04:12 -0700

Go language introduction structure & Practice

Structure & Practice structural morphology Definition The object-oriented in Go is realized by struct, which is a user-defined type //Define structure /Define structure type User struct { Name string Gender string Age int AvatarUrl string } func useStruct() { //Initialize structure 1 var user1 User u ...

Posted by godwisam on Thu, 26 Mar 2020 09:09:21 -0700

Wechat service number silent authorization calling procedure record

Wechat silent authorization process related problem process record Related tools Intranet penetration tool Peanut hull There is free 1G traffic per month, but I need to hold my ID card to take photos and upload. It's too troublesome to use. natapp Easy to use, you need to scan the real name with Alipay. other... Other friends also ...

Posted by farkewie on Wed, 25 Mar 2020 21:04:12 -0700