Asurada's Notebook
Log in
Log in
第一天上班
第一天上班就迟到了。 第一次开车去公司,不熟悉路宽,再加上上班高峰,我不幸做到了第一天上 班就迟到的壮举。 还好,毕竟是第一天,也不用做什么,因此迟到几分钟也没有什么后果。也就介绍了下公司情况,分配了下工位。工位在mentor的正背后,感觉还挺恐怖的,上班期间无时不刻感受到背后的关注的目光,无
6/3/2019
数据库项目总结
> 该文章总结了数据库大作业的实现方法,并介绍了未来可能的性能提升方法。 > 代码在:[GitHub](https://github.com/asvrada/CollegeProj-Database) # 实现 ## 载入数据 载入数据的部分比较简单,仅仅是将代表数字的字符串转成32位
5/11/2019
C++ cheatsheet
# Table of Content: 1. String 2. Array 3. Map 4. Set 5. Stack 6. Queue ## 1. String ```cpp string s = "abce" string s("a") ``` ### Operations:
4/23/2019
Union Find Template
Problems can be solved with Union Find 1. [200. Number of Islands](https://leetcode.com/problems/number-of-islands) 1. [305. Number of Islands II](
4/5/2019
Java Data Structure Cheat Sheet
# Table of Content: 1. String 2. Array 3. Map 4. Set 5. Stack 6. Queue Common interface Collection has method isEmpty(). ## 1. String Get char a
3/9/2019
Cross-Origin Resource Sharing What?
[CORS MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
3/1/2019
About Python truth value test
If you are using Python, you probably will write something like this to check if a list is empty: ```python if list: print("not empty!") else:
1/25/2019
本学期各课程评价
本学期课程安排:[2019 Spring](http://registrar-prod.unet.brandeis.edu/registrar/schedule/classes/2019/Spring/1400/GRAD) 选课从来都是最头疼最纠结的活动,上学期瞎JB选课耽误了不少事,这学期慎重起
1/20/2019
环球影城过山车评价
过去两天游玩了佛罗里达环球影城的两个园区:主区 Universial Studios Florida 和冒险岛 Island of Adventrue。即使没买快速票也顺利的玩完了所有大型的过山车项目,在此总结分享一下。 以下按照我的游玩顺序列出。 # 冒险岛 | 第一天 由于是星期天,人
1/7/2019
How to integrate Linux pipe in your Python program
## What is Linux pipe Generally, you can redirect/channeling stdin/out from one program to another under a CLI: ``` # some examples echo $SHELL >
12/10/2018
Prev
1
2
3
4
5
6
7
Next