Design | Web page
Technology in progress, thinking in the development of the Web page, of course, the pattern will be the fashion day by day. In the "scrolling character", "Happy Lights" has become a common today, the Web page can
Article title: Summary of WEB development technology using ASP to operate Excel Technology. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
I. environment configuration
Server-side environment configuration from the reference data, Microsoft series configuration shoul
fckeditor or editor
Find the two key files inside fckeditor_php4.php fckeditor_php5.php The code for these two files is not much different, obviously with the PHP version
Open these two files
xml/html Codefunction FCKeditor ($instanceName){$this->instancename = $instanceName;$this->basepath = './editor/'; Location of the file where the default editor resides$this->width = ' 100% '; Default Editor width$this->height = ' 350 '; Default Editor High$this->toolbarset = ' Default '; Default Editor
The home page provides an example with Chinese instructions. Many of the following examples can be tested.
CopyCode The Code is as follows:
Copy code The Code is as follows: if you open an Excel file on a webpage, there is Excel. EXE in the process when you close the file. Therefore, you must close the file and refresh the
The home page provides an example with Chinese instructions. Many of the following examples can be tested.Copy codeThe Code is as follows:Copy codeThe Code is as follows:If you open an EXCEL file on a webpage, there will be EXCEL. EXE in the process when you close the file, so you must close it and refresh the page! II
platform of IE browser, and need to reduce the security of IE, so the application is relatively limited. Complex Excel files, or it is better to generate Excel with POI/JXL on the server side. If the browser is fixed bit IE6, browser-side mode 2 is the best solution. If you want to reduce the computational pressure on the server-side CPU, client scenario 3 is feasible, and cross-platform (less fetching and
css| Skills | Web page
Now we have to design the Web page has been inseparable from CSS, using CSS can beautify our web page, this has been a shared knowledge of the!
CSS is the abbreviation for "cascading style Sheets", translate
(file. name ));// Add header information and specify the file size so that the browser can display the download progress.System. Web. httpcontext. Current. response. addheader ("Content-Length", file. length. tostring ());
// Specify a stream that cannot be read by the client and must be downloaded.System. Web. httpcontext. Current. response. contenttype = "application/MS-
"Web development" ☆★ Using POI Operations Excel Table Series tutorial "10" Cell fill color and color operationsPackage Csg.xiaoye.poidemo;import Java.io.fileoutputstream;import Org.apache.poi.hssf.usermodel.HSSFWorkbook; Import Org.apache.poi.ss.usermodel.cell;import Org.apache.poi.ss.usermodel.cellstyle;import Org.apache.poi.ss.usermodel.indexedcolors;import Org.apache.poi.ss.usermodel.row;import Org.apach
Phenomenon:
Yes, a company system that adds a new feature that allows users to select his prefer time format when a page is generated, with the following four time formats to choose from:
Default OPTION:YYYY-MM-DD
Descriptive (1-jan-07)
Short Date:mm/dd/yy
Short Date:dd/mm/yy
In addition, the user can select whether the report is in page form or exported as an Excel
Reprint http://hi.baidu.com/zyb512/blog/item/e9cf70441ce0984a500ffe79.html1. Use the component to generate a Word document or an Excel document from the contents of the report, and export it to print using Office's own printing capabilities2. Use JavaScript or other language-based builds on your Web pageThese two methods are described in detail below1. Generate Word or
"Web development" ☆★ using POI to manipulate Excel Table series tutorial "8" to set how cells are to be usedPackage Csg.xiaoye.poidemo;import Java.io.fileoutputstream;import Org.apache.poi.hssf.usermodel.HSSFCellStyle; Import Org.apache.poi.hssf.usermodel.hssfrichtextstring;import Org.apache.poi.hssf.usermodel.hssfworkbook;import Org.apache.poi.ss.usermodel.cell;import Org.apache.poi.ss.usermodel.cellstyle;
Many projects in the middle of the need for the Web page to print output, some print table content, some print local text, at this time can choose a plan of roughly two kinds.
1. Use the component to generate the content of the report Word document or Excel document, export and use Office with the printing function to print
2. Use JavaScript on
FCKeditor
FCKeditor Editor page/view Editor Version/view File upload path
FCKeditor Editor Page
Fckeditor/_samples/default.html
View Editor Version
Fckeditor/_whatsnew.html
View File Upload Path
Fckeditor/editor/filemanager/browser/default/connectors/asp/connector.asp? command=getfoldersandfilestype=imagecurrentfolder=/
Part of the second line of "Url=/xxx" in an XML
In the early bootstrap framework introduction, my essay, "Combining bootstrap Fileinput plug-ins and bootstrap-table form plug-ins, to achieve file upload, preview, submit import Excel data operation process" described in the use of bootstrap The Fieinput plugin uploads the Excel file to the server, then uses the Bootstrap-table form plugin to display the data, and finally imports it into the system, which
used if a pop-up window is disabled. For an issue where the Execl object cannot be closed, the following method is an expedient method:function Cleanup () { window.clearinterval (IDTMR); CollectGarbage (); }Call Method:IDTMR = Window.setinterval ("Cleanup ();", 1);2. Methods in ASP. NET (C #)This method is similar to the above JS of the 3rd Chinese law (can also be implemented in other Web scripts, such as the ASP in VBScript, or PHP), the for
Several ways to compare HTML page tables to Excel.Examples of forms are as follows:Tr>Category Tr>Tr>Tr>Tr>Table>1, The method of JSA. Copy the entire table into EXCEL function Method1 (tableid) {var curtbl = document.getElementById (TableID);var OXL = new ActiveXObject ("Excel.Application");var owb = OXL.Workbooks.Add ();var osheet = Owb.activesheet;var sel = Document.body.createTextRange ();Sel.movetoelem
Excel| Show | The first step of the page, create an Excel file.
Excel file creation is easy, the key step is to select what you want to display on the page, select menu "Insert"-"name"-"definition", enter your name for the current selection. Here, I'm named MyRange1, which i
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.