current location:Home > php讀取文件 search
Found a total of 21313 related content
-
- PHP multiple file upload plugin
- PHP multiple file upload plugin
- 2020-01-07 145 2100
-
- jQuery multiple file upload and get size and format code
- jQuery multiple file upload and get size and format code
- 2018-05-11 49 1097
-
- jQuery scalable timeline plugin timeline
- The jQuery scalable timeline plug-in timeline has many plug-ins and special effects. The styles are very beautiful. PHP Chinese website recommends downloading!
- 2017-01-19 47 2663
-
- jQuery small2big image zoom plug-in
- jQuery small2big image scaling plug-in, compatible with mainstream browsers, recommended download on PHP Chinese website! Instructions: 1. The head area references files css and js libraries 2. Add html code to the file. One li corresponds to one picture. The pictures in the images folder are named 1.jpg, 2.jpg, ... <ul class="s2b_col" id="s2b_col">
- 2017-03-11 56 1713
-
- 6 image mouseover effect JS codes
- 6 image mouseover effect JS codes. After the mouse hovers over the image, the text title appears in 6 different animation forms. It is compatible with mainstream browsers. PHP Chinese website recommends downloading! Instructions: 1. The head area references the css file, modernizr.custom.js 2. Add !-- code start --!-- code end --region code to the file 3. Copy the pictures in the images folder to the corresponding path
- 2017-03-11 91 2050
-
- Mobile infinite scroll loading waterfall flow
- There are 2 folders inside. The file name is: finishing, which is a simulation of writing data that my project has not yet requested from the background. After requesting the background data, the waterfall js has a little change, and the file name is: finished. The change is that the parameters need to be passed to the background, and the filled content is filled with data from the background. It depends on your project needs. Since the chrome simulator does not allow reading the local file json, if you want to test it, you can see the effect by opening the project in hbuilder, or using Firefox.
- 2019-09-24 85 220340
-
- Mobile WEB development framework template
- FrozenUI is an open source, easy-to-use, lightweight and fast mobile WEB development framework. Based on the Mobile QQ style specifications, the most commonly used components are selected and made into a public offline package for Mobile QQ to reduce requests. The upgrade method is friendly and the documentation is complete. It is currently fully used in Tencent Mobile QQ value-added services.
- 2017-11-27 120 3163446
-
- LimeSurvey online questionnaire management system
- LimeSurvey is an online questionnaire management system with multiple functions such as questionnaire design, modification, publishing, recycling and statistics. At the same time, it is also an open source software, and its latest version of the software package can be obtained and used completely free of charge. It integrates functions such as survey program development, questionnaire release, and data collection. By using it, users do not need to understand the programming details of these functions. Survey data collected online can be exported to a variety of file formats for analysis, such as spss data format *.dat files.
- 2018-05-14 195 2477237
-
- FUDforum Forum
- FUDforum (FUD Forum) is an open source forum system built on PHP+MySQL/PostgreSQL. It supports multiple languages including Simplified and Traditional Chinese; it uses a template system to control the appearance of the interface; it has a role-based permission control system; it provides a short message sending platform; it provides Review and recycle bin system; supports attachments/voting/full-text search/IP tracking/user ban/e-newsletter/custom tag/ranking of users, etc. This version supports static forum pages, global notifications, nested sub-forums, crawler detection and other functions; new support for DB2, SQL
- 2018-05-09 115 2497834
-
- v1.2.1 Cloud EC e-commerce system
- Cloud EC e-commerce system (referred to as Cloud EC) is a set of free, open source e-commerce system software based on PHP+MYSQL independently developed by Foshan Yunmai E-commerce Co., Ltd. Cloud EC e-commerce system 1.2.1 update log: 2018-08-10 1. Fixed the problem of QR code not being displayed in some environments; 2. Added multi-attribute filtering support to the product list; 3. Fixed the issue where used coupons were incorrectly updated as expired when updating coupon status; 4. Fixed the problem of remote image download failure when publishing articles; 5.Fixed the error in freight calculation in some cases.
- 2018-08-18 2537 2068405
-
- PHP file basic operation courseware source code download
- PHP file basics
- 2018-09-27 212 1899663
-
- Chinese annotated version of PHP configuration file php.ini
- Chinese annotated version of PHP configuration file php.ini
- 2018-02-27 435 2816279
-
- PHP session control-file upload-paging technology
- PHP session control-file upload-paging technology
- 2020-08-21 64 1026
-
- 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 3108153
-
- Chinese annotated version of the php configuration file php.ini (09.4)
- Under WINDOWS, the path during compilation is the WINDOWS installation directory. ; In command line mode, the search path of PHP.INI can be replaced with the -C parameter. ; The syntax of this file is very simple. Whitespace characters and lines starting with a semicolon &ACUTE;;&ACUTE; are simply ignored (as you might ; Same as you guessed). Chapter titles (eg: [FOO]) are also simply ignored, even though in the future they may ; has some meaning. ; ;
- 2017-12-08 335 3111384
-
- PHP file icon
- PHP file icon free download file file php png picture
- 2017-05-15 20 1005
-
- File formatPHP PHP extension PNG
- File format PHP PHP extension PNG free download File format php PHP extension PNG picture
- 2017-05-15 22 823
-
- File plus PHP icon PNG
- File plus PHP icon PNG free download file file php PNG picture
- 2017-05-15 21 998
-
- PHP gray and black folder
- PHP gray and black folder free download php png picture
- 2017-05-15 41 830
-
- local php folder icon
- Square php folder icon free download places php folder folder
- 2017-05-11 43 1138
-
- Matlab reads CSV file WORD version
- This document mainly talks about Matlab reading CSV files; I hope this document will help friends in need; interested friends can come and take a look.
- 2024-01-19 0 691
-
- 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 12 2490
-
- 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 0 930
-
- Android development skills collection tutorial pdf version
- Android development skills collection pdf version, including: ANDROID common class library description, ANDROID file system and application architecture, ANDROID application structure, ANDROID UI LAYOUT (layout), ANDROID UI controls, ANDROID UI beautification, ANDROID UI animation, asynchronous calls , data storage and reading, etc.
- 2024-02-26 0 851
-
- Android kernel compilation graphic tutorial chm version
- android kernel compilation manual (with pictures and texts) chm, Google Android operating system kernel compilation tutorial with pictures and texts. Build a cross-compilation environment (install Android SDK: Unzip android-sdk_m5-rc14_linux-x86.zip to the appropriate path and use it. This article releases it to the /usr/local/android_sdk_linux path, and adds its tools path to PATH), obtain the kernel compilation configuration file (from and
- 2024-02-26 0 933
-
- mPDF
- mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
- 2023-08-15 13 3296
-
- WampServer
- WampServer is a web development platform on Windows that allows you to create dynamic web applications using Apache2, PHP, MySQL and MariaDB. WampServer automatically installs everything you need to develop web applications intuitively. You can even tweak the server without touching the settings file. Best of all, WampServer is available in free versions (under the GPML license), both in 32-bit and 64-bit versions. WampServer is not compatible with Windows X
- 2023-08-18 45 2883
-
- 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
-
- 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
-
- PHP reads csv file class
- PHP reads csv file class
- 2017-06-03 148 1613
-
- PHP reads xml file class
- PHP reads xml file class
- 2017-03-25 175 4910
-
- php cache file class extracted from CI
- php cache file class extracted from CI
- 2017-03-22 105 1806
-
- Get the mime typePHP class library of the file
- Get the mime typePHP class library of the file
- 2018-01-20 151 5687
-
- Get php class to automatically download files from FTP
- Get php class to automatically download files from FTP
- 2017-05-20 149 1407