码迷,mamicode.com
首页 >  
搜索关键字:known    ( 1617个结果
Redis(六)管道(Pipelining)
管道技术并不是Redis特有的,管道技术在计算机科学中有很多地方的应用。 来自wiki的解释: In computing, a pipeline, also known as a data pipeline,[1] is a set of data processing elements conne ...
分类:其他好文   时间:2018-10-22 12:59:44    阅读次数:133
Python 整数 长整数 浮点数 字符串 列表 元组 字典的各种方法
对于Python, 一切事物都是对象,对象基于类创建!! 注:查看对象相关成员var,type, dir 一、整数 如: 18、73、84 每一个整数都具备如下需要知道的功能: ...
分类:编程语言   时间:2018-10-20 17:25:21    阅读次数:210
Java网络编程一
1.InetAddress的应用 ...
分类:编程语言   时间:2018-10-15 01:19:11    阅读次数:184
springboot的简单了解与使用
1. Spring Boot 1.1. 什么是Spring Boot 1.2. Spring Boot的优缺点 1.3. 快速入门 1.3.1. 设置spring boot的parent <parent> <groupId>org.springframework.boot</groupId> <ar ...
分类:编程语言   时间:2018-10-15 01:17:01    阅读次数:194
打开Delphi 10.2提示脚本错误的解决方法
HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\18.0\Known IDE Packages $(BDS)\Bin\CommunityToolbar240.bpl Embarcadero Community Toolbar Package 修改为_Embarc ...
分类:Windows程序   时间:2018-10-12 23:48:36    阅读次数:496
POJ-1125_Stockbroker Grapevine
Stockbroker Grapevine Time Limit: 1000MS Memory Limit: 10000K Description Stockbrokers are known to overreact to rumours. You have been contracted to ...
分类:其他好文   时间:2018-10-09 00:41:48    阅读次数:141
git 下载错误 解决
git clone git@github.com:happyfish100/fastdfs.git 提示下列信息: Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts. Per ...
分类:其他好文   时间:2018-10-07 15:32:37    阅读次数:448
国庆练习1
Romaji CF 1008A Vitya has just started learning Berlanese language. It is known that Berlanese uses the Latin alphabet. Vowel letters are "a", "o", "u ...
分类:其他好文   时间:2018-10-06 12:06:43    阅读次数:196
国庆练习3
Benches CF 1042A There are nn benches in the Berland Central park. It is known that aiai people are currently sitting on the ii-th bench. Another mm p ...
分类:其他好文   时间:2018-10-06 12:04:32    阅读次数:139
Python之元组
元组:tuple 如:(11,22,33) ,("hzw","cp") 每个元组都具有以下功能: ...
分类:编程语言   时间:2018-10-05 17:19:28    阅读次数:141
1617条   上一页 1 ... 44 45 46 47 48 ... 162 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!