Visual Studio Enterprise 2015 with Update 3 (x86 and x6… 继续阅读 Visual Studio 2015 Update 3 下载地址
作者: isvee
Windows 下使用 tcmalloc
https://github.com/gperftools/gperftools 使用VS编译项目,将 lib… 继续阅读 Windows 下使用 tcmalloc
CentOS 7 安装 TCP BBR
升级内核: rpm –import https://www.elrepo.org/RPM-GPG-KEY-e… 继续阅读 CentOS 7 安装 TCP BBR
Amazon AWS 安装 epel
注意:不要在AWS上安装 iptables-service,否则会导致无法恢复的网络异常 允许ping 安全组… 继续阅读 Amazon AWS 安装 epel
CLion 添加 library
编辑 CMakeLists.txt 在最后一行加入: target_link_libraries(SHA256… 继续阅读 CLion 添加 library
Mac OS X 添加环境变量
sudo vi /etc/paths 重启生效 or vi ~/.bash_profile export PA… 继续阅读 Mac OS X 添加环境变量
aircrack 使用方法
使用aircrack-ng抓包 iwconfig命令查看无线网卡有没有加载成功,如图,出现了wlan0的无线设… 继续阅读 aircrack 使用方法
VMware 中 Kali Linux 不显示共享目录解决方法
先安装 vmware tools 然后执行 sudo vmware-config-tools.pl
CentOS 7 编译 mpv-player
yum install libtool freetype freetype-devel fribidi fri… 继续阅读 CentOS 7 编译 mpv-player
Laravel join时报错iStatus not found解决方法
$gold = DB::connection(‘con’)->table(‘user as u’) ->lef… 继续阅读 Laravel join时报错iStatus not found解决方法