上一页 1 ··· 126 127 128 129 130 131 132 133 134 ··· 189 下一页
摘要: 加减乘除的决策 阅读全文
posted @ 2018-05-04 14:43 papering 阅读(204) 评论(0) 推荐(0)
摘要: python - No module named 'PIL' - Stack Overflow https://stackoverflow.com/questions/49247310/no-module-named-pil 阅读全文
posted @ 2018-05-04 14:30 papering 阅读(310) 评论(0) 推荐(0)
摘要: 在java程序中,对于数据的输入/输出操作以“流”(stream)方式进行 阅读全文
posted @ 2018-05-04 11:42 papering 阅读(257) 评论(0) 推荐(0)
摘要: 中间 临时文件的存放 阅读全文
posted @ 2018-05-04 11:07 papering 阅读(290) 评论(0) 推荐(0)
摘要: url 内网 阅读全文
posted @ 2018-05-03 20:53 papering 阅读(261) 评论(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 阅读(266) 评论(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 阅读(578) 评论(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 阅读(632) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-05-02 21:24 papering 阅读(146) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-05-02 20:45 papering 阅读(261) 评论(0) 推荐(0)
摘要: 一文详解LDA主题模型 - 达观数据 - SegmentFault 思否 https://segmentfault.com/a/1190000012215533 第二步:将LAD结果的属性值二(多)值化、线性化,投入计算模型 DNN 阅读全文
posted @ 2018-05-02 20:15 papering 阅读(288) 评论(0) 推荐(0)
摘要: 10分钟上线 - 利用函数计算构建微信小程序的Server端-博客-云栖社区-阿里云 https://yq.aliyun.com/articles/435430 函数计算 读写 oss 阅读全文
posted @ 2018-05-02 16:12 papering 阅读(268) 评论(0) 推荐(0)
摘要: FFmpeg解码视频帧为jpg图片保存到本地 - CSDN博客 https://blog.csdn.net/qq_28284547/article/details/78151635 阅读全文
posted @ 2018-05-02 15:49 papering 阅读(823) 评论(0) 推荐(0)
摘要: 阿里云帮助中心-阿里云,领先的云计算服务提供商 https://help.aliyun.com/document_detail/51733.html 阅读全文
posted @ 2018-05-02 11:36 papering 阅读(150) 评论(0) 推荐(0)
摘要: VLMC, open source video editor - VideoLAN http://www.videolan.org/vlmc/ 阅读全文
posted @ 2018-05-02 10:58 papering 阅读(167) 评论(0) 推荐(0)
摘要: AWS 服务器架构让游戏实现全球同服 https://amazonaws-china.com/cn/events/serverless/ 无服务器计算_云应用部署-AWS云服务 https://amazonaws-china.com/cn/serverless/ 什么是无服务器计算? 无服务器计算让 阅读全文
posted @ 2018-05-02 10:05 papering 阅读(517) 评论(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 阅读(175) 评论(0) 推荐(0)
摘要: 管理文件_Python-SDK_SDK 参考_对象存储 OSS-阿里云 https://help.aliyun.com/document_detail/32032.html 模拟文件夹功能 OSS的存储空间(Bucket)本身是扁平结构的,并没有文件夹或目录的概念。用户可以通过在文件名里加入”/“来 阅读全文
posted @ 2018-05-01 22:08 papering 阅读(539) 评论(0) 推荐(0)
摘要: todo 阅读全文
posted @ 2018-05-01 10:48 papering 阅读(286) 评论(0) 推荐(0)
摘要: pagefile.sys 阅读全文
posted @ 2018-05-01 09:51 papering 阅读(185) 评论(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 阅读(1054) 评论(0) 推荐(0)
摘要: 总的字段数、字段名确定,但是每行数据可能 缺失某些字段 阅读全文
posted @ 2018-04-30 15:30 papering 阅读(396) 评论(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 阅读(370) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-04-30 09:08 papering 阅读(200) 评论(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 阅读(327) 评论(0) 推荐(0)
摘要: 视频边合成 边传送 视频的创建时间 大小 过滤 ‘’ 阅读全文
posted @ 2018-04-28 19:23 papering 阅读(316) 评论(0) 推荐(0)
摘要: t 阅读全文
posted @ 2018-04-28 18:37 papering 阅读(252) 评论(0) 推荐(0)
摘要: mp3_l_l = [i for i in mp3_l]mp3_l = mp3_l_l 阅读全文
posted @ 2018-04-28 16:38 papering 阅读(164) 评论(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 阅读(252) 评论(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 阅读(1199) 评论(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 阅读(301) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-04-28 11:23 papering 阅读(280) 评论(0) 推荐(0)
摘要: 环境准备 图文素材到位、声音到位、批量合成 。。。。 各个 模块 剥离 代码拆开 无限循环 对批量视频的尽可能短时间生成 阅读全文
posted @ 2018-04-28 10:34 papering 阅读(1588) 评论(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 阅读(197) 评论(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 阅读(348) 评论(0) 推荐(0)
摘要: 传入oss后 或者 本地 拖动到 浏览器 谷歌 都不能播放 Edge 可以播放 但 Edge不支持 本地拖入 播放 搜狗浏览器 同谷歌 阅读全文
posted @ 2018-04-27 17:44 papering 阅读(560) 评论(0) 推荐(0)
摘要: UnicodeEncodeError:'latin-1' codec can't encode character 阅读全文
posted @ 2018-04-27 17:33 papering 阅读(295) 评论(0) 推荐(0)
摘要: ls -lR|grep "_5.mp4"|wc -l 阅读全文
posted @ 2018-04-27 14:40 papering 阅读(229) 评论(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 阅读(189) 评论(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 阅读(189) 评论(0) 推荐(0)
上一页 1 ··· 126 127 128 129 130 131 132 133 134 ··· 189 下一页