Skip to content

cw1997/cw1997

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 

Repository files navigation

👋 My name is Chang Wei (昌维, 昌維). You can visit https://changwei.me for more information about me.

GitHub followers GitHub User's stars Twitter Follow

mysql> SELECT * FROM `cw1997`.`user`;
+----+----------------+------------+-------------------------+
| id | truename       | birthday   | website                 |
+----+----------------+------------+-------------------------+
|  1 | 昌维 Chang Wei | 1997-10-06 | https://www.changwei.me |
+----+----------------+------------+-------------------------+
1 row in set (0.05 sec)

mysql> SELECT * FROM `cw1997`.`contact`;
+----+--------------+-------------------------------------------------+
| id | contact_key  | contact_value                                   |
+----+--------------+-------------------------------------------------+
|  1 | ZhiHu        | https://www.zhihu.com/people/changwei1006/posts |
|  2 | Weibo        | https://weibo.com/changweicw                    |
|  3 | SegmentFault | https://segmentfault.com/u/changwei             |
+----+--------------+-------------------------------------------------+
3 rows in set (0.07 sec)

mysql> SELECT * FROM `cw1997`.`experience`;
+----+---------------+-------------+---------------------------+------------------------------------------------------+-------------------------+-------------------------+
| id | starting_date | ending_date | location                  | organization                                         | position                | nature                  |
+----+---------------+-------------+---------------------------+------------------------------------------------------+-------------------------+-------------------------+
|  1 | 2021-09-01    | NULL        | Taipei, Taiwan            | National Taiwan University of Science and Technology | Electronic Engineering  | full-time master        |
|  2 | 2020-10-01    | 2021-03-01  | Haidian District, Beijing | PingCAP                                              | Web Front-End Developer | Intern                  |
|  3 | 2018-09-01    | 2021-08-01  | Taipei, Taiwan            | National Taiwan University of Science and Technology | Electronic Engineering  | full-time undergraduate |
|  4 | 2015-09-01    | 2018-07-01  | Wuhan, Hubei              | Wuhan Institute of Shipbuilding Technology           | Soft Technology         | full-time college       |
+----+---------------+-------------+---------------------------+------------------------------------------------------+-------------------------+-------------------------+
4 rows in set (0.10 sec)

mysql> 

Releases

No releases published

Packages

No packages published