上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 186 下一页
摘要: 4200001526986984.6271074200001526986985.62778144200001526986986.62846764200001526986987.62905124200001526986988.62972264200001526986989.63043984200001 阅读全文
posted @ 2018-05-22 19:05 papering 阅读(278) 评论(0) 推荐(0) 编辑
摘要: ac_type = 'qq' if ac_type == 'qq': myid, mypwd = qq_key xp = '/html/body/div/div/div[2]/div/div/div/ul/li[3]' # udp xp = '/html/body/div/div/div[2]/div/d... 阅读全文
posted @ 2018-05-22 18:22 papering 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 8 关注 41万 粉丝 u_following, u_followed = [i.get_attribute('number') for i in browser.find_element... 阅读全文
posted @ 2018-05-22 18:16 papering 阅读(232) 评论(0) 推荐(0) 编辑
摘要: From / Size | Elasticsearch Reference [6.2] | Elastic http://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-from-size.html Fro 阅读全文
posted @ 2018-05-22 15:50 papering 阅读(139) 评论(0) 推荐(0) 编辑
摘要: db.collection.mapReduce() — MongoDB Manual 3.6 https://docs.mongodb.com/manual/reference/method/db.collection.mapReduce/ 阅读全文
posted @ 2018-05-22 12:41 papering 阅读(137) 评论(0) 推荐(0) 编辑
摘要: d = {'a': [1, 2], 'b': [1]}# --->d={'b':[1],'a':[1,2]} feature_d_ = {} for feature in feature_complete_l: feature_d_[feature] = feature_d[feature] del feature_d feature_d ... 阅读全文
posted @ 2018-05-22 01:13 papering 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 11.10. shutil — High-level file operations — Python 3.6.5 documentation https://docs.python.org/3/library/shutil.html 阅读全文
posted @ 2018-05-22 00:20 papering 阅读(140) 评论(0) 推荐(0) 编辑
摘要: lokkit: The Lokkit utility attempts to provide firewalling for the average Linux end user. Instead of configuring firewall rules, Lokkit asks asmall n 阅读全文
posted @ 2018-05-21 21:12 papering 阅读(301) 评论(0) 推荐(0) 编辑
摘要: Ids Query | Elasticsearch Reference [6.2] | Elastic http://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-ids-query.html#query-dsl- 阅读全文
posted @ 2018-05-21 19:00 papering 阅读(377) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/ZqlhPC06_KW6a9OSgEuIVw 上面的线程栈我们注意到 nid 的值其实就是线程 ID,它是十六进制的,我们将消耗 CPU 最高的线程18250,转成十六进制0X47A,然后从上面的线程栈里找到nid=0X47A的线程,其栈为: " 阅读全文
posted @ 2018-05-21 01:42 papering 阅读(292) 评论(0) 推荐(0) 编辑
摘要: r 阅读全文
posted @ 2018-05-21 01:02 papering 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 曲线拟合 阅读全文
posted @ 2018-05-20 23:08 papering 阅读(142) 评论(0) 推荐(0) 编辑
摘要: spark join 广告特征做广播 阅读全文
posted @ 2018-05-20 22:26 papering 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 从内存的最小化占用角度解释 变,必然伴随着加法 阅读全文
posted @ 2018-05-20 22:13 papering 阅读(209) 评论(0) 推荐(0) 编辑
摘要: a 搜索 复制 阅读全文
posted @ 2018-05-20 19:34 papering 阅读(454) 评论(0) 推荐(0) 编辑
摘要: a 搜索 复制 阅读全文
posted @ 2018-05-20 18:35 papering 阅读(496) 评论(0) 推荐(0) 编辑
摘要: scala wordcount kmeans k-means算法的输入对象是d维向量空间的一些点,对一个d维向量的点集进行聚类。 k-means聚类算法会将集合D划分成k个聚簇。 阅读全文
posted @ 2018-05-20 17:56 papering 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Scala In Depth 深入理解Scala 1、判等 2、并发 3、用None不用nul l 阅读全文
posted @ 2018-05-20 17:45 papering 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 可变性编程 不可变性编程 可变性变量 不可变性变量 -1 面向表达式编程是指在代码中使用表达式而不用语句 语句是可以执行的东西,执行代码 表达式是可以求职的东西,返回值 【Scala,大部分开发者会在代码中避免使用return】 Java惯用法:一个return语句 def createErrorM 阅读全文
posted @ 2018-05-20 17:05 papering 阅读(248) 评论(0) 推荐(0) 编辑
摘要: Glossary — Python 3.6.5 documentation https://docs.python.org/3/glossary.html?highlight=equal hashable An object is hashable if it has a hash value wh 阅读全文
posted @ 2018-05-20 17:04 papering 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-05-20 16:29 papering 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 优先采用面向表达式编程 阅读全文
posted @ 2018-05-20 16:23 papering 阅读(137) 评论(0) 推荐(0) 编辑
摘要: https://baike.sogou.com/v63435711.htm?fromTitle=内存转存文件 内存转储是用于系统崩溃时,将内存中的数据转储保存在转储文件中,供给有关人员进行排错分析用途。而它所保存生成的文件就叫做内存转储文件。 内存转储文件也被称作 虚拟内存,它是用硬盘里的一段空间虚 阅读全文
posted @ 2018-05-20 16:17 papering 阅读(2751) 评论(0) 推荐(0) 编辑
摘要: C:\WINDOWS\SoftwareDistribution\Download 阅读全文
posted @ 2018-05-20 16:12 papering 阅读(392) 评论(0) 推荐(0) 编辑
摘要: tmp 阅读全文
posted @ 2018-05-20 15:50 papering 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 获取mac地址 winodws getmac linux ifconfig -a HWaddr 值 ens192 Link encap:Ethernet HWaddr 00:50:56:9b:cc:81 inet addr:103.95.254.153 Bcast:103.95.254.159 Ma 阅读全文
posted @ 2018-05-20 12:08 papering 阅读(1542) 评论(0) 推荐(0) 编辑
摘要: 18 commands to monitor network bandwidth on Linux server – BinaryTides https://www.binarytides.com/linux-commands-monitor-network/ yum install iptraf 阅读全文
posted @ 2018-05-20 11:33 papering 阅读(970) 评论(0) 推荐(0) 编辑
摘要: Error 99 connecting to 192.168.3.212:6379. Cannot assign requested address Redis - corelation between QPS, response time, number of connections, respo 阅读全文
posted @ 2018-05-20 11:18 papering 阅读(1542) 评论(0) 推荐(0) 编辑
摘要: t 阅读全文
posted @ 2018-05-20 10:23 papering 阅读(191) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/MSR18sqUznuiUgUM5YkvZg 我们选择了Golang做为当前版本的开发语言,架构如下: 采用多进程单协程图片处理模型。图片库主要依赖的是GraphicsMagick,和少部分ImageMagick,通过封装cgo调用实现。 Gol 阅读全文
posted @ 2018-05-19 23:35 papering 阅读(256) 评论(0) 推荐(0) 编辑
摘要: feature_reduce_l = [i if re.search('\d', i) is None else i[0:re.search('\d', i).endpos - 1] for i in feature_l] # set 破坏了顺序 print(feature_reduce_l) print(list(set(feature_reduce_l))) featur... 阅读全文
posted @ 2018-05-19 23:14 papering 阅读(208) 评论(0) 推荐(0) 编辑
摘要: RFC 3629: UTF-8, a transformation format of ISO 10646 https://www.rfc-editor.org/rfc/rfc3629.html Unicode – The World Standard for Text and Emoji http 阅读全文
posted @ 2018-05-19 22:38 papering 阅读(186) 评论(0) 推荐(0) 编辑
摘要: abcadeaex ==>abcdex 阅读全文
posted @ 2018-05-19 17:30 papering 阅读(303) 评论(0) 推荐(0) 编辑
摘要: Linux查看系统配置常用命令 - 凉水代码 - 博客园 https://www.cnblogs.com/codewater/articles/1818210.html Linux查看系统配置常用命令 系统 # uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/i 阅读全文
posted @ 2018-05-19 16:31 papering 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 文件指针 阅读全文
posted @ 2018-05-19 15:34 papering 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 为什么sparse representation比起其它成分分析方法(DFT,Wavelet)能得到更好的效果? - 知乎 https://www.zhihu.com/question/24124122/answer/50403932 2)Basis本身是不应该变成0的。稀疏表达是要求信号在该模型下 阅读全文
posted @ 2018-05-19 15:28 papering 阅读(237) 评论(0) 推荐(0) 编辑
摘要: TypeError unhashable type:'list' Get unique values from a list in python - Stack Overflow https://stackoverflow.com/questions/12897374/get-unique-valu 阅读全文
posted @ 2018-05-19 14:40 papering 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 求伪逆 奇异值分解可以被用来计算矩阵的伪逆。若矩阵 M 的奇异值分解为 ,那么 M 的伪逆为 。 其中 是 的伪逆,并将其主对角线上每个非零元素都求倒数之后再转置得到的。求伪逆通常可以用来求解线性最小平方、最小二乘法问题。 平行奇异值 把频率选择性衰落信道进行分解。 矩阵近似值 奇异值分解在统计中的 阅读全文
posted @ 2018-05-19 09:54 papering 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 稀疏表示_百度百科 https://baike.baidu.com/item/%E7%A8%80%E7%96%8F%E8%A1%A8%E7%A4%BA/16530498 信号稀疏表示是过去近20年来信号处理界一个非常引人关注的研究领域,众多研究论文和专题研讨会表明了该领域的蓬勃发展。信号稀疏表示的目 阅读全文
posted @ 2018-05-19 07:46 papering 阅读(1500) 评论(0) 推荐(0) 编辑
摘要: 通过spark rdd 求取 特征的稀疏向量 spark 类标签的稀疏 特征向量 - bonelee - 博客园 http://www.cnblogs.com/bonelee/p/7814081.html 阅读全文
posted @ 2018-05-19 07:43 papering 阅读(272) 评论(0) 推荐(0) 编辑
上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 186 下一页