哈呜.王

啊,发现一只野生程序员!(๑•̀ㅂ•́)و✧

  • 首页
  • 开发
  • 运维
  • 杂事
  • Me
开发

postgresql的timestamp类型与python的datetime类型之间的坑

哈呜
2019年11月26日
No Comments

最近的项目突然发现一个bug,就是当服务器系统时区是utc时区,而服务器pgsql的时区是+8时区时…

PostgreSQL python Read more
开发

midi文件解析 by python mido

哈呜
2019年9月7日
No Comments

首先要记住,midi文件并不存储声音,只存储指示合成器(电子乐器)如何发声的动作,比如某个时刻以什么…

python Read more
开发

raspberry pi

哈呜
2019年8月6日
No Comments

1、摄像头相关 1.1 拍照

1
raspistill -o image.jpg

1.…

raspi Read more
运维

postgresql的pg_hba.conf

哈呜
2019年7月10日
No Comments

初识postgresql的时候,觉得它的连接认证真几把烦人。每次也都是直接在网上搜索复制,不求甚解。…

PostgreSQL Read more
运维

Windows下自动备份PostgreSQL数据库的脚本

哈呜
2019年5月10日
No Comments

PostgresSQL不像SQLServer一样提供了作业管理器来定时自动备份数据库,需要用户自己使…

PostgreSQL Read more
运维

使用pgbench对PostgreSQL进行压力测试

哈呜
2019年5月8日
No Comments

1、安装pgbench

CentOS7 安装pgbench
Shell
1
yum install postgresql10-contrib

&nbsp…

PostgreSQL Read more
开发

pip离线打包与安装python库

哈呜
2019年4月29日
No Comments

1、从本机导出第三方库列表

1
pip freeze > requirements.txt

2、根…

python Read more
运维

正向代理与反向代理的区别

哈呜
2019年4月11日
No Comments

正向代理 正向代理是属于客户端那一边的,需要由客户端进行代理配置。 客户端主动将对目标服务器的请求发…

Read more
开发

pyinstaller打包py程序

哈呜
2019年4月1日
No Comments

1. 基本语法 pyinstaller命令行的语法是: pyinstaller [options] …

Read more
开发

pyqt5

哈呜
2019年3月27日
No Comments

这两个礼拜做一个报文发送的后台守护程序,用到了pyqt5做用户界面。 1.简单窗口 [crayon-…

python qt Read more
  • « Previous

标签

codeigniter docker freemarker hibernate http imagick ios ipv6 java javascript kafka laravel linux nginx Node.js php pomelo PostgreSQL python qt raspi redis selenium spring squid stunnel swift 图像处理 安全 并发 数据库 爬虫

文章归档

近期文章

  • postgresql的timestamp类型与python的datetime类型之间的坑
  • midi文件解析 by python mido
  • raspberry pi
  • postgresql的pg_hba.conf
  • Windows下自动备份PostgreSQL数据库的脚本
2019年十二月
一 二 三 四 五 六 日
« 11月    
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

分类目录

  • 开发
  • 杂事
  • 运维

标签

codeigniter docker freemarker hibernate http imagick ios ipv6 java javascript kafka laravel linux nginx Node.js php pomelo PostgreSQL python qt raspi redis selenium spring squid stunnel swift 图像处理 安全 并发 数据库 爬虫

文章归档

Copyright © 2019 哈呜.王 | Theme by: Theme Horse | Powered by: WordPress