上一页 1 ··· 121 122 123 124 125 126 127 128 129 ··· 186 下一页
摘要: hadoop 迭代消耗大 每次迭代启动一个完整的MapReduce作业 spark 首要目标就是避免运算时 过多的网络和磁盘IO开销 Resilient Distributed Datasets http://www.cs.cmu.edu/~pavlo/courses/fall2013/static 阅读全文
posted @ 2018-05-19 07:38 papering 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 大文本 通过 hadoop spark map reduce 获取 特征列 的 属性值 计算速度 阅读全文
posted @ 2018-05-18 23:33 papering 阅读(155) 评论(0) 推荐(0) 编辑
摘要: Python读取大文件(GB) - CSDN博客 https://blog.csdn.net/shudaqi2010/article/details/54017766 阅读全文
posted @ 2018-05-18 22:40 papering 阅读(298) 评论(0) 推荐(0) 编辑
摘要: Python获取CPU、内存使用率以及网络使用状态代码_python_脚本之家 http://www.jb51.net/article/134714.htm 阅读全文
posted @ 2018-05-18 22:29 papering 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 业务的紧急程度 阅读全文
posted @ 2018-05-18 22:01 papering 阅读(200) 评论(0) 推荐(0) 编辑
摘要: pageA 有图片 a b c ... 由于网速限制,我怎样指定 先加载c 后加载a 最后加载 b呢,【下载顺序】 控制懒加载 lazy load 的顺序 就是在lazy load 的同时,控制顺序 jquery-lazyload延迟加载图片 及 加载顺序 bug 修复 - 吃饭了吗 - 博客园 h 阅读全文
posted @ 2018-05-18 22:00 papering 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 用户特征文件 userFeature.data 每 行 代 表 一 个 用 户 的 特 征 数 据, 格 式 为: “uid|features”,uid 和 features 用竖线“|”分隔。其中 feature 采用 vowpal wabbit(https://github.com/JohnLa 阅读全文
posted @ 2018-05-18 21:45 papering 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 数据 读写 函数 方法中 传参 业务逻辑中 重试次数 休息时间 灵活 阅读全文
posted @ 2018-05-18 12:02 papering 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 批处理 而非 单个处理 阅读全文
posted @ 2018-05-18 11:45 papering 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 一键切换 开关 生产 数据 和 测试数据的 分离 快速的测试 快速的数据结果 反馈 是提高工作效率的关键 方法之一 阅读全文
posted @ 2018-05-18 11:09 papering 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 更新中的表 游标的控制 阅读全文
posted @ 2018-05-18 10:32 papering 阅读(119) 评论(0) 推荐(0) 编辑
摘要: #5KB/per结合数据库配置mylimit = 50 阅读全文
posted @ 2018-05-18 09:52 papering 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 将去重逻辑从数据库剥离,交给代码执行环境,提高数据库生产效率 def get_produced_uid_l(produced_status, lim): q = 'SELECT uid FROM (SELECT uid,COUNT(1) AS c FROM {} WHERE status={} GROUP BY uid) AS t WHERE t.c>{}'.format(... 阅读全文
posted @ 2018-05-18 09:24 papering 阅读(350) 评论(0) 推荐(0) 编辑
摘要: ctr ffm 阅读全文
posted @ 2018-05-18 07:59 papering 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 线程安全 阅读全文
posted @ 2018-05-18 07:59 papering 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 谷歌开发者中文博客: TensorFlow 特征列介绍 http://developers.googleblog.cn/2017/12/tensorflow.html TensorFlow 特征列介绍 - CSDN博客 https://blog.csdn.net/jILRvRTrc/article/ 阅读全文
posted @ 2018-05-18 07:54 papering 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-05-17 20:56 papering 阅读(218) 评论(0) 推荐(0) 编辑
摘要: nohup 程序在后台运营 避免 xshell 卡死 [root@admin1 after_fc_distributed]# nohup /root/anaconda3/bin/python dataNode.py nohup: 忽略输入并把输出追加到"nohup.out" [root@admin1 阅读全文
posted @ 2018-05-17 20:17 papering 阅读(1585) 评论(0) 推荐(0) 编辑
摘要: 公司 硬件资源的非办公时间的算力整合 程序包 管理 发布与获取 数据的分散与集中 阅读全文
posted @ 2018-05-17 20:10 papering 阅读(203) 评论(0) 推荐(0) 编辑
摘要: linux - Run bash script as daemon - Stack Overflow https://stackoverflow.com/questions/19233529/run-bash-script-as-daemon # By default Redis does not 阅读全文
posted @ 2018-05-17 19:12 papering 阅读(174) 评论(0) 推荐(0) 编辑
摘要: HULK一线技术杂谈 https://mp.weixin.qq.com/s/MYA6l9V4BYIZO8Jgtds6GA 在具体进行讲解之前先介绍一下图像识别在测试中能够想到的引用场景: 测试过程中,通过对待测软件进行屏幕截图,采用图像识别算法识别截图中是否包含预定义的可操作控件,如果存在,则触发控 阅读全文
posted @ 2018-05-17 18:38 papering 阅读(749) 评论(0) 推荐(0) 编辑
摘要: -- 新进榜单,涨幅设为9999 -- 查出涨幅 SELECT shop_id,ranking,`change` FROM apprank_ranking_info WHERE stat_datetime="2024-06-03" AND rank_type = "bestseller" ORDER 阅读全文
posted @ 2018-05-17 18:01 papering 阅读(223) 评论(0) 推荐(0) 编辑
摘要: Database Eviction Policies - Redis Enterprise Software | Redis Labs https://redislabs.com/redis-enterprise-documentation/administering/database-operat 阅读全文
posted @ 2018-05-17 17:16 papering 阅读(253) 评论(0) 推荐(0) 编辑
摘要: height not divisible by 2 h.264 - FFMPEG (libx264) "height not divisible by 2" - Stack Overflow https://stackoverflow.com/questions/20847674/ffmpeg-li 阅读全文
posted @ 2018-05-17 17:02 papering 阅读(914) 评论(0) 推荐(0) 编辑
摘要: Redis数据“丢失”问题 - CSDN博客 https://blog.csdn.net/real_myth/article/details/52582739 Redis内存使用达到maxmemory设定值后玩家数据无法写入解决_数据库技术_Linux公社-Linux系统门户网站 https://w 阅读全文
posted @ 2018-05-17 15:50 papering 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 任务下发 主节点脚本 任务管控脚本 [root@admin1 ~]# cat mytest.sh echo lovecode [root@admin1 ~]# cat myfor.sh #!/bin/shexe_f="bash mytest.sh"for((i=1;i<=10;i++));do ec 阅读全文
posted @ 2018-05-17 15:29 papering 阅读(273) 评论(0) 推荐(0) 编辑
摘要: shell 文件读取 if else 分支 字符串查找 模糊匹配 字符串截取 es 批处理 批删除 阅读全文
posted @ 2018-05-17 14:53 papering 阅读(1170) 评论(0) 推荐(0) 编辑
摘要: 统计数据产品消耗量与产量 注意join 方向 join中子查询 How to use subquery in JOIN operation in MySQL http://www.geeksengine.com/database/subquery/subquery-in-join-operation 阅读全文
posted @ 2018-05-17 09:30 papering 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 学习率 测试 阅读全文
posted @ 2018-05-16 23:35 papering 阅读(153) 评论(0) 推荐(0) 编辑
摘要: import numpy as npfor i in np.arange(0.005, 0.05, 1): print(i) 阅读全文
posted @ 2018-05-16 23:29 papering 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 解决pycharm问题:module 'pip' has no attribute 'main' - Fordestiny - 博客园 http://www.cnblogs.com/Fordestiny/p/8901100.html 阅读全文
posted @ 2018-05-16 14:46 papering 阅读(1115) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> int main() { std::cout << "Hello World" << std::endl; } segment fault 你的哪些骚操作会导致Segmentation Fault😂 - 知乎 https://zhuanlan.zhihu.c 阅读全文
posted @ 2018-05-15 21:59 papering 阅读(661) 评论(0) 推荐(0) 编辑
摘要: import os, glob d = glob.glob(os.path.dirname(os.path.abspath(__file__))) os_sep = os.sep this_file_abspath= os.path.dirname(os.path.abspath(__file__)) r = [] for root, dirs, files in os.walk(t... 阅读全文
posted @ 2018-05-15 21:27 papering 阅读(184) 评论(0) 推荐(0) 编辑
摘要: [root@admin40 ~]# pip install imageio; Looking in indexes: https://mirrors.aliyun.com/pypi/simple/Collecting imageio Downloading https://mirrors.aliyu 阅读全文
posted @ 2018-05-15 21:14 papering 阅读(410) 评论(0) 推荐(0) 编辑
摘要: import platform platform.architecture() 阅读全文
posted @ 2018-05-15 19:01 papering 阅读(180) 评论(0) 推荐(0) 编辑
摘要: tmp 阅读全文
posted @ 2018-05-15 16:59 papering 阅读(205) 评论(0) 推荐(0) 编辑
摘要: image - PNG vs. GIF vs. JPEG vs. SVG - When best to use? - Stack Overflow https://stackoverflow.com/questions/2336522/png-vs-gif-vs-jpeg-vs-svg-when-b 阅读全文
posted @ 2018-05-15 11:27 papering 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 分布式 视频生产 主从节点 阅读全文
posted @ 2018-05-14 19:51 papering 阅读(195) 评论(0) 推荐(0) 编辑
摘要: t 阅读全文
posted @ 2018-05-12 20:24 papering 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 学习率 优缺点 使用场景 小学习率 收敛慢,但结果精确 若算法不稳定,先降低学习率 大学习率 结果不精确,但收敛快 若算法收敛太慢,可提高学习率 阅读全文
posted @ 2018-05-12 20:06 papering 阅读(348) 评论(0) 推荐(0) 编辑
上一页 1 ··· 121 122 123 124 125 126 127 128 129 ··· 186 下一页