菜谱:凉拌牛肉
本文总结简易版凉拌牛肉的做法。
Awesome Command Line Tools Written in Rust
In this post, I want to share some command line tools written in Rust, which are good alternatives to some of the original tools used in command line.
How to get or set Databricks spark configuration
In this post, I summarize how to get or set a Databricks spark configuration/property.
Set Up German Version macOS
I got a Macbook with German keyboard layout, and I am not accustomed to it. This post summarizes some tweaks made to German version of Macbook to make it work for me.
Add A Custom Search Engine for Vimium
Vimium is a Chrome extension that lets us to browse the internet with our fingers, rather than using the mouse. In this post, I will going to share how to add a custom search engine for Vimium.
中国大陆小米手机如何使用 Google Pay
要使用 Google Pay 需要谷歌服务的支持,小米手机至少旗舰机型都是自带谷歌服务的,但是默认没有打开。以我的小米 12S Pro 为例,直接在系统设置界面搜索 “谷歌”,有个“谷歌基础服务”,打开即可。
春节回乡记
由于疫情的影响,已经有两年没有在老家过春节。中国国内疫情管控放开以后,终于有机会回乡过春节。
滇西之行 2023
我在高中还是大学读了宗璞的《野葫芦引》,其中的《西征记》描写了滇西抗战的经历,所以我一直想去腾冲走一趟,去拜访一下国殇墓园,苦于打工人没有时间,这个愿望在今年实现了。
贵阳行 2023
每次去贵阳都是浮光掠影,因为它不是我的终点站。这次是因为去云南,需要在贵阳转车停留一晚。
程序员海外工作---语言篇
找海外工作很重要的一个要求语言过关,根据国家的不同,对语言的要求也不同,英语国家当然英语就足够了,有的欧洲国家公司还会要求你掌握当地语言,如果你不会,那投递简历时就可以跳过这些公司了。本文谈一谈我的英语学习经验,仅供参考。英语主要分为听说读写四个方面,下面就分开写一写我的经验。
2023 长沙行
大学毕业以后,就没去过长沙了,来深圳工作几年也没去过长沙一次,正好趁着这次有时间去长沙逛一下。
2023 西安行
如果你要问我心中第一美食之都,我会说是西安。西安我此前已经去过两次了,但仍意犹未尽。
德国工签申请指南
拿到德国工作 offer 以后,我们需要申请合适的签证前往德国。本文将会详细总结德国工签(欧盟蓝卡)申请需要的材料,填写细节,以及面签的流程,希望能够帮助到有同样疑惑的人。
Disclaimer: 本文仅仅代表个人经历,非官方权威建议,仅供各位读者参考。
2022 年博客回顾
2022 年总共写了 49 篇博客 1,大部分博客很短,没花太多时间就可以写完。从类别上看,大部分都是技术相关的,关于 Neovim,Lua,机器学习,SQL
感染 omicron 记录
在 2022 年 12 月底,我也感染了 omicron 病毒,本文对感染过程做一记录。
How to Override Default Options in Neovim
A very common confusion for new users of Neovim is that their option settings for a particular filetype does not work in init.vim
(or init.lua
).
Variadic Arguments in Lua
In Lua, to pass variable number of arguments, we can use ...
(three ellipses) syntax in function argument.
How to Enable Method Autocompletion for OpenCV
Introduction
In Python, some packages are written mainly or partially in C++, and the Python interfaces are just wrappers around the binary C++ module. Among these packages, there is OpenCV.
How to Read Local CSV File to Table in MySQL
I am using MySQL server version 8.0.30
on my macOS.
I try to read a local csv file into a mysql table using LOAD DATA LOCAL INFILE
following some post1,
but unfortunately I get the following error: