xx's blog

1. 临时设置编码(重新进入mysql shell后失效)mysql> show variables like '%char%'; +--------------------------+----------------------
1. 下载并解压python3.8源码包https://www.python.org/https://www.python.org/downloads/ 选择XZ compressed source tarball, 拷贝文件绝对路径链接,
1. postgresql常用命令进入数据库postgres: $ psql postgres psql (11.2) Type "help" for help. postgres=# 退出postgresql shell: post
ctags是一款实现代码跳转的插件,可以提高查看代码的效率. 1. st3安装ctags插件快捷键commands + shift + p 打开 Package Control: Instance Package, 搜索 ctags进行安装
postgresql官方下载: https://www.postgresql.org/download/ 1. for ubuntuhttps://www.postgresql.org/download/linux/ubuntu/ 创建po
行为习惯Behavior程序语言Programming Language开发工具dev tools技术栈Technology Stack架构Architecture编码规范code style运维部署DevOps安全Security密码学C
1. 安装JDKjdk8下载地址: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 安装依赖工具: for ubuntu
拿本人在github上开源的cookiecutter-django为例。 1. fork repositoryFork 开源项目, 单击cookiecutter-django页面顶部附近的Fork按钮, 这将在GitHub服务器上创建您帐户
参考本人CSDN博客上写的文章: 64位centos6.7安装mysql-5.7.9-linux-glibc2.5-x86_64.tar.gz 1. 下载安装包及安装相关依赖官网: http://dev.mysql.com/download
nodejs长期LTS稳定版: https://nodejs.org/en/download/ nodejs最新版: https://nodejs.org/en/download/current/ linux选择: Linux Binari
1. 源码包准备安装nginx所需工具源码包下载地址: nginx: https://nginx.org/download/pcre: http://www.pcre.org/zlib: https://www.zlib.net/ope
源码安装python3.6.7https://www.python.org/https://www.python.org/downloads/ 选择XZ compressed source tarball, 拷贝文件绝对路径链接, 用wge
1234