-
Session problem of Django
blog s article like function, like once + 1, use session to record the current user problem point is: if you like article 1, article 2 will indicate that it has been supported. The reason is to judge that session how to realize that articles cannot b...
-
Enter python-m SimpleHTTPServer 8888 & in windows cmd
enter python-m SimpleHTTPServer 8888 in windows cmd & access the local file how to check out this access
what should I do if I want to go back to the original interface after I visit the local file
...
-
Chrome debugging
Please tell me why chrome debugging js file breakpoint, then why walk to other js files inside? how to avoid this? ...
-
The browser did not update the script when Flask modified the js script to restart the web service, which is why
I recently made a known Flask project, but debugging is a headache. Every time I update the static files such as js scripts or css, and restart the Flask service, I refresh the page, but these files are not updated last time, and they need to be cleared ...
-
The < script > tags in html are all exactly the same. How can you tell the difference?
<html>
<srcipt > 1
<srcipt > 2
....
< html>
there must be no problem when loading. If I want to get a specified srcipt tag, I can get the element by getting the < script > array and then using the su...
-
How does QQ WeChat Group @ all Women
how does the QQ WeChat group @ all women, get all women s information ...
-
Is the currency decimal type often used in actual development?
I usually use int for storage. The unit of data storage is divided into points. For example, for goods worth one yuan, it is 100 in the database. I think it s simple and straightforward, and there s no need to think about compatibility or anything.
...
-
Umeditor this editor. The hyperlinks inside, why did they all become after clicking on the source code?
html
html :
The hyperlinks have become http: undefined? read the online changes are not successful. I don t know what s going on?
...
-
I want to be a Mini Program who memorizes CET-4 and CET-6. I have a question about how to obtain audio. I hope I can help you answer it.
there is a ready-made CET-4 and CET-6 vocabulary on the Internet. Api can get words, translations, phonetic symbols and audio URLs through the vocabulary request. the local audio that Mini Program requests to save 500words at a time, there are three wa...
-
Is it possible to use qs.stringify to deal with object arrays? How does the Django backend get the data?
I want to transfer the array of objects to the background using post. This is how I pass it:
Http({
method: POST ,
url: addGroup ,
data:qs.stringify({
list :this.excelData
})
})
...
-
How does NodeJS chat implement the delivery of messages between peer-to-peer clients?
one of the projects that I am very interested in learning node, recently is to make chat tools.
at first, it established a socket connection between the server and the client, and then sent messages to each other. now I want to communicate between th...
-
On the problem of Mini Program transferring data in wepy
Picture description
I want to know why the item, can t be passed, that is, the item that the parent component gets in the loop, why can t it be passed to the child component?
...
-
When developing a chrome browser, you have chosen Disable cache, but there is still a cache, so you need to restart the browser?
...
-
When github created the warehouse, did it make no sense to choose this sentence?
...
-
A class has an and b function,a calling b. Visit a now, how to get the name? of an in b
as described in the question, how to implement in each language
has been reported to the Shoushou Party! It is said that the hand-holding party or the problem is too stupid, but it does not explain the specific reason?
...
-
How should the unfold operator that React.js assigns values to component properties be understood?
create a component and render it to the page:
class person extends React.Component{
constructor(name,age)
{
this.name = name;
this.age = age;
}
render(){
return( <div>{this.props.name}--{this.props...
-
What does this regular expression mean?
I am doing the Titanic test and found that the meaning of such a code is not quite clear 1 Why is there a number in the first one, please tell me what does it mean 2 Why? + means to repeat what does it mean by using two 3 regular expressions? Thank y...
-
How does the FLASK backend read multiple options selected by front-end bootstrap-select users?
novice, who is trying to write a project by himself with flask, uses bootstrap-select s drop-down multi-selection menu to pass parameters from the background to option display list. There is no problem with the multi-selection function, but he does ...
-
The generator function of Javascript needs an extra asterisk, but Python does not need an extra identity. Why is it designed like this?
A Javascript generator function looks like this:
def gen(n):
for i in range(n):
yield i
>>> list(gen(10))
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
python does not require additional identification when declaring. Just use yield directly.
bot...
-
Python rookie, can't transfer Javascript program to python, please?
1. I am just a beginner of python, website content crawling classics processing as follows, temporarily do not understand Javascript, please help!
$(function () {
$( .port-box )["each"](function(wssP1, fnDKXroKU2) {
var ClpoEy3 = $(fnD...