码迷,mamicode.com
首页 >  
搜索关键字:five principles    ( 567个结果
【设计模式】设计原则--面向接口编程你理解的对吗?
最近看了《Head First Design Patterns》这本书。正如其名,这本书讲的是设计模式(Design Patterns),而这本书的第一章,讲的是很重要的一些设计原则(Design Principles)。 Identify the aspects of your applicati ...
分类:其他好文   时间:2020-01-13 13:06:44    阅读次数:75
RabbitMQ中文文档PHP版本(五)--主题
2019年12月10日10:05:11 原文:https://www.rabbitmq.com/tutorials/tutorial-five-php.html 话题 (使用php-amqplib) 先决条件 本教程假定RabbitMQ 已在标准端口(5672)的本地主机上安装并运行。如果您使用其他 ...
分类:Web程序   时间:2020-01-07 01:13:01    阅读次数:154
canvas--五子棋
项目演示 https://5mfivemeter.github.io/CANVAS/fiveInARow/index.html 项目截图 项目源码 https://github.com/5mFiveMeter/5mFiveMeter.github.io/tree/master/CANVAS/five ...
分类:其他好文   时间:2019-12-30 11:23:34    阅读次数:56
多表查询
创数据库mysql> CREATE DATABASE five;Query OK, 1 row affected 使用数据库mysql> USE five;Database changed 一、外键(1)什么是外键? 外键是指引用另一个表中的一列或多列,被引用的列应该具有主键约束或唯一性约束。外键用 ...
分类:其他好文   时间:2019-12-26 13:29:51    阅读次数:87
多表查询
创数据库mysql> CREATE DATABASE five;Query OK, 1 row affected 使用数据库mysql> USE five;Database changed 一、外键(1)什么是外键? 外键是指引用另一个表中的一列或多列,被引用的列应该具有主键约束或唯一性约束。 外键 ...
分类:其他好文   时间:2019-12-06 11:25:28    阅读次数:123
part 1
COMPSCI 143A. Principles of Operating Systems. Principles and concepts of process and resource management, especially as seen in operating systems. Pr ...
分类:其他好文   时间:2019-12-01 13:19:53    阅读次数:78
Ko To Ba
Linus Torvalds I am not a visionary, i do not have a five year plan, i’m an engineer. I am perfectly fine with all the people who are walking around a ...
分类:其他好文   时间:2019-11-28 19:13:56    阅读次数:83
判断回文数
package homework20191125; import java.util.Scanner; public class Five { public static void main(String[] args) { //5、有一种数叫回文数,正读和反读都一样,如12321便是一个回文数。编 ...
分类:其他好文   时间:2019-11-25 20:51:04    阅读次数:84
The happy secret to better work,https://www.ted.com/talks/shawn_achor_the_happy_secret_to_better_work/transcript#t-100352
When I was seven years old and my sister was just five years old, we were playing on top of a bunk bed. I was two years older than my sister at the ti ...
分类:移动开发   时间:2019-11-24 09:49:42    阅读次数:97
4COSC001W: Programming Principles
University of Westminster - School of Computer Science & Engineering4COSC001W: Programming Principles I - Assignment Specification (2019/20)Module lea ...
分类:其他好文   时间:2019-11-21 18:38:20    阅读次数:66
567条   上一页 1 2 3 4 5 6 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!