码迷,mamicode.com
首页 >  
搜索关键字:who am i    ( 4395个结果
理解RabbitMQ中的AMQP-0-9-1模型
原文:理解RabbitMQ中的AMQP-0-9-1模型 前提 之前有个打算在学习RabbitMQ之前,把AMQP详细阅读一次,挑出里面的重点内容。后来找了下RabbitMQ的官方文档,发现了有一篇文档专门介绍了RabbitMQ中实现的AMQP模型部分,于是直接基于此文档和个人理解写下这篇文章。 AM... ...
分类:其他好文   时间:2020-02-13 14:34:37    阅读次数:56
家庭记账本安卓版开发:第四天
一、效果展示 账户名为张志伟,登录 查看账目 这是数据库的数据 二、总结 学习了BaseAdapter适配器来根据查询到的数据条数显示表单的行数,实现代码和布局的联动。 三、部分原码 QueryAllActivity.java package com.example.familybook; impo ...
分类:移动开发   时间:2020-02-12 22:12:48    阅读次数:93
Trial and Error
Trial and Error 可以被翻译为试错,更白话一些就是不断尝试,不断犯错,继续尝试,继续犯错,一直进行下去,直到作对了。 有一篇英文文章讲解的不错,特在此分享,原文链接: http://www.exforsys.com/career-center/problem-solving/the-u ...
分类:其他好文   时间:2020-02-12 00:27:43    阅读次数:66
python字符串常用操作
今天把之前遗漏的内容补上,关于python字符串的基本操作 name="my \tname is {name},and I am {year} old"print(name)print(name.capitalize())print(name.count("n"))#查看字符数量print(name ...
分类:编程语言   时间:2020-02-11 14:48:36    阅读次数:58
错误检测(4) CRC
预备知识:多项式除法 上一节我们讲了checksum 这一节我们来讲CRC How do CRCs work CRC: the cyclic redundancy check 从下面几个章节来讲, 首先是讲一下如何通过 模除运算 来检测错误,为了给你后面学习CRC提供一些sense 现在有hello ...
分类:其他好文   时间:2020-02-10 22:35:28    阅读次数:100
OpenCV--图像金字塔
图像金字塔 高斯金字塔 高斯金字塔:向下采样方法(缩小) 高斯金字塔:向上采样方法(放大) img=cv2.imread("AM.png") cv_show(img,'img') print (img.shape) 效果: up=cv2.pyrUp(img) cv_show(up,'up') pri ...
分类:其他好文   时间:2020-02-10 18:14:56    阅读次数:69
Lesson 4 Seeing hands
How did vera discover she had this gift of second sight? Several cases have been reported in Russia recently of people who can read and detect colours ...
分类:其他好文   时间:2020-02-09 16:23:45    阅读次数:73
核心过去式/过去完成时Past tense / past perfect
动词过去式 常规 do - did - done be/am/is/are - was/were - been will - would can - could shall - should may - might have(has)— had—had 日常 看 look - looked - lo ...
分类:其他好文   时间:2020-02-09 14:40:39    阅读次数:91
英语四六必备36个经典成语
1.Practice makes perfect.熟能生巧。 2.God helps those who help themselves.天助自助者 3.Easier said than done.说起来容易做起来难。 4.Where there is a will,there is a way.有 ...
分类:其他好文   时间:2020-02-09 09:29:10    阅读次数:101
How to write a paper in a weekend - by Prof. Pete Carr
Key points: don't procrastinate; review the notes and renew the literature search; determine who your audience is - most likely reviewers, so get thei ...
分类:其他好文   时间:2020-02-07 22:35:45    阅读次数:88
4395条   上一页 1 ... 28 29 30 31 32 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!