Joy Zhang

Results 7 issues of Joy Zhang

如题,比如实现以下的伪代码功能: ```php $pool = new Pool($size, $keepalive); $pool->set(array( "redis" => '127.0.0.1:6379', "mysql" => ':3306' )); $redconn = $pool->get("redis"); $db = $pool->get("mysql"); ```

草案

**The first:** ` showMask: function(text, value) { if (!text) text = this.loadingText || ""; if (!value || typeof value !== "number") timeout = 15000; ?????this global parameter timeout is not...

Google [pprof](https://github.com/google/pprof/blob/main/proto/README.md) is a data format dedicated to representing profiling sample data. Data is gzip compressed, so it is very suitable for storing on disk。 I would greatly appreciate it...

For example, I want to generate a query like this: ```sql SELECT * FROM `foo` WHERE `status` = 1 AND `bar` = ? LIMIT 10 ``` however I am now...

Now the timer interval is hard code to 10 seconds and I found no way to set it, is it possible to consider adding a method to do it in...