welcome
pandas的to_sql加速失败记录 pandas的to_sql加速失败记录
简介在使用python作数据分析的时候,不免会用到pandas,而pandas与数据库(mysql)的交互在速度上一直是一个瓶颈 通过网上的一些笔记,发现了一些加速的方法,目前来看都是不可用的。 记录先随便生成一个100w行的文件,在实际工
2022-08-19
hexo迁移到hugo的一些记录 hexo迁移到hugo的一些记录
简介随着博客篇数的增多,hexo在编译出静态化页面花费的时间越来越多。正值准备对内网和外网建立两套blog,内网的内容可以相对私密一些。在迁移的过程中也有一定思想阻碍,毕竟hexo用了这么多年,迁移的成本的确有点高,但是通过实验了hugo的
2021-12-27
关于gitlab项目访问令牌的使用 关于gitlab项目访问令牌的使用
简介以前使用gitlab直接都是把机子的ssh密钥丢进去,随着机子越来越多,需要使用项目访问令牌方便进行,保证不用的时候删令牌或者自动令牌过期就行,从而保证安全性 项目访问令牌 范围 描述 api 授予对作用域项目 API 的完
2021-10-10
关于gitlab和nextcloud增加ssl的记录 关于gitlab和nextcloud增加ssl的记录
简介给gitlab 和 nextcloud 添加ssl证书,方便从外网访问时的安全性,但是也同时保证内网的便捷可用,尽量做到不改动 gitlab修改gitlab.rb修改external_url external_url 'http
2021-10-10
qq空间批量删除代码 qq空间批量删除代码
简介对于qq空间批量删除日志和相册的代码直接抄网上日志的,自己改改 日志 (async () => { let frameDocument = document.querySelector('.app_can
2021-01-13
关于python环境的便利操作 关于python环境的便利操作
简介关于linux下python环境还是conda使用的方便,所以对于conda进行一个常用的配置 配置conda源cat > ~/.condarc << EOF channels: - defaults show_c
2020-10-19
远程连接的一些笔记 远程连接的一些笔记
简介主要是远程到远程服务器的一些用法 ssh配合xserver达到远程应用图像显示到本地 linux下smb文件共享 ssh+xserverserver配置编辑/etc/ssh/sshd_config修改下面的值 X11Forwardi
2020-08-28
esxi搭建opwnert esxi搭建opwnert
简介使用esxi7.0安装openwrt19.07.3openwrt做旁路由并且配置出全局代理,保证网络的唯一稳定 安装下载opwnwrt我使用的是 https://downloads.openwrt.org/releases/19.07.
2020-08-22
extend hdd in linux with command extend hdd in linux with command
commanddf -lh fdisk /dev/sda Welcome to fdisk (util-linux 2.31.1). Changes will remain in memory only, until you decide
2019-09-26
mac install pwntools mac install pwntools
conda create -n py27 python=2.7 source activate py27 MACOS_UNIVERSAL=no python -m pip install pwntools
2019-09-20
ssh pi by python ssh pi by python
use python to scan raspberry pi #-*- coding: utf-8 -*- #!/usr/bin/python import paramiko import threading def ssh2(ip,
2018-06-08
ngrok+esxi+pfsense ngrok+esxi+pfsense
With a thinking,try to make a cloud environment to do my job,that i can use a chromebook for a whole day work.for this,I
2018-05-22