一只特立独行的猪

  • Home
  • Web
  • SoftWare
  • Media
  • Life
    • 水深火热

关于我的2021

About My 2021

  • 2022-01-11
  • 0

一、error while loading shared libraries: libatk-1.0.so.0报错:/home/work/node_modules/puppeteer/.local-chromium/linux-856583/chrome-linux/chrome: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory解决:yum install atk二、error while lo...

Centos 安装使用puppeteer异常报错及解决方案

  • 2021-12-10
  • 0

效果如下: 直接见代码: <div class="box"> box body <div class="img"></div> </div> @keyframes leftIn { 0% { right: -100px; } 100% { right: 0; } } @keyframes handShake { 0% { transform: rotate(0deg); } 14.3% { ...

纯css实现一个右边滑出,挥手n次的css动画

  • 2021-12-02
  • 0

全局 Command + Shift + P / F1 显示命令面板 Command + P 快速打开 Command + Shift + N 打开新窗口 Command + W 关闭窗口 基本 Command + X 剪切(未选中文本的情况下,剪切光标所在行) Command + C 复制(未选中文本的情况下,复制光标所在行) Option + Up 向上移动行 Option + Down 向下移动行 Option + Shift + ...

Mac vscode快捷键

  • 2019-05-27
  • 0

1.下载公钥 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 2.在目录/etc/apt/sources.list中添加“源” echo "deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.2 main" | tee /etc/apt/sources.list.d/mongodb-org-3.2.list 3.重新加载本地包数据库 apt-get update 4.安装mong...

在Debian系统中安装、使用mongodb

  • 2018-09-18
  • 0

安装vsftpd apt-get update apt-get install vsftpd 配置vsftpd vi /etc/vsftpd.conf 一般配置选项如下: # listen=YES listen_ipv6=YES # listen 和 listen_ipv6 开一个就行;两个都开,vsftpd就报错了 # 匿名用户访问 anonymous_enable=NO # 本地用户访问 local_enable=YES write_enable=YES local_umask=022 anon_m...

Debian下安装FTP服务vsftpd

  • 2018-08-24
  • 0

原贴地址: https://www.52pojie.cn/thread-692132-1-1.html最新版好像封了,亲测12破解成功 破解思路依然是替换RSA加密算法公钥,不过Mac中的公钥放在程序包目录的rpk文件中,文本编辑替换即可。 网盘地址:https://pan.baidu.com/s/1dtKfvw 第一步 生成自己的RSA公钥私钥对 我用原贴中生成好的,有问题,不能解密,自...

Navicat Premium for Mac v12.0.22.0 破解教程,macOS上手动破解,无需补丁,无毒

  • 2018-07-18
  • 0

标签 新建标签:command + t 关闭标签:command + w 切换标签:command + 数字 command + 左右方向键 切换全屏:command + enter 查找:command + f 分屏 垂直分屏:command + d 水平分屏:command + shift + d 切换屏幕:command + option + 方向键 command + [ 或 command + ] 查看历史命令:command + ; 查...

iTerm2 快捷键大全

  • 2018-06-28
  • 0

解决键盘弹出后挡表单的问题 window.addEventListener('resize', function() { if( document.activeElement.tagName === 'INPUT' || document.activeElement.tagName === 'TEXTAREA' ) { window.setTimeout(function() { if('scrollIntoView' in document.activeEleme...

解决键盘弹出后挡表单的问题

  • 2018-05-24
  • 0

给人搭了一个php的博客,本地我测试用apache启的服务,测试没有问题,部署到服务器上,我用的nginx + php-fpm。一切都很完美,但是用户发了一个几千行的文本,里面夹杂着几张图片,问题来了,页面打不开,再次编辑页面也是空白。 以为问题在php的配置或者nginx的配置上。于是动手修改服务器的配置。 修改了php.ini ... p...

PHP返回内容过长时被nginx截断的解决办法(php文本过长,页面打不开)

  • 2018-05-22
  • 0
  • 1
  • 2
  • 3
  • ...
  • 7
© 2023 一只特立独行的猪
Theme by Wing
  • {{ item.name }}
  • {{ item.name }}