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, suitable for lazy people two thousand and twelve seven thousand nine hundred and eighty-two -
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 thousand five hundred and thirty -
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 ten thousand six hundred and three -
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 four thousand and twenty-five -
Various database connection codes in ASP MSAccess database connection uses DSN connection and does not have user name and password two thousand and eleven four thousand five hundred and one -
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 be accessed. If not, check the firewall settings two thousand and eleven thirteen thousand one hundred and forty-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--- Put php5apache2 under PHP_ 2. Copy the dll file to apache/modules two thousand and ten five thousand five hundred and fifty-two -
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 SQL server, you will find that two thousand and ten five thousand six hundred and sixty-five