GithubHelp home page GithubHelp logo

chenyuanqi / php-tools Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 9.48 MB

php 工具集合

PHP 52.52% CSS 3.74% JavaScript 31.86% Makefile 0.04% Python 0.64% HTML 11.08% Batchfile 0.03% Shell 0.02% ApacheConf 0.01% Ruby 0.01% C++ 0.06%

php-tools's Introduction

PHP-Tools

php 工具集合 开发工具收集,只为更好的开发!

是否所有工具都需要配置?
并非如此,譬如 php Info, php 代码运行, 打个草稿等就不需要配置。
php 代码运行的意义是什么?
譬如你不清楚读取字符串的某位 $str = 'abcdefg' 是否可以使用 $str{1} 或者 $str[1]。当然,其他测试代码也可以相对快捷的得到答案。
如何配置并使用 webgrind?
首先, webgrind 使用的前提是安装 xdebug (自行检索安装),并配置好 xdebug 的 profile 项,如下: ``` xdebug.remote_enable = off xdebug.profiler_enable = on xdebug.profiler_enable_trigger = on xdebug.profiler_output_name = cachegrind.out.%t.%p xdebug.profiler_output_dir = "f:/laragon/tmp" ```
如何使用 mysql 日志追踪?
在 mysql.ini 配置文件中加入如下配置,并重启 mysql 服务
[v5.5以上的配置]
``` [mysqld] general_log= ON general_log_file = "E:/program/data/mysql_log.log" ```
[v5.5以下的配置]
``` log=E:/program/data/mysql_log.log ```
Tools 宗旨及愿景?
Tools 目前主要搜集了日常开发使用的部分,当然还有更多可以拓展的地方,希望更多的人能够加入并完善!
如何找到我?
如果你有任何疑问或者想把宝贵的意见告知我,请邮件联系 [email protected]

php-tools's People

Contributors

chenyuanqi avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

goofeng

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.