Tag:web
-
Time:2021-2-23
The teacher decided to use the access database in the final exam to add, delete, modify and query. I think I have no problem now, but I used to connect the access database in the JSP page. No matter which way I do, I have done the connection exercises. But now I want my project’s […]
-
Time:2021-2-23
Q:Hi, scripting guy! How do I grab a URL from the clipboard and open the web site in my browser? — CL A:Hello, CL. These are very interesting questions, or we should say, these are two very interesting questions. Because you actually asked two questions. The first question is simple: can I use a script to […]
-
Time:2021-2-2
RFC RFC is the full name of request for comments, which is usually translated as request for comments. It is a series of notes and documents about Internet, involving the concept, protocol, process, program, meeting minutes, opinions and even humor of computer networkRFC was drafted and edited by Internet Engineering Task Force (IETF)Four stages: Internet […]
-
Time:2021-1-30
For this article, I want to share with you how to deploy on IIS ASP.NET A guide to the core web API. I will guide you to install visual studio 2019,. Net core runtime 3.0. I also make sure I step-by-step guide you to enable it in the server (WEB IIS), use the no managed […]
-
Time:2020-12-18
preface Two days ago, I published the application of formdata to upload files. Then someone asked me how to upload large files to several G files. The common thing is not to upload large files into pieces and then continue to upload files at breakpoints. It’s almost possible to do so by hand. However, if […]
-
Time:2020-12-17
preface For example, in this section, we enter the last section of JWT. JWT essentially obtains access token from the authentication server, and then users can access the protected resources later. But the key question is: how long is the life cycle of the access token set? I’ve seen that some children’s shoes that use […]
-
Time:2020-11-30
web The world wide web is not a special computer network. The world wide web is a large-scale, on-line information repository, English abbreviation for web. The world wide web can easily visit one site on the Internet from another site (that is, the so-called “link to another site”), so as to actively obtain rich information […]
-
Time:2020-11-6
UNIX timestamp, or UNIX time or POSIX time, is a kind of time representation, which is defined asGreenwich mean timeThe total number of seconds since 0:00:00, January 1, 1970 (8:00:00, Beijing time, January 1, 1970). 1tick in C ා is 100 nanoseconds (NS) 1 second (s) = 1000 ms 1 millisecond (MS) = 1000 microseconds […]
-
Time:2020-11-2
This article mainly introduces the principle and application of Java Web interceptor inteceptor, which is introduced in detail through the example code, which has certain reference learning value for everyone’s study or work, and friends in need can refer to it 1、 Introduction Interceptors in Java provide non system level interception, that is to say, […]
-
Time:2020-10-13
MyEclipse can create a web login interface. How can MyEclipse create a web login interface? Let’s take a look at MyEclipse’s tutorial on creating a login page. Software name: Official version of MyEclipse v8.5.0 Software size: 825MB Update time: 2013-03-12Download now 1. First open MyEclipse,Create a web project。 2. Then click Webroot and selectindex.jsp。 3. […]
-
Time:2020-10-11
If you have experience in web programming, you’ve heard or used templates more or less. In short, templates are text files that can be used to create dynamic content. For example, you have a template for the navigation bar of a website, and part of the dynamic content may display a login or logout button […]
-
Time:2020-9-12
1、 Install JDK 1. Uninstall the old version or JDK that comes with the system (1) List all installed jdks rpm -qa | grep jdk (2) Uninstall unneeded JDK Yum – y remove installation package name 2. Download and unzip JDK (1) Download installation package Enter the / usr / local directory to create a […]