C++,python,热爱算法和机器学习
全部博文(1214)
发布时间:2018-08-31 18:03:25
http://www.cnblogs.com/fengfenggirl/p/associate_apriori.html 我计划整理数据挖掘的基本概念和算法,包括关联规则挖掘、分类、聚类的常用算法,敬请期待。今天讲的是关联规则挖掘的最基本的知识。 关联规则挖掘在电商、零售、大气物理、生物医学已经有了广泛的应用,本篇文章将介绍一些基本知识和Aprori算法。.........【阅读全文】
发布时间:2018-08-17 09:46:03
https://blog.coderzh.com/2016/01/10/a-password-security-design-example/微信扫一扫交流作者:CoderZh 微信关注:hacker-thinking (一个程序员的思考) 本文出处:https://blog.coderzh.com/2016/01/10/a-password-security-design-example/ 文章版权归本人所有,欢迎转.........【阅读全文】
发布时间:2018-08-16 18:33:58
https://blog.coderzh.com/2016/01/03/security-design/微信扫一扫交流作者:CoderZh 微信关注:hacker-thinking (一个程序员的思考) 本文出处:https://blog.coderzh.com/2016/01/03/security-design/ 文章版权归本人所有,欢迎转载,但未经作者同意必须保留此段声明,且.........【阅读全文】
发布时间:2018-08-01 18:00:47
https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.htmlAuthentication – AWS first authenticates the principal that makes the request, if necessary. This step is not necessary for a few services, such as Amazon S3, that allow some requests from a.........【阅读全文】
发布时间:2018-08-01 11:55:47
https://ox0spy.github.io/post/aws/note-cross-account-with-roles/方案一在 B-account 上创建一个用户,赋予该用户访问 S3 bucket 的权限,为该用户生成 aws key,然后用 aws key 访问 B-account S3。但,这个方案并不好:需要创建新的用户应该尽可能的减少使用 aws key,而多使.........【阅读全文】
chinaunix网友2009-10-12 16:19
你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。