problem description the current use of virtual hosts purchased in school days + registered domain names, but only virtual hosts, and is php, search the Ali Cloud virtual host solution to HTTPS, and see the purchase of a HTTPS CDN, it seems to be unsuc...
problem description I am trying to use nginx with hexo to build blog, and then complete the basic configuration. I hope to be able to write it locally and then push it to the git repository on vps. reference tutorial: https: www.jianshu.com p b92.....
systemctl status transmission-daemon transmission-daemon.service - Transmission BitTorrent Daemon Loaded: loaded ( usr lib systemd system transmission-daemon.service; disabled; vendor preset: disabled) Active: active (running) since Wed 2018-12-...
using navicat to connect the MySQL, password on Tencent Cloud returned an error code 1045, but the IP address of the returned information does not match the IP of our CVM. 1045-Access denied for user root @ 222.128.163.89 (using password: YES) ...
check I can only log in to my VPS. with permissions other than root , but I want to use root . xxx@xxx.com [~ .ssh]-sharp su -jailshell: bin su: Permission denied ssh root@xxx.xxx.xxx.xxx root@xxx.xxx.xxx.xxx: Permission denied (publickey). check how...
when vultr buys a vps, and uses python3-m http.server to build a temporary server, when it is downloaded locally, the download speed in the first few seconds is basically 4 seconds. After tens of seconds, the download speed gradually slows down until th...
question background after graduating from the third year of high school, if I want to leave some memories for my classmates, I suggest marking everyone s whereabouts on the map. I always think Google s map is the best to use, but it often doesn t ...
the local startup project reported an error, the same code configuration, but there is no problem with others. solve the reason, { "exception ": "com.mongodb.MongoSocketWriteException: Exception sending messagerntat com.mongodb.connection.Interna...
the time in the table data given by the background is a 13-bit timestamp, which needs to be converted into time to be displayed in the table. timestampToTime (cjsj) { var date = new Date(cjsj) 10*1000131000 var Y = date.getF...
I am now using websocket to do a simple internal message chat function. Now there is a problem that is difficult to solve, that is, offline message receiving and unread message reminder <div class="subordinate"> <!-- --> <...
I use spring-session and redis to share session, and then report the following error. It looks as if spring-context-5.0.7.RELEASE and spring-session-1.3.3.RELEASE are in conflict, but I didn t directly quote whether spring-context, is in some stater pa...
problem description when looking at other people s project code, I found that there is still such a way to declare a function, and it is also very interesting in the way it is called. It can be called with variables and corresponding numbers with var...