2020年5月9日

摘要: What is the type of a constant in C? When we write expressions like this in C: bool b = 1234567890 > 09876; What are the types of those constants? The 阅读全文
posted @ 2020-05-09 11:08 极巨化皮卡丘 阅读(146) 评论(0) 推荐(0) 编辑

2019年3月5日

摘要: Class A blueprint defining the charactaristics and behaviors of an object of that class type. Class names should be written in CamelCase, starting wit 阅读全文
posted @ 2019-03-05 04:14 极巨化皮卡丘 阅读(221) 评论(0) 推荐(0) 编辑

2019年3月1日

摘要: Boolean A logical statement that evaluates to true or false. In some languages, true is interchangeable(可互换的) with the number 1 and false is interchan 阅读全文
posted @ 2019-03-01 08:35 极巨化皮卡丘 阅读(168) 评论(0) 推荐(0) 编辑
 
摘要: Operators These allow you to perform certain operations on your data. There are 3 basic types: Arithmetic Operators The binary operators used for arit 阅读全文
posted @ 2019-03-01 08:31 极巨化皮卡丘 阅读(118) 评论(0) 推荐(0) 编辑
 
摘要: Primitive Data Types Java has 8 primitive data types: byte, short, int, long, float, double, boolean, and char. For most challenges, you'll only need 阅读全文
posted @ 2019-03-01 08:16 极巨化皮卡丘 阅读(84) 评论(0) 推荐(0) 编辑
 
摘要: a class is a collection of variables (fields) and functions called methods. A program is a collection of classes. The basic code for declaring a Java 阅读全文
posted @ 2019-03-01 02:43 极巨化皮卡丘 阅读(268) 评论(0) 推荐(0) 编辑

2018年12月1日

摘要: 软件改变生活:购物、餐饮、商旅出行、资料查找。。。 Everybody in this country should learn how to program a computer...because it teaches you how to think. Steve Jobs 微软创始人比尔盖茨 阅读全文
posted @ 2018-12-01 09:33 极巨化皮卡丘 阅读(478) 评论(0) 推荐(0) 编辑

2018年11月19日

摘要: 如何使用 Pylint 来规范 Python 代码风格 转载自https://www.ibm.com/developerworks/cn/linux/l-cn-pylint/ <!-- Article Body --> Pylint 是什么 Pylint 是一个 Python 代码分析工具,它分析 阅读全文
posted @ 2018-11-19 15:42 极巨化皮卡丘 阅读(915) 评论(0) 推荐(0) 编辑

2018年10月18日

摘要: Responsive Web design 响应式网页设计 此概念于2010年5月由国外著名网页设计师Ethan Marcotte所提出。 响应式网站设计(Responsive Web design)的理念是: 页面的设计与开发应当根据用户行为以及设备环境(系统平台、屏幕尺寸、屏幕定向等)进行相应的 阅读全文
posted @ 2018-10-18 03:49 极巨化皮卡丘 阅读(121) 评论(0) 推荐(0) 编辑

2018年10月11日

摘要: if you are using node.js just use npm to install it on Windows: 阅读全文
posted @ 2018-10-11 05:28 极巨化皮卡丘 阅读(2115) 评论(0) 推荐(0) 编辑