current location:Home > javascript保存文件 search
Found a total of 21321 related content
-
- css3 full screen large image small image switching focus image advertising code
- This code is implemented by relying on js files, and the large pictures and small pictures are separated, so that users can save a lot of time and traffic when opening the web page. The implementation method of this code is also very simple. You can directly copy the files under index.html and images to the location you need to run, and then save them. The large and small pictures under images can be changed according to your needs, or you can Add links to larger images.
- 2017-08-16 267 1422
-
- Image cropping plug-in based on HTML5
- Image cropping plug-in based on HTML5, WYSIWYG cropping method, can generate multiple thumbnail size images, based on HTML5 canvas Drawing implementation supports cropping with various effects. Of course, if you need to save the image, you still need a back-end service program to crop the image. The cropping page is implemented based on the Bootstrap framework.
- 2017-01-13 207 2076
-
- The latest native js implementation in 2019 with thumbnail text description left and right carousel switching album plug-in
- Simple and practical native js implementation with thumbnail text description left and right carousel switching album plug-in download. A photo album slide show carousel special effects plug-in based on native JavaScript. It does not introduce any jQuery library and is implemented in just a few lines of native PHP Chinese website.
- 2019-01-28 254 4010
-
- jQuery image content expand-collapse tab
- jQuery image content expands/collapses tabs, and when you click on the image, the corresponding text explanation will appear. Compatible with mainstream browsers, PHP Chinese website recommends downloading! Instructions: 1. The head area references the following files <link rel="stylesheet" href="css/jquery.gridquote.css"> <script type="text/javascript&q
- 2017-03-11 176 1632
-
- terseBanner is a simple and elegant jquery carousel plug-in
- terseBanner is a simple and elegant jquery carousel plug-in. It deletes many impractical or rarely used functions and retains only the most commonly used ones, which are easy to use and fully functional, and can meet the needs of most websites. This carousel chart plug-in supports IE8 browser and touch screen events. Instructions Introduce jquery and jquery.terseBanner.min.js files into the page.
- 2017-08-14 237 1822
-
- HTML5 website is about to launch front-end template
- A website template is a ready-made web page framework. Use web page editing software to replace the original images and text of the template with your own content, and then publish it to your own website. Each website template compressed package contains: PSD image files (can be modified with Photoshop, ImageReady or Fireworks), button image PSD files, Flash source files and font files. It is recommended to use Dreamweaver software to add content to the NNT traffic website template. Website PSD template, Photoshop source file format, PSD files can be stored
- 2017-12-11 108 3103353
-
- HTML5 car-mounted horizontal waxing corporate website front-end template
- A website template is a ready-made web page framework. Use web page editing software to replace the original images and text of the template with your own content, and then publish it to your own website. Each website template compressed package contains: PSD image files (can be modified with Photoshop, ImageReady or Fireworks), button image PSD files, Flash source files and font files. It is recommended to use Dreamweaver software to add content to the NNT traffic website template. Website PSD template, Photoshop source file format, PSD files can be stored
- 2017-12-11 118 3103098
-
- Company registration agency website template
- A website template is a ready-made web page framework. Use web page editing software to replace the original images and text of the template with your own content, and then publish it to your own website. Each website template compressed package contains: PSD image files (can be modified with Photoshop, ImageReady or Fireworks), button image PSD files, Flash source files and font files. It is recommended to use Dreamweaver software to add content to the NNT traffic website template. Website PSD template, Photoshop source file format, PSD files can be stored
- 2017-12-08 141 3112515
-
- Sportswear shopping website template
- A website template is a ready-made web page framework. Use web page editing software to replace the original images and text of the template with your own content, and then publish it to your own website. Each website template compressed package contains: PSD image files (can be modified with Photoshop, ImageReady or Fireworks), button image PSD files, Flash source files and font files. It is recommended to use Dreamweaver software to add content to the NNT traffic website template. Website PSD template, Photoshop source file format, PSD files can be stored
- 2017-12-08 161 3112811
-
- html template with countdown on snowflake background
- A website template is a ready-made web page framework. Use web page editing software to replace the original images and text of the template with your own content, and then publish it to your own website. Each website template compressed package contains: PSD image files (can be modified with Photoshop, ImageReady or Fireworks), button image PSD files, Flash source files and font files. It is recommended to use Dreamweaver software to add content to the NNT traffic website template. Website PSD template, Photoshop source file format, PSD files can be stored
- 2017-12-08 153 3112191
-
- Chinese annotated version of php configuration file php.ini
- The Chinese annotated version of the php configuration file php.ini is an open source book on the internal implementation of PHP compiled by multiple authors. From environment preparation to code implementation, from implementation process to detail extension, from variables, functions, objects to memory, Zend virtual machine... and so on, we will explain the style of PHP.
- 2017-12-09 341 3108287
-
- WeChat Mini Program Accounting Book Development Practical Courseware
- WeChat Mini Program Accounting Book Development Practical Courseware
- 2023-09-21 17 1341
-
- ThinkPHP configuration development and CMS backend practical courseware
- ThinkPHP configuration development and CMS backend practical courseware
- 2023-08-15 32 1562
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1692
-
- PHP programming (summary of basic knowledge points) courseware
- PHP programming (summary of basic knowledge points) courseware
- 2023-06-26 9 1769
-
- FileJavaScriptPaperFileSphere
- File JavaScript paper file sphere free download png format
- 2017-05-22 126 1152
-
- JavaScript file icon
- Free download of JavaScript file icons in PNG format
- 2017-05-22 144 1228
-
- yellow save button
- Yellow save button free download, psd file
- 2017-06-05 173 1786
-
- Dragon Boat Festival rice dumpling fragrance poster banner
- Dragon Boat Festival fragrance poster banner free download bamboo green environmental protection Dragon Boat Festival psd source file
- 2017-05-11 146 1279
-
- Dragon Boat Festival banner background
- Dragon Boat Festival banner background free download zongzi zongzi leaves green environmental protection Dragon Boat Festival psd source file
- 2017-05-23 105 1564
-
- Android development tutorials and notes pdf version
- Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc.
- 2024-02-29 64 3118
-
- Usage examples of Android database SQLite Chinese WORD version
- Android provides three data storage methods, the first is file storage; the second is SharedPreferences storage; and the third is database SQLiteDatabase storage. I don’t need to say more about file storage, but SharedPreferences can access simple data (int, double, float.etc). It is often used for data caching because it is simple to read and store. For details, please refer to this series. Advanced Tutorial for Android Experts (7) - Android Medium
- 2024-02-29 40 1207
-
- Use HTML, CSS, JavaScript to develop Android applications English text pdf version with source file
- If you know HTML, CSS, and JavaScript, you already have the tools you need to develop Android apps. This hands-on book shows how to use these open source web standards to design and build applications that work on any Android device—no Java required. You'll learn how to create an Android-friendly web app on the platform of your choice, then convert it to a native Android app with the free PhoneGap framework
- 2024-02-27 34 1601
-
- Python functions files and modules Chinese WORD version
- This document mainly talks about Python functions, files and modules. This article constructs a complete Python program. Introduces Python functions and modules, and shows how to build a Python program, store it in a file, and run the program through the command line; I hope this document will help friends in need; interested friends can come here have a look
- 2024-01-23 0 1310
-
- Vuex Reference Manual Chinese CHM version
- Vuex is a state management model + library specially designed for Vue.js applications. It provides a centralized storage service for all components within the application, with rules ensuring that state can only change in expected ways. It can be integrated with the Vue official devtools extension to provide advanced features, such as zero-configuration time travel-like (timeline-based) debugging, and state snapshot export/import. This article brings you the Vuex reference manual. Friends who need it can come and take a look!
- 2024-02-29 0 1576
-
- WIKINDX
- Reference management, document management, citations and more. Designed by scholars for scholars, continuously developed since 2003 and used by individuals and major research institutions worldwide, WIKINDX is a virtual research environment (enhanced online literature manager) that stores searchable references, notes, documents, Quotes, thoughts, etc. The integrated WYSIWYG word processor exports formatted articles to RTF and HTML. Plug-ins include a citation style editor and import/export of references (BibTeX, Endnote, RIS, etc.). WIKINDX supports every reference text
- 2023-10-07 195 5046
-
- Nextcloud Server
- Nextcloud Server is a free and open source server software that allows you to store all your data on a server of your choice. With Nextcloud, you can easily access and store data located in data centers you trust, sync data across devices, and share your data for collaboration. It provides the best security in self-hosted file sync and sharing and can be extended with hundreds of apps.
- 2023-08-18 153 2022
-
- Fat-Free Framework
- Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.
- 2024-10-17 4 947
-
- PHPixie
- PHPixie is easy to learn and does not rely on automagic. You will always be in charge of what's happening.
- 2024-10-17 0 872
-
- Slim
- Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
- 2024-10-17 1 730
-
- PHP gets the image address in the CSS file and saves it to a local class
- PHP gets the image address in the CSS file and saves it to a local class
- 2017-03-27 246 2036
-
- ThinkPHP file caching class
- ThinkPHP file caching class
- 2017-03-22 263 2089
-
- PHP file caching class
- PHP file caching class
- 2017-03-18 199 1474
-
- PHP file caching library
- PHP file caching library
- 2018-01-03 193 2619
-
- PHP file caching class
- PHP file caching class
- 2017-12-29 163 2109