代码改变世界

[富爸爸穷爸爸] 读书笔记1. 重要概念

2018-11-11 09:57 by Johnson_强生仔仔, 502 阅读, 0 推荐, 收藏, 编辑
摘要:《富爸爸穷爸爸》是由罗伯特·T·清崎 写的一本关于投资启蒙的书籍。 以下是我看了富爸爸, 穷爸爸之后的一点笔记。 1. 最最最重要的几条概念。 资产和负债 资产: 能把钱放进你口袋的东西。 负债: 把钱从你口袋里面拿出来的东西。 note: 中产阶级很多时候会买觉得是“资产”的负债, 尤其是房子, 阅读全文

[Guitar self-practising] 【吉他练习王-节奏练习】曲目1 基本扫弦节奏练习

2018-11-04 10:48 by Johnson_强生仔仔, 764 阅读, 0 推荐, 收藏, 编辑
摘要:这本书来自吉他练习王-节奏练习, 大家可以自行到网上搜搜电子版看看。 扫弦练习: 将左手轻轻靠着琴弦, mute琴弦。右手拿上拨片, 节拍器60,左脚踏着节拍练习。 note: 注意 “轻”(幅度轻, 有助于跟以后的重音练习分开), “松”(夹着拨片不要太紧, 放松的状态), “均匀”, “幅度大” 阅读全文

[Guitar self-learning] 基本乐理知识1. 度,升降记号#/b

2018-11-04 10:20 by Johnson_强生仔仔, 1244 阅读, 0 推荐, 收藏, 编辑
摘要:度:是音程上面的单位, 指每两个音程(音名)之前的音距。(就像我们说身高时的cm一样, 用来表明当时的音高。) 升记号:# , 表明在当前的音高下, 升半个音高。 如 #3 == 4 降记号:b , 表明在当前的音高下, 降半个音高。 如 b4 == 3 e.g 1 - 3 =》 3度 1 - b3 阅读全文

[Java] Create File with java.io.File class

2018-10-31 01:34 by Johnson_强生仔仔, 221 阅读, 0 推荐, 收藏, 编辑
摘要:Create a file with some content in some specific location. The reference is here. E.g if want to create a HelloWorld.txt file, then we just need to us 阅读全文

[Java in NetBeans] Lesson 03. More Variables / Type Casting

2018-10-25 06:11 by Johnson_强生仔仔, 187 阅读, 0 推荐, 收藏, 编辑
摘要:这个课程的参考视频在youtube。 主要学到的知识点有: It is different from python, that "1" only present string "1", and '1' only presents char '1'. (type) can chang the type 阅读全文

[Java in NetBeans] Lesson 02. Variables, Data Types and Assignment.

2018-10-20 04:13 by Johnson_强生仔仔, 235 阅读, 0 推荐, 收藏, 编辑
摘要:这个课程的参考视频在youtube。 主要学到的知识点有: Data Type: int, char, String, double, boolean. When into printf, int (%d), char (%c), String (%s), double (%f), boolean 阅读全文

[Java in NetBeans] Lesson 01. Java Programming Basics

2018-10-19 22:22 by Johnson_强生仔仔, 199 阅读, 0 推荐, 收藏, 编辑
摘要:这个课程的参考视频在youtube。 主要学到的知识点有: A class is the template from which objects are created. Object: Instance of a class. public can be accessed by other cla 阅读全文

[Java in NetBeans] Lesson 00. Getting Set-up for Learning Java

2018-10-19 10:21 by Johnson_强生仔仔, 213 阅读, 0 推荐, 收藏, 编辑
摘要:这个课程的参考视频在youtube。 主要学到的知识点有: 阅读全文

[Java] Header checkBox in Jtable

2018-10-19 06:44 by Johnson_强生仔仔, 741 阅读, 0 推荐, 收藏, 编辑
摘要:The reference is from here. 在Jtable里面我们可能会有checkbox, 而有时候我们有很多checkbox需要同时check或者同时uncheck的时候, 如果有一个总的checkbox能够同时check所以该列的所有checkbox或者同时uncheck, 就会很 阅读全文

[LeetCode] 154. Find Minimum in Rotated Sorted Array II_Hard

2018-08-31 07:01 by Johnson_强生仔仔, 183 阅读, 0 推荐, 收藏, 编辑
摘要:Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1,2]). F 阅读全文
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 39 下一页