码迷,mamicode.com
首页 >  
搜索关键字:implicit    ( 564个结果
muduo源码-EpollPoller.h
0 设计 EpollPoller继承自Poller,为的是能够使用epoll和poll两种io函数。(这貌似是策略模式?记不清了) 1 源码 EpollPoller.h EpollPoller.cc 3 channels_ 存在的意思 epoll 没有办法保存已有的所有的在监听的文件描述符,因为ep ...
分类:其他好文   时间:2018-03-27 14:30:23    阅读次数:176
Python之禅(原文、中文翻译、解释)
The Zen of Python, by Tim Peters Beautiful is better than ugly.Explicit is better than implicit.Simple is better than complex.Complex is better than complicated.Flat is better than nested.Sparse
分类:编程语言   时间:2018-03-26 10:46:05    阅读次数:163
Selenium2学习(十一)-- select下拉框
本篇以百度设置下拉选项框为案例,详细介绍select下拉框相关的操作方法。一、认识select 1.打开百度-设置-搜索设置界面,如下图所示 2.箭头所指位置,就是select选项框,打开页面元素定位,下方红色框框区域,可以看到select标签属性:<select id="nr" name="NR" ...
分类:其他好文   时间:2018-02-23 19:01:55    阅读次数:200
STL -- heap结构及算法
STL -- heap结构及算法 heap(隐式表述,implicit representation) 1. heap概述 : vector + heap算法 heap并不归属于STL容器组件,它是个幕后英雄,扮演priority queue的助手。顾名思义,priority queue允许用户以任 ...
分类:编程语言   时间:2018-02-12 16:50:27    阅读次数:209
android AIDL 语言用法
跨进程通信可以用AIDL语言 这里讲述下如何使用AIDL语言进行跨进程通信 文章参考 《设计模式》一书 demo结构参考 主要的文件类有:IBankAidl.aidl java文件:AidlBankBinder,BackActivity(应该是BankActivity写错了),BankService ...
分类:移动开发   时间:2018-02-05 20:11:41    阅读次数:240
1094. The Largest Generation (25)
A family hierarchy is usually presented by a pedigree tree where all the nodes on the same level belong to the same generation. Your task is to find t ...
分类:其他好文   时间:2018-02-01 00:15:36    阅读次数:168
python新手常见的报错有哪些?
对于新手,初学Python时,总会遇到这样那样的报错,想要弄懂Python错误信息的含义可能还不知道怎么做,这里列出了一些比较常见的Python报错问题,希望对于学习Python的人能够有些帮助。 1)尝试连接非字符串值与字符串(导致 “TypeError: Can’t convert ‘int’ ...
分类:编程语言   时间:2018-01-30 12:44:47    阅读次数:177
计算机科学-Python-The Zen of Python
The Zen of Python, by Tim Peters Beautiful is better than ugly.Explicit is better than implicit.Simple is better than complex.Complex is better than c ...
分类:编程语言   时间:2018-01-21 11:04:04    阅读次数:189
Delphi Language Overview
Delphi is a high-level, compiled, strongly typed language that supports structured and object-oriented design. Based on Object Pascal, its benefits in ...
分类:Windows程序   时间:2018-01-18 22:05:14    阅读次数:216
hive数据类型转换、字符串函数、条件判断
http://blog.csdn.net/yimingsilence/article/details/70057638 数据类型转换 同Java语言一样,Hive也包括 隐式转换(implicit conversions)和显式转换(explicitly conversions)。 Hive在需要的 ...
分类:其他好文   时间:2018-01-18 17:08:40    阅读次数:326
564条   上一页 1 ... 20 21 22 23 24 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!