current location:Home > navicat导入sql文件 search
Found a total of 21313 related content
-
- jQuery file tree menu plugin proTree
- proTree is a jQuery file tree menu plug-in that uses arrays to import file tree structure menu style effects.
- 2017-12-13 55 1244
-
- jquery focus image special effects code with thumbnails
- This is a jquery focus image special effects code with thumbnails. This focus map enables forward and backward navigation by sliding the mouse over the thumbnails. The effect is simple, compatible with IE8, and very practical. Instructions Introduce jquery and jquery.slides.js files, as well as the style file style.css into the page.
- 2017-08-14 117 1629
-
- jquery stacked image left and right switching carousel image plug-in
- This is a jquery stacked image left and right switching carousel plugin. This carousel image plug-in can align and stack images left and right, and you can switch images left and right through the front and rear navigation buttons. Usage Introduce jquery, jQuery-easing.js and jQuery-jcImgScroll.js files into the page.
- 2017-08-14 152 2093
-
- Pure js picture album slide effects with thumbnails
- This is a photo album slideshow effect with thumbnails made using pure js. This picture slideshow has powerful special effects. You can directly use the mouse to navigate forward and backward, and you can also switch pictures through thumbnails. You can also enter thumbnail preview mode to view all pictures. Instructions Introduce base.css and gallery.css style files, as well as BX.1.0.1.U.js, gallery.js and piclist.js files into the page.
- 2017-08-16 111 2052
-
- jquery mall navigation menu with product category sidebar list
- This is a mall navigation menu with a product category sidebar list made using jquery. The mall menu is compatible with IE8 browser. Users can view the list of various products by clicking on the drop-down menu on the left, which is very practical and convenient. Instructions Introduce the style file style.css and jquery.min.js file into the page.
- 2017-08-24 187 3801
-
- Empire CMS green concise article information template v1.0
- As we all know, Empire CMS has rich functions and high security, but there are few free templates. Now we are sharing a green version of simple article information Empire CMS template for everyone to use for free. Template installation instructions: Import the temp file in the compressed package in the background, and then upload other files to the /skin/ directory of the website.
- 2017-01-19 119 3581966
-
- Free Classical Personal Blog Website Empire CMS Template
- The free classical personal blog website Empire CMS template is a classical blog template. The background image and title background are the two colors of the entire template. This classical style template is created using picture effects combined with the flash animation effects of the navigation bar. Installation Notes: 1. The 3 downloaded folders css images js are placed in the root directory of the network. 2. In the website background, go to top-template-template group management and import the downloaded template file. 3. Enable imported templates 4. Update the corresponding background information
- 2017-01-19 152 3582306
-
- Tuoyuan.com Theme Toyean V2.4 Zblog Template
- toyean V2.0 theme only supports zblog2.0. If you need to support version 1.8, please download: toyean V1.2.1, toyeanV1.2.2. During the installation of themes for versions below toyean V1.2.2, if the local import ZTI file upload fails because the template is larger than 200K, please upload your ZTI format theme package file (toyean.zti): 1. Use FTP to upload to the \PLUGIN\ThemeSapper\Export\ directory under the zblog root directory.
- 2017-01-21 110 3581930
-
- Travel hotel booking car rental service website template
- One-stop service website template for travel hotel booking and car rental is a travel website template download suitable for providing one-stop service for hotel booking and car rental. Tip: This template calls the Google font library, and the page may open slowly.
- 2024-01-17 48 673
-
- Internet data SEO service website template
- Internet data SEO service website template is a promotional website template download suitable for Internet companies that provide SEO, data analysis, software development and other services. Tip: This template calls the Google font library, and the page may open slowly.
- 2024-01-17 18 778
-
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
- 2023-06-26 34 1340
-
- ThinkPHP6 backend management payment system--practical development courseware
- ThinkPHP6 backend management payment system--practical development courseware
- 2024-05-09 36 1329
-
- PHP+MySQL basic introductory course courseware
- PHP+MySQL basic introductory course courseware
- 2023-11-06 32 1049
-
- HTML5CSS3JavaScriptES6 introductory course courseware
- HTML5CSS3JavaScriptES6 introductory course courseware
- 2023-11-06 56 914
-
- WeChat Mini Program Accounting Book Development Practical Courseware
- WeChat Mini Program Accounting Book Development Practical Courseware
- 2023-09-21 17 998
-
- Clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 378
-
- Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
- This is an April Fool's Day vector material designed by a red-nosed clown popping out of a box. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 0 348
-
- Colorful beautiful floral design spring background vector material (AI+EPS)
- This is a spring background vector material designed with colorful and beautiful flowers. It is available in AI and EPS formats, including JPG preview.
- 2023-08-31 1 368
-
- 14 different types of dinosaur vector materials (EPS+PNG)
- This is a different kind of dinosaur vector material, available in EPS and PNG formats, including JPG preview.
- 2023-08-31 1 508
-
- Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
- This is a side vector material of a Tyrannosaurus rex with its mouth open. It is available in EPS and PNG formats, including a JPG preview.
- 2023-08-31 0 386
-
- Use PowerDesigner to import SQL to generate data table model Chinese WORD version
- This document mainly talks about using PowerDesigner to import SQL to generate a data table model; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-02-26 0 1056
-
- Python module learning Chinese WORD version
- This document mainly talks about module learning in Python; Python is composed of a series of modules. Each module is a file with the suffix py. At the same time, the module is also a namespace, thus avoiding the problem of variable name conflicts. We can understand modules as lib libraries. If you need to use a function or object in a certain module, you must import this module before it can be used. Except for the system default modules (built-in functions), which do not need to be imported. I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-25 2 1042
-
- 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 1219
-
- Android driver development examples Chinese WORD version
- This document describes how to completely develop a driver on Android 2.1 to control the hardware port and write an application to test the driver. Through such an example, it analyzes the application calling process of the driver development process under Android, which can be said to be a good introductory guide. The effect achieved: Through the Android application, the driver is called to control the on and off of 4 LEDs on the development board. Interested friends can come and take a look
- 2024-02-28 0 972
-
- Python website development guide WORD version
- This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need
- 2024-01-25 0 979
-
- 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 23 4395
-
- MinGW - Minimalist GNU for Windows
- This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
- 2023-08-10 13 3559
-
- iTop - IT Service Management & CMDB
- iTop stands for IT Operations Portal. It is a complete open source and web-based IT service management platform that includes a fully customizable configuration management database (CMDB), a help desk system and a document management tool. It complies with ITIL standards and can be easily customized and extended to integrate with your IT thanks to a large number of add-ons and web services. iTop also provides batch import tools to help you be more efficient. The project source code has been migrated to https://github.com/Combodo/iTop
- 2023-08-15 1 1646
-
- CiviCRM
- CiviCRM is an open source and free to download member relationship management solution for advocacy, non-profit and other organizations. For more information, visit http://civicrm.org
- 2023-10-07 24 4482
-
- Joomla
- Joomla! is an award-winning content management system (CMS) that allows users to build websites and powerful online applications. It's very easy to use, stable and secure, with thousands of free extensions and templates.
- 2023-09-25 20 3945
-
- Import and export php class code for CVS files
- Import and export php class code for CVS files
- 2017-06-17 219 1708
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2147 24412
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11352 90802
-
- Encryption PHP library for generating unique strings from integers
- Encryption PHP library for generating unique strings from integers
- 2018-01-23 307 9388
-
- Annotation-based PHP encryption library
- Annotation-based PHP encryption library
- 2018-01-23 177 7749