ASP
-
The Method of Zblog to Realize Automatic Pagination of Long Articles The automatic pagination of this long article provides two pagination methods: first, the number can be set according to the number of characters in the article, but there is a disadvantage that if a picture happens to appear at the pagination place, it will be interrupted, and the following content cannot be displayed. The advantage is convenient and suitable for lazy people ..... two thousand and twelve eleven thousand three hundred and ninety-eight -
How to use YT. CMS plug-in The format used by YT.CMS is:<YT: type DataSource="data source">loop body</YT> two thousand and twelve twenty-seven thousand one hundred and thirty-eight -
Method for Zblog to hide background login address Today, I saw someone posting in Pineapple Pavilion asking how to hide the background address of zblog, so I replied and left a backup here for future reference. Zblog is an open, efficient, robust, practical and beautiful blog publishing program based on ASP platform, which is used by a large number of people. I also use this program. ... two thousand and twelve thirteen thousand three hundred and ninety-two -
The difference and relationship between get and post 1. Get is to obtain data from the server, and post is to transfer data to the server; 2. Get adds the data in the form of variable=value to the URL pointed to by the action, and the two are connected with "?", while the variables are connected with "&". Post... two thousand and eleven seven thousand two hundred and eighty-six -
Various database connection codes in ASP The MSAccess database connection uses a DSN connection and does not have a user name and password .. two thousand and eleven seven thousand eight hundred and fifty-eight -
Solution for LAN unable to access local IIS website 1. Right click Default Web Site - Properties in IIS, and set the IP address to the local IP address in the Web Site tab. The default port is 80. 2. Then enter the local IP: port number/site directory/in the local browser to check whether the website can be accessed. 3. After the local machine can be accessed, check whether other machines in the LAN can access it. If not, check the firewall settings. ... two thousand and eleven seventeen thousand nine hundred and fifty-five -
Method of building PHP running environment 1 -- Extract the PHP package to D:/php 2 -- Install Apache to D disk networkdomain: localhostservername: localhostadministrator 'semailaddress: toyean@msn.com3--- Copy the php5apache2_2.dll file under PHP to apache/modules. ... two thousand and ten nine thousand six hundred and ninety-seven -
Application of Database in ASP One of the most important functions of asp is that it allows you to easily connect to the database. It is usually connected to an access or SQL database. Because Access is the easiest to start, and your machine may already have Access installed, we will use Access as an example in the following examples. Once you learn the core technology of ASP and Access database connection, when you start using SQLserver, you will find that .. two thousand and ten nine thousand six hundred and sixty-nine