By admin , 30 一月, 2023

省人社网站可查询养老保险明细(有章):https://ggfw.hrss.gd.gov.cn/gdggfw/index ,此网站是通过微信身份证实名刷脸登录的。

“穗好办App”可查询医保汇总(有章),可查询养老保险明细(无章)。

粤省事小程序里查医保明细(无章)。

2025年1月起,医保基数从5996上调至6236,比上月多缴15.6元。总额为1100+405.34=1505.34元。

参考:https://m.gz.bendibao.com/mip/320078.html

2024年12月-2025年6月,总额为1100+389.74=1489.74。

By admin , 29 一月, 2023

Kali Linux默认的虚拟机镜像是处于静音状态的,通过以下按键可以取消静音:

  1. 按CTRL+ESC启动应用搜索框
  2. 输入vol回车执行Volume Control应用
  3. 按两次下方向键,然后按空格即可取消静音

标签

By admin , 16 十二月, 2022

Nginx

Docroot is: /usr/local/var/www

 

The default port has been set in /usr/local/etc/nginx/nginx.conf to 8080 so that

nginx can run without sudo.

 

nginx will load all files in /usr/local/etc/nginx/servers/.

 

To restart nginx after an upgrade:

  brew services restart nginx

Or, if you don't want/need a background service you can just run:

  /usr/local/opt/nginx/bin/nginx -g daemon off;

标签

By admin , 30 十一月, 2022

html {
    -webkit-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1) !important;
}

标签

最新评论