npm ERR! Cannot read properties of null (reading 'pickAlgorithm') npm ERR! Cannot read properties of null (reading 'pickAlgorithm')
问题描述 itaken@itaken-PC:/path/to/itaken.github.io$ npm i ... npm WARN deprecated source-map-url@0.4.0: See https://github.
2022-10-27
Deepin15 升级PHP Deepin15 升级PHP
方法一:直接使用add-apt-repository 在deepin15中,安装失败了,所以我使用了方法二 itaken@itaken-PC:~$ sudo add-apt-repository ppa:ondrej/php Traceb
2022-10-25
UOS 安裝 swoole UOS 安裝 swoole
项目使用了swoole,需要安装swoole扩展。 itaken@itaken-home:/path/to/project$ php bin/laravels start _ _
2021-06-23
ext4无法挂载:bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. ext4无法挂载:bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.
问题描述 使用mount挂载硬盘,尝试使用busybox挂载也失败了。 itaken@itaken:~$ sudo mount -t nfs -o resvport,soft,intr,rsize=32768,wsize=32768,tim
2021-06-20
git push失败:'shallow update not allowed' git push失败:'shallow update not allowed'
问题描述 itaken@itaken-home:~/path/to/project$ git remote -v origin http://gitlab.local/python/myproject.git (fetch) origin
2021-06-12
MySQL 数据库规约 MySQL 数据库规约
前言MySQL 数据库承载了掌门绝大部分核心业务的数据存储,因此 MySQL 数据库的稳定运行至关重要。DBA 团队一直致力于保障数据库环境的平稳运行,编写有掌门 MySQL 数据库规范文档,也提供有掌门数据库查询上线运维平台。规范虽然很全
2021-06-01
github使用ssh key提交代码 github使用ssh key提交代码
使用ssh-keygen生成公钥私钥 itaken@itaken-home:~/.ssh$ ssh-keygen -t ed25519 -C "regelhh@gmail.com" Generating public/p
2021-05-29
jupyter可以启动,但是无法连接kernel的解决方案 jupyter可以启动,但是无法连接kernel的解决方案
问题描述 使用pip安装jupyter,可以打开web,但是无法连接kernel,无法使用. 错误示例: Traceback (most recent call last): File "/path/to/user/.loca
2021-05-23
修改docker gitlab的host 修改docker gitlab的host
问题描述 使用docker 本地安装 gitlab, 准备自定义host. docker-compose.yml文件如下: version: '3' services: web: image: 'gitlab/gitlab-ce
2021-05-21
git pull断电,提示松散对象已损坏 git pull断电,提示松散对象已损坏
问题描述 itaken@itaken-home:~/path/to/project$ git status error: 对象文件 .git/objects/ba/c013919d838f7213880dxxxx670329927c8a1e
2021-05-21
MySQL导入SQL文件,批量导入SQL语句 MySQL导入SQL文件,批量导入SQL语句
问题描述 有个十几M的sql文件,现在需要导入到mysql中, 如何快递导入 解决方案 命令行进入mysql中,使用source命令即可. MariaDB [(none)]> show databases; +------------
2021-05-14
Table doesn’t exist in engine处理 Table doesn’t exist in engine处理
问题描述 从一个数据库迁移到另外一个服务器, 数据库目录迁移过去, 直接启动mariadb, 却提示 MariaDB Error:1932 Table doesn't exist in engine. 删除新服务器的ib_logfi
2021-05-04
服务器安装jupyter服务 服务器安装jupyter服务
前置需要安装python,pip 安装jupyterpip install jupyterlab 创建配置文化itaken@itaken:~$ jupyter notebook --generate-config Writing def
2021-05-02
deepin企业微信崩溃处理 deepin企业微信崩溃处理
问题描述 升级了 企业微信 之后,只要一搜索用户,整个软件就崩溃了. 解决方案 重置企业微信即可. 执行如下命令: /opt/apps/com.qq.weixin.work.deepin/files/run.sh -r itaken@ita
2021-04-16
deepin系统目录名称与路径对不上问题处理 deepin系统目录名称与路径对不上问题处理
问题描述 解决方案 打开~/.config/user-dirs.dirs文件, 修改XDG_DOWNLOAD_DIR配置项即可. XDG_DESKTOP_DIR="$HOME/Desktop" XDG_DOWNLOAD
2021-04-13
1 / 14