上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页
摘要: 1. 给出前一百个质数 ``` 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 ```2. 用最大的质数求乘方,然后计算从100到最大质素乘方之间的数是否为质数,是的话就添加到原来的队列,不是的话舍弃,剩下的一致类推。3. 因为合数都是由质数组成的,所以,只需要用一个数的二次根相近的质数... 阅读全文
posted @ 2017-09-05 15:10 白云辉 阅读(210) 评论(0) 推荐(0) 编辑
摘要: ## 宠物来源## 宠物去向## 流浪宠物的问题携带多种病菌,而随之而来的犬伤人、犬扰民、破坏环境卫生妥协方案:抓捕—绝育—放归(TNR)1970年代,为更好地管理流浪动物,英国与丹麦制定了“抓捕—检验—免疫—绝育—放归”(Trap, Test, Vaccinate, Alter and Release ,简称TTVAR)方案,得到很多动物保护组织的支持。之后,美国等地在开展这项工作时,将这一方案... 阅读全文
posted @ 2017-08-30 00:44 白云辉 阅读(1004) 评论(0) 推荐(0) 编辑
摘要: A Windows GUI toolkit for the Go Programming Language https://github.com/lxn/walk Platform native GUI library for Go. https://github.com/andlabs/ui Si 阅读全文
posted @ 2017-07-22 21:48 白云辉 阅读(2854) 评论(0) 推荐(1) 编辑
摘要: 1. 下载 https://github.com/containous/traefik/releases1. 配置traefik.toml```################################################################# Global configuration##########################################... 阅读全文
posted @ 2017-07-18 19:36 白云辉 阅读(2058) 评论(0) 推荐(0) 编辑
摘要: 1. 短网址生成地址 [w1](http://www.ft12.com/) [w2](http://tool.chinaz.com/tools/dwz.aspx) 2. python 设计模式 [w1](http://www.pythontip.com/pythonPatterns/)[The North remembers北境至死不忘]http://pan.baidu.com/s/1c17MgY... 阅读全文
posted @ 2017-07-17 10:33 白云辉 阅读(143) 评论(0) 推荐(0) 编辑
摘要: "Deliver Go binaries as fast and easily as possible" "v2ex" 沟通方式会暴露你的一切。语言是你思维的外衣。–阿曼达•帕特森 https://leancloud.cn/products/ https://www.growingio.com/ 增 阅读全文
posted @ 2017-07-07 16:36 白云辉 阅读(150) 评论(0) 推荐(0) 编辑
摘要: [7 Frameworks To Build A REST API In Go](http://nordicapis.com/7-frameworks-to-build-a-rest-api-in-go/)[bejson json 在线编辑](http://www.bejson.com/jsoneditoronline/)[qqe2 json 在线编辑 ](http://www.qqe2.com/... 阅读全文
posted @ 2017-07-06 10:49 白云辉 阅读(127) 评论(0) 推荐(0) 编辑
摘要: [海量数据存储 高并发实时 SequoiaDB分布式数据库](http://www.sequoiadb.com/cn/)[plot.ly 在线编辑](https://plot.ly/create/)[python 可视化](https://stackoverflow.com/questions/12977517/python-equivalent-of-d3-js)[VisPy is a high... 阅读全文
posted @ 2017-07-05 10:05 白云辉 阅读(136) 评论(0) 推荐(0) 编辑
摘要: [静态代码分析工具清单:开源篇(多语言)](http://hao.jobbole.com/static_code_analysis_tool_list_opensource/?utm_source=blog.jobbole.com&utm_medium=homepage-resources)[ShutIt:一个基于 Python 的 shell 自动化框架](http://python.jobbo... 阅读全文
posted @ 2017-07-04 13:27 白云辉 阅读(94) 评论(0) 推荐(0) 编辑
摘要: ## ROC 1. ROC(Receiver Operating Characteristic Curve):接受者操作特征曲线。2. ROC曲线及AUC系数主要用来检验模型对客户进行正确排序的能力。3. ROC曲线描述了在一定累计好客户比例下的累计坏客户的比例,模型的分别能力越强,ROC曲线越往左上角靠近。4. AUC系数表示ROC曲线下方的面积。5. AUC系数越高,模型的风险区分能力越强。6... 阅读全文
posted @ 2017-07-04 00:46 白云辉 阅读(880) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页