Yanhui Xie

Results 7 issues of Yanhui Xie

https://github.com/yii-starter-kit/yii2-starter-kit/blob/3a1e018060722bd66fa74b85ec20a371c3311535/docker/php/php.ini#L18 Zend_extension = opcache.so is not found in php.ini. Without this statement, then [PHP - i | grep opcache] has no output. I think we should add this statement.

总的来说原作者第二章大纲思路是清晰的,细节思路则有点乱。 其中【4.1 Data Cleaning-数据清洗】,sample_incomplete_rows["total_bedrooms"].fillna(median, inplace=True) total_bedrooms不能用全体的中位数来填充,因为total_bedrooms和total_rooms紧密相关,而所有nan的total_bedrooms对应的total_rooms则波动很大,如果都用全体中位数来填充,这一百多条记录就成了污染,还不如直接dropna。严谨一点的话,可以取total_rooms相同或接近(±20%之类)的记录的total_bedrooms或其均值/中位数。

感谢您开发了这么方便实用的工具。 我试着在php7.2部署,发现几个小问题,我的解决方法也一并附上,供您参考。 1、sys/lib.php 中,mysql_real_escape_string 改为 mysqli_real_escape_string; 2、mysqli_real_escape_string 需要传入DB Connection,此时要用到config.php的$dbc,我把config.php 导入lib.php的include_once改为include,然后在clean_input 函数里加入global $dbc; 3、config.php的$basedir = '/VulDrill' ,我直接把应用部署到根目录,所以改为$basedir = '',不然有些css的路径不一致。

Hi @ZAYEC77 , thanks for your awesome plugin, it helps a lot. We are using server-side mode, anything works like a charm excepts the filter. We set the withColumnFilter=>true but...

/path/to/WizQTClient-2.5.6/cmake/QtChooser.cmake:1: error: By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5", but CMake did not find one. Could not...

Thanks for your awesome work. It seems that the current judgment criteria cannot be controlled through API. When the similarity between the local line and the remote line is still...

Nice job! We have never mede a working phpmyadmin in such a convenient way. We hope to disallow root log on from web. I think everyone will agree that this...

enhancement