摘要: <?php /** * * @param $k 哈希函数个数 * @param $m bit array 位数 * @param $n 短语数 **/ function bloomFilterFP($k, $m=512, $n=8192){ $e = 2.718282; $exponent1 = - 阅读全文
posted @ 2021-01-13 10:43 goldenstones 阅读(113) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <!-- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.410.0. 阅读全文
posted @ 2020-12-14 17:18 goldenstones 阅读(1280) 评论(0) 推荐(0) 编辑
摘要: # 解决无法加载部分模块LoadFile "${INSTALL_DIR}/bin/php/php7.2.34/icudt64.dll"LoadFile "${INSTALL_DIR}/bin/php/php7.2.34/icuin64.dll"LoadFile "${INSTALL_DIR}/bin 阅读全文
posted @ 2020-11-04 11:12 goldenstones 阅读(424) 评论(0) 推荐(0) 编辑
摘要: yum install ImageMagick-devel 阅读全文
posted @ 2019-12-31 15:31 goldenstones 阅读(137) 评论(0) 推荐(0) 编辑
摘要: from https://scomandothergeekystuff.com/2017/04/06/hyper-v-2016-linux-vm-pxe-network-boot-error/ If you’re like me, you want to run Linux on your Hype 阅读全文
posted @ 2018-11-07 09:48 goldenstones 阅读(3935) 评论(0) 推荐(1) 编辑
摘要: 如果ubuntu修改文件的时候一直提示: 1 那么就需要修改/etc/hosts文件: 如果之前为 1 变更为: 阅读全文
posted @ 2018-08-31 21:35 goldenstones 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 关于GPL协议的理解(开源与商用、免费与收费) 如果你使用并且修改了我的GPL软件,那么你的软件也必须要开源,否则就不能使用我的软件,你是否把你的软件商用和我没关系。比如,Oracle卖的不是软件的版权,而是技术服务。MySQL作为一个开源数据库,几乎所有的用户都只是通过自己的程序去操作这个数据库, 阅读全文
posted @ 2018-04-10 16:15 goldenstones 阅读(24158) 评论(0) 推荐(2) 编辑
摘要: 这个问题很多人开始都会不知道,当然包括曾经的我,当用到的时候,只好求助于伟大的股沟和度娘了。网上有设置的方法,但说明确不够详细系统,说设置字体为:Lucida Console。问题是,在默认方式下,只有点阵字体,哪有什么Lucida Console。所以,在自己成功设置后,拿出来和大家分享下过程,下 阅读全文
posted @ 2017-07-06 14:54 goldenstones 阅读(283) 评论(0) 推荐(0) 编辑
摘要: https://bshaffer.github.io/oauth2-server-php-docs/cookbook/ https://github.com/CodeaciousAU/zf2-oauth2-provider https://www.computerhope.com/unix/curl 阅读全文
posted @ 2017-06-20 17:31 goldenstones 阅读(150) 评论(0) 推荐(0) 编辑
摘要: mysql used mem = key_buffer_size + query_cache_size + tmp_table_size + innodb_buffer_pool_size + innodb_additional_mem_pool_size + innodb_log_buffer_s 阅读全文
posted @ 2017-04-19 17:14 goldenstones 阅读(791) 评论(0) 推荐(0) 编辑