current location:Home > phpstudy导入sql文件 search
Found a total of 21321 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 147 1476
-
- 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 208 1872
-
- 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 251 2317
-
- 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 202 2274
-
- 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 310 4031
-
- 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 255 3582230
-
- 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 338 3582610
-
- 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 247 3582263
-
- Handmade baked food website template
- Handmade baked food website template website template is a website template that provides various handmade baked food promotion website templates for download. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-10-30 110 771
-
- Modern artificial intelligence writing service company website template
- Modern artificial intelligence writing service company website template is a company promotional website template download that provides artificial intelligence writing services. Tip: This template calls the Google font library, and the page may open slowly.
- 2023-10-30 167 911
-
- 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
-
- Front-end development (basics + practical project collection) courseware
- Front-end development (basics + practical project collection) courseware
- 2023-06-26 8 1518
-
- Cute summer elements vector material (EPS PNG)
- This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
- 2024-05-09 184 2738
-
- Four red 2023 graduation badges vector material (AI EPS PNG)
- This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
- 2024-02-29 185 2347
-
- Singing bird and cart filled with flowers design spring banner vector material (AI EPS)
- This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
- 2024-02-29 161 2246
-
- Golden graduation cap vector material (EPS PNG)
- This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 172 2288
-
- Black and white style mountain icon vector material (EPS PNG)
- This is a black and white style mountain icon vector material, available in EPS and PNG formats, including JPG preview.
- 2024-02-27 187 2199
-
- 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 35 1257
-
- 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 39 1330
-
- 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
-
- 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 39 1230
-
- 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
-
- 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
-
- 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 174 3995
-
- 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 164 2212
-
- 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
-
- Import and export php class code for CVS files
- Import and export php class code for CVS files
- 2017-06-17 315 1900
-
- A collection of 50 excellent classic PHP algorithms
- Classic PHP algorithm, learn excellent ideas and expand your thinking
- 2020-03-26 2325 25201
-
- PHPExcel-1.8 class library (worth collecting!)
- PHPExcel PHP class library for operating Office Excel documents
- 2018-09-26 11516 92093
-
- PHP library for dependency injection containers
- PHP library for dependency injection containers
- 2018-01-26 575 25589
-
- Small PHP library for optimizing images
- Small PHP library for optimizing images
- 2018-01-26 749 19265