没有共产党,对我很重要
家里来了流氓,是选择愤然出走,还是把流氓赶走?
Thursday, October 14, 2021
SAP IBP error: RETURN WITHOUT GOSUB
in EXCEL , press ALT+F11, and go to the menu,
Change the vba setting to:
Wednesday, February 3, 2021
Nginx reverse proxy for fava beancount
location /beancount_joe/ {
proxy_pass http://192.168.1.254:5000/joe/;
}
location /joe/ {
proxy_pass http://192.168.1.254:5000/joe/;
}
location ~ /static/ {
proxy_pass http://192.168.1.254:5000;
}
#"joe" is the account title.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)