最近看了《Head First Design Patterns》这本书。正如其名,这本书讲的是设计模式(Design Patterns),而这本书的第一章,讲的是很重要的一些设计原则(Design Principles)。 Identify the aspects of your applicati ...
分类:
其他好文 时间:
2020-01-13 13:06:44
阅读次数:
75
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
项目演示 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
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
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
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
University of Westminster - School of Computer Science & Engineering4COSC001W: Programming Principles I - Assignment Specification (2019/20)Module lea ...
分类:
其他好文 时间:
2019-11-21 18:38:20
阅读次数:
66