Math 305 Advanced Linear Algebra This is the note of Math 305 Advanced Linear Algebra course. 2022-10-30 Reading #Math
Data Analytics and Visualizations This is the note of reading materials on course STATS401 Data Analytics and Visualizations. 2022-10-25 Reading #Data Visualization
Data Visualization Project-Development of Models Used in Computer Vision In this project, we investigated and visualized how deep learning models used in the field of computer vision developed over time. 2022-10-25 Project #Python #Data Visualization #Dash #Plotly
Xevent Reader Xevent Reader is a tool I developed in Python that reads Extended Event Files of SQL Server and exports parsed results into SQL Server. 2022-08-17 Project #SQL Server #Python
Pyinstaller Reduce Packed Program Size Practical techniques for reducing file size of programs packed by pyinstaller. 2022-08-16 Note #Python
SQL Server 2012 实施与管理实战指南Note:数据库备份与恢复 SQL Server 2012 实施与管理实战指南读书笔记,数据库备份与恢复 2022-07-29 Reading #SQL Server
SQL Server 2012 实施与管理实战指南Note:高可用性和灾难恢复技术 SQL Server 2012 实施与管理实战指南读书笔记,高可用性和灾难恢复技术 2022-07-17 Reading #SQL Server
SQL Server 2012 Internal Note_Logging and recovery This is a note for the chapter Logging and recovery of the book SQL Server 2012 Internal. 2022-07-10 Reading #SQL Server
Script_Backup databases iteratively and truncate name A script to backup databases using the cursor and truncate databases names if too long. 2022-07-05 Script #T-SQL