上一页 1 ··· 123 124 125 126 127 128 129 130 131 ··· 186 下一页
摘要: 在java程序中,对于数据的输入/输出操作以“流”(stream)方式进行 阅读全文
posted @ 2018-05-04 11:42 papering 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 中间 临时文件的存放 阅读全文
posted @ 2018-05-04 11:07 papering 阅读(247) 评论(0) 推荐(0) 编辑
摘要: url 内网 阅读全文
posted @ 2018-05-03 20:53 papering 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 、 imageio-binaries/ffmpeg at master · imageio/imageio-binaries · GitHub https://github.com/imageio/imageio-binaries/tree/master/ffmpeg 阅读全文
posted @ 2018-05-03 14:42 papering 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 小结: 1)工作进程处理请求;主进程监听配置,校验有效后,开启新的工作进程;旧工作进程不再接收请求。 cpython/socketserver.py at main · python/cpython https://github.com/python/cpython/blob/main/Lib/so 阅读全文
posted @ 2018-05-03 14:33 papering 阅读(533) 评论(0) 推荐(0) 编辑
摘要: import pandas as pd import tensorflow as tf TRAIN_URL = "http://download.tensorflow.org/data/iris_training.csv" TEST_URL = "http://download.tensorflow.org/data/iris_test.csv" # CSV_COLUMN_NAMES... 阅读全文
posted @ 2018-05-02 23:33 papering 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-05-02 21:24 papering 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-05-02 20:45 papering 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 一文详解LDA主题模型 - 达观数据 - SegmentFault 思否 https://segmentfault.com/a/1190000012215533 第二步:将LAD结果的属性值二(多)值化、线性化,投入计算模型 DNN 阅读全文
posted @ 2018-05-02 20:15 papering 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 10分钟上线 - 利用函数计算构建微信小程序的Server端-博客-云栖社区-阿里云 https://yq.aliyun.com/articles/435430 函数计算 读写 oss 阅读全文
posted @ 2018-05-02 16:12 papering 阅读(242) 评论(0) 推荐(0) 编辑
摘要: FFmpeg解码视频帧为jpg图片保存到本地 - CSDN博客 https://blog.csdn.net/qq_28284547/article/details/78151635 阅读全文
posted @ 2018-05-02 15:49 papering 阅读(786) 评论(0) 推荐(0) 编辑
摘要: 阿里云帮助中心-阿里云,领先的云计算服务提供商 https://help.aliyun.com/document_detail/51733.html 阅读全文
posted @ 2018-05-02 11:36 papering 阅读(129) 评论(0) 推荐(0) 编辑
摘要: VLMC, open source video editor - VideoLAN http://www.videolan.org/vlmc/ 阅读全文
posted @ 2018-05-02 10:58 papering 阅读(137) 评论(0) 推荐(0) 编辑
摘要: AWS 服务器架构让游戏实现全球同服 https://amazonaws-china.com/cn/events/serverless/ 无服务器计算_云应用部署-AWS云服务 https://amazonaws-china.com/cn/serverless/ 什么是无服务器计算? 无服务器计算让 阅读全文
posted @ 2018-05-02 10:05 papering 阅读(469) 评论(0) 推荐(0) 编辑
摘要: if os.path.getsize(res_v) / 1024 / 1024 < 0.8: print('os.path.getsize(res_v) / 1024 / 1024 < 0.8----os.remove(res_v)') os.remove(res_v) 阅读全文
posted @ 2018-05-01 23:54 papering 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 管理文件_Python-SDK_SDK 参考_对象存储 OSS-阿里云 https://help.aliyun.com/document_detail/32032.html 模拟文件夹功能 OSS的存储空间(Bucket)本身是扁平结构的,并没有文件夹或目录的概念。用户可以通过在文件名里加入”/“来 阅读全文
posted @ 2018-05-01 22:08 papering 阅读(504) 评论(0) 推荐(0) 编辑
摘要: https://dev.mysql.com/doc/refman/8.0/en/program-variables.html Most of these program variables also can be set at server startup by using the same syn 阅读全文
posted @ 2018-05-01 10:48 papering 阅读(241) 评论(0) 推荐(0) 编辑
摘要: pagefile.sys 阅读全文
posted @ 2018-05-01 09:51 papering 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 +=修改旧变量地址的内容;=创建新增内存地址; 1、 id cpy 内存地址 id(object) 2、赋值语句的原理 不复制对象,而是建立目标和对象的绑定。 Assignment statements in Python do not copy objects, they creat 阅读全文
posted @ 2018-04-30 17:12 papering 阅读(1013) 评论(0) 推荐(0) 编辑
摘要: 总的字段数、字段名确定,但是每行数据可能 缺失某些字段 阅读全文
posted @ 2018-04-30 15:30 papering 阅读(356) 评论(0) 推荐(0) 编辑
摘要: linux下统计文本行数的各种方法(一) - Mikasama - 博客园 https://www.cnblogs.com/mikasama/p/8032389.html sas@DESKTOP-RVB6E5F MINGW64 ~/PycharmProjects/py_win_to_unix/sci 阅读全文
posted @ 2018-04-30 09:45 papering 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-30 09:08 papering 阅读(176) 评论(0) 推荐(0) 编辑
摘要: package zip import ( "archive/zip" "io" "os" ) func f() { var Zip func(filePath []string, Result string) error Zip = func(filePath []string, Result st 阅读全文
posted @ 2018-04-29 21:48 papering 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 视频边合成 边传送 视频的创建时间 大小 过滤 ‘’ 阅读全文
posted @ 2018-04-28 19:23 papering 阅读(288) 评论(0) 推荐(0) 编辑
摘要: t 阅读全文
posted @ 2018-04-28 18:37 papering 阅读(233) 评论(0) 推荐(0) 编辑
摘要: mp3_l_l = [i for i in mp3_l]mp3_l = mp3_l_l 阅读全文
posted @ 2018-04-28 16:38 papering 阅读(137) 评论(0) 推荐(0) 编辑
摘要: except Exception as e: l = [str(i) for i in [dbid, f_mp3, e]] log_s = '||'.join(l) logging.exception(log_s) print(log_s) 阅读全文
posted @ 2018-04-28 16:03 papering 阅读(227) 评论(0) 推荐(0) 编辑
摘要: Traceback (most recent call last): File "/data/xiaole_dl_img/product.v.one.banner.fixedperiod.genv.test.py", line 218, in <module> import cv2 File "/r 阅读全文
posted @ 2018-04-28 14:46 papering 阅读(1111) 评论(0) 推荐(0) 编辑
摘要: [len(i) for i in [banners_uid_set,logos_uid_set,banners_uid_set&logos_uid_set]] 阅读全文
posted @ 2018-04-28 13:21 papering 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-28 11:23 papering 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 环境准备 图文素材到位、声音到位、批量合成 。。。。 各个 模块 剥离 代码拆开 无限循环 对批量视频的尽可能短时间生成 阅读全文
posted @ 2018-04-28 10:34 papering 阅读(1440) 评论(0) 推荐(0) 编辑
摘要: df.to_dict() pandas.DataFrame — pandas 0.22.0 documentation http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.html 取出某个轴的index te 阅读全文
posted @ 2018-04-27 20:28 papering 阅读(166) 评论(0) 推荐(0) 编辑
摘要: An Example of a DNNClassifier for the Iris dataset. models/premade_estimator.py at master · tensorflow/models · GitHub https://github.com/tensorflow/m 阅读全文
posted @ 2018-04-27 19:24 papering 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 传入oss后 或者 本地 拖动到 浏览器 谷歌 都不能播放 Edge 可以播放 但 Edge不支持 本地拖入 播放 搜狗浏览器 同谷歌 阅读全文
posted @ 2018-04-27 17:44 papering 阅读(488) 评论(0) 推荐(0) 编辑
摘要: UnicodeEncodeError:'latin-1' codec can't encode character 阅读全文
posted @ 2018-04-27 17:33 papering 阅读(261) 评论(0) 推荐(0) 编辑
摘要: ls -lR|grep "_5.mp4"|wc -l 阅读全文
posted @ 2018-04-27 14:40 papering 阅读(193) 评论(0) 推荐(0) 编辑
摘要: the largest value you actually can transmit between the client and server is determined by the amount of available memory and the size of the communic 阅读全文
posted @ 2018-04-27 12:14 papering 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 2. Built-in Functions — Python 3.6.5 documentation https://docs.python.org/3.6/library/functions.html#id python 赋值 相等判定 阅读全文
posted @ 2018-04-26 21:30 papering 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 用户特征包含以下特征组(feature_group_name),如果具体特征取值未知,均 以 0 表示: • 年龄(age):分段表示,每个序号表示一个年龄分段 • 性别(gender):男 / 女 • 学历(education):博士 / 硕士 / 本科 / 高中 / 初中 / 小学 • 消费能力(consumptionAbility):高 / 低 • 地理位置(LBS):每个序号代表... 阅读全文
posted @ 2018-04-26 21:01 papering 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 一款适合各个年龄段的产品:定向投放广告的切入点 适合于各个年龄段的维度,比如每天投放的时间 》如果一个维度全覆盖,则有效维度应该对该维度全覆盖 时间...no 食盐...no 氧气...ok 阅读全文
posted @ 2018-04-26 18:56 papering 阅读(193) 评论(0) 推荐(0) 编辑
上一页 1 ··· 123 124 125 126 127 128 129 130 131 ··· 186 下一页