码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
18.10.29 POJ 3987 Computer Virus on Planet Pandora(AC自动机+字符串处理)
描述 Aliens on planet Pandora also write computer programs like us. Their programs only consist of capital letters (‘A’ to ‘Z’) which they learned from ...
分类:Web程序   时间:2018-10-30 00:28:01    阅读次数:211
10 字典中enumerate() 的用法
li = {"alex"," aric","Alex","Tony","rain"}for i,j in enumerate(li,1): new_j = j.strip() print(i,new_j) RESTART: C:/Users/wssar/AppData/Local/Programs/ ...
分类:编程语言   时间:2018-10-27 19:53:12    阅读次数:235
python 创建虚拟环境时报错OSError, setuptools下载失败
错误信息如下: Using base prefix 'c:\\users\\huful\\appdata\\local\\programs\\python\\python36-32'New python executable in E:\Learning\Python\search\Scripts\ ...
分类:编程语言   时间:2018-10-21 13:12:12    阅读次数:470
python 在不同CPU上同时运行多个程序
出处/From https://www.quora.com/If you run Python under a dual core CPU then can you run two Python programs at once one that utilizes 1 core and the ot ...
分类:编程语言   时间:2018-10-19 21:56:04    阅读次数:353
tags
*tag* *tags* A tag is an identifier that appears in a “tags” file. It is a sort of label that can be jumped to. For example: In C programs each functi... ...
分类:其他好文   时间:2018-10-16 16:05:44    阅读次数:183
区块链快速入门(二)——分布式系统核心技术
区块链快速入门(二)——分布式系统核心技术一、分布式系统的一致性问题1、分布式系统的一致性问题随着摩尔定律碰到瓶颈,越来越多情况下要依靠可扩展的分布式架构来实现海量处理能力。单点结构演变到分布式结构,首要解决的问题就是数据的一致性。如果分布式集群中多个节点不能保证处理结果的一致性,建立在其上的业务系统将无法正常工作。区块链系统是一个典型的分布式系统,在设计上必然也要考虑一致性问题。在面向大规模复杂
分类:其他好文   时间:2018-10-14 17:43:16    阅读次数:222
RxJava总结(原)
恢复内容开始 1、RxJava的作用 RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using o ...
分类:编程语言   时间:2018-10-11 01:42:49    阅读次数:152
ubuntu18.04中将刚下载解压的eclipse添加到启动器
在 目录下新建一个名为 的文件。 文件内容如下: 其中 对应eclipse启动文件的位置。(Eclipse安装包解压在 ) 然后你就可以发现启动器中存在Eclipse了。 ...
分类:系统相关   时间:2018-10-10 23:59:49    阅读次数:576
1094.String matching
题目描述: Finding all occurrences of a pattern in a text is a problem that arises frequently in text-editing programs. Typically,the text is a document be ...
分类:其他好文   时间:2018-10-02 17:14:01    阅读次数:154
21.scrapy爬虫部署
2. 在浏览器打开127.0.0.1:6800/ 3. scrapy.cfg 设置 4. 遇到问题: scrapyd-deploy 不是内部命令 编辑 两个配置文件 @echo off"C:\Users\Administrator\AppData\Local\Programs\Python\Pyth ...
分类:其他好文   时间:2018-09-12 20:06:22    阅读次数:197
760条   上一页 1 ... 11 12 13 14 15 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!