码迷,mamicode.com
首页 >  
搜索关键字:github desktop    ( 42206个结果
muduo: Exception Thread Mutex
注释过的源码太多就不放在这,可以去GitHub查看 下面是测试程序: #include "Exception.h" #include <iostream> class Bar { public: void test() { throw::muduo::Exception("oops"); // 抛出 ...
分类:其他好文   时间:2021-03-18 14:42:02    阅读次数:0
GO redis
package main import ( "fmt" "github.com/go-redis/redis" ) func main() { client := redis.NewClient(&redis.Options{ Addr: "127.0.0.1:6380", Password: "" ...
分类:其他好文   时间:2021-03-18 14:25:19    阅读次数:0
python3.6 安装uwsgi报错处理
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. Please see https://github.com/pypa/pip/issues/5599 ...
分类:编程语言   时间:2021-03-18 14:13:35    阅读次数:0
github无法访问,hostip
决方案: Cd到文件位置:C:\Windows\System32\drivers\etc\hosts 输入以下内容: 日期:2021/3/15 搜查到新的地址和IP 已经实时更新! #GitHub Start 140.82.112.3 github.com 140.82.114.4 gist.git ...
分类:其他好文   时间:2021-03-18 14:09:26    阅读次数:0
H2数据库Rce利用
0x01 前言 在分析SkyWalking的时候,发现该漏洞需要用到h2数据库的只是,于是就此复现下利用方式。可以说是对这篇文章的复现 https://mthbernardes.github.io/rce/2018/03/14/abusing-h2-database-alias.html 0x02 ...
分类:数据库   时间:2021-03-17 15:05:47    阅读次数:0
pagehelper分页插件,再也不用为分页而烦恼了!
一、pagehelper介绍 pagehepler是一款可以帮助我们快速实现分页的插件,总之就是比传统的分页方式方便太多。话不多说,直接上手pagehelper插件的使用。 二、需要导入的依赖 ``<dependency> ````<groupId>com.github.pagehelper</gr ...
分类:其他好文   时间:2021-03-17 14:51:37    阅读次数:0
vim for galang
1. Install git yum install git 2. Install Vundle.vim 2.1 mkdir ~/.vim/bundle 2.2 git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vund ...
分类:系统相关   时间:2021-03-17 14:46:30    阅读次数:0
acme.sh 免费泛解析证书生成
环境准备 本篇文章使用的 ACME 客户端是基于 Docker 容器使用的,所以需要准备 Docker 运行环境。本文使用的是 CentOS 7.x 与 Docker CE - 19.03.13,且已经安装了 Docker Compose 工具。 我已经参考官方的 GitHub 文章编写了 acme ...
分类:其他好文   时间:2021-03-17 14:30:14    阅读次数:0
Oh ! My ZSH !!!
zsh + oh my zsh 使用 切换bash 切换bash chsh -s /bin/bash 切换zsh chsh -s /bin/zsh 安装 oh my zsh ! 插件地址 https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins 主 ...
分类:其他好文   时间:2021-03-16 13:54:23    阅读次数:0
使用Hyper-V安装虚拟机Unbutun20.04
下载iso文件 Desktop版 https://ubuntu.com/download/desktop/thank-you?version=20.04.2.0&architecture=amd64 Sever版 https://ubuntu.com/download/server 1、打开 2、新 ...
分类:其他好文   时间:2021-03-16 11:52:55    阅读次数:0
42206条   上一页 1 ... 39 40 41 42 43 ... 4221 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!