/ administartor/user/list/ {pageSize} / {pageNum} / {orderField}
this is the last orderField given to me by the backstage URL, he said, pass id DESC
and then I Baidu is the descending order in SQL.
so what should I pass on this
/ administartor/user/list/ {pageSize} / {pageNum} / {orderField}
this is the last orderField given to me by the backstage URL, he said, pass id DESC
and then I Baidu is the descending order in SQL.
so what should I pass on this
the definition of this route is too problematic. In most cases, PageSize is fixed. PageNum and orderFeild are not fixed, and PageNum still has a default value.
instead of using URI stitching as an interface, you should use queryString to pass parameters to achieve Filter effect.
all three are possible.
you send him a / administartor/user/list/99999999999/1/id%20DESC;%20Drop%20table%20user;
recently, when I was writing a node project, I found that it was troublesome to write a bunch of sql statements when connecting to mysql with node.js. I went to npm s official website to search for nothing, so I would like to ask if there is a similar f...
how should a like collection system design a data table? I intend to add an array to the user table, put the id of the like content in it, cancel the like, and then remove the id from the array . find a better way ...
1: { name: A , age: 10 } 2: [{ id:1, name: A , 1name book: xxx }, { id:2, name: A , book: xxx }] name A book are all stored in Table 2. How to deal with a table structure like this? ...
1. What kind of record is used in the card game record? I think MongoDB would be better, wouldn t it? 2. Is the logic of playing cards in any language? Is it okay to develop with php ? 3. are the rules of the game and card logic quite difficult? ...
as shown in the figure, Table 1 is associated with Table 2. How to click submit and save the two tables together ...
as shown in the figure, if you write x.from_unixtime (xxx,xxx) directly with js, you will report an error directly. how should the value of this object be read? Hurry! ...
bulkCreate (records, [options])-> Promise. < Array. < Instance > > after setting the options.ignoreDuplicates option, instances of records array records will be returned regardless of whether they are created or ignored. How to get only the affected row...
? ...
js operates the database ...