码迷,mamicode.com
首页 >  
搜索关键字:stand    ( 1367个结果
C lang:character input and output
Xx_Introduction Character input and output is by more line character conpose of the text flow Define name common use capital letter,easy read. The Sta ...
分类:其他好文   时间:2019-10-07 23:18:06    阅读次数:111
Macaca的Python的api整理
整理了下Macaca的API,做成思维脑图,方便阅览。 WebDriver 安装 pip install wd git clone https://github.com/macacajs/wd.py.git 初始化WebDriver driver.init() 停止WebDriver driver. ...
分类:编程语言   时间:2019-10-07 13:14:11    阅读次数:99
explain用法分析
爱不要解释,不爱,更不需要解释! 爱不要解释,不爱,更不需要解释! explain英 [?k?sple?n] 美 [?k?splen] vt.& vi.讲解,解释 vt.说明…的原因,辩解vi.说明,解释,辩解 第三人称单数: explains 现在分词: explaining 过去式: expla ...
分类:其他好文   时间:2019-10-06 23:17:50    阅读次数:223
Python常用模块——hashlib加密
Python常用模块——hashlib加密 一、HASH Hash,一般翻译为“散列”,也有直接音译为“哈希”的,就是把任意长度的输入(又叫做预映射,pre image),通过散列算法,变换成固定长度的输出,该输出就是散列值。这种转换是一种压缩映射,也就是,散列值的空间通常远小于输入的空间,不同的输 ...
分类:编程语言   时间:2019-10-03 21:58:56    阅读次数:132
CodeForces-1234C-Pipes-dfs
You are given a system of pipes. It consists of two rows, each row consists of nn pipes. The top left pipe has the coordinates (1,1)(1,1) and the bott ...
分类:其他好文   时间:2019-10-03 20:16:05    阅读次数:80
AWS::Serverless::Application
This resource type embeds a serverless application from the AWS Serverless Application Repository or from an Amazon S3 bucket as a nested application. ...
分类:移动开发   时间:2019-10-02 14:43:36    阅读次数:121
Read standard input from the console in Swift
A simple way to receive standard input from the console is using the readLine() function . For example, we are to receive from the console, the code c ...
分类:编程语言   时间:2019-10-01 20:12:27    阅读次数:97
OpenvSwitch 流表转换
推荐看一下这篇文章,讲述了各个流表,我们这里着重讲流程和代码,对流表不再细说。我们主要的关注点还是OVS-DPDK的流表转换,其实和OVS的转换差不多,只不过OVS的Datapath流表位于kernel,报文在Datapath找不到流表即通过netlink上传到Userspace,而OVS-DPDK... ...
分类:其他好文   时间:2019-10-01 11:49:25    阅读次数:109
HDU 1723 Distribute Message DP
The contest’s message distribution is a big thing in prepare. Assuming N students stand in a row, from the row-head start transmit message, each perso ...
分类:其他好文   时间:2019-09-30 14:58:16    阅读次数:101
一个适合于.NET Core的超轻量级工作流引擎:Workflow-Core
一、关于Workflow-Core 近期工作上有一个工作流的开发需求,自己基于面向对象和职责链模式捣鼓了一套小框架,后来在github上发现一个轻量级的工作流引擎轮子:Workflow-Core,看完其wiki之后决定放弃之前自己造的轮子,使用这个开源项目来改造,也就有了这一篇博文。 Workflo ...
分类:Web程序   时间:2019-09-30 09:23:39    阅读次数:164
1367条   上一页 1 ... 24 25 26 27 28 ... 137 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!