打开VS Tools工具命令 第一步:生成随机密钥对 sn -k DllName.snk 第二步:将DLL文件… 继续阅读 vs 给 dll 签名
作者: isvee
Linux 查看用户登录历史
who 命令:显示当前当登录的用户的信息 $ who w 命令:显示登录的用户及其当前执行的任务 $ w us… 继续阅读 Linux 查看用户登录历史
LibreOffice word转pdf报错
libreoffice –headless –convert-to pdf –outdir /tmp ~… 继续阅读 LibreOffice word转pdf报错
SQLyog连接MySQL 8报错plugin caching_sha2_password could not be loaded
打开cmd:mysql -uroot -p 进入mysql依次执行下面语句 #修改加密规则 ALTER USE… 继续阅读 SQLyog连接MySQL 8报错plugin caching_sha2_password could not be loaded
LNK2001 无法解析的外部符号 swprintf_s
VS2015使用VS2010生成的lib报错: LNK2001 无法解析的外部符号 swprintf_s LN… 继续阅读 LNK2001 无法解析的外部符号 swprintf_s
优化 Laravel 网站打开速度
1.关闭debug 打开.env文件,把debug设置为false. APP_ENV=local APP_DE… 继续阅读 优化 Laravel 网站打开速度
Win7 安装 VS2015 报错:安装包损坏
http://www.cnblogs.com/wanghongyun/p/6130057.html 要导入到 … 继续阅读 Win7 安装 VS2015 报错:安装包损坏
Laravel 5 性能优化技巧
性能一直是 Laravel 框架为人诟病的一个点,所以调优 Laravel 程序算是一个必学的技能。 接下来分… 继续阅读 Laravel 5 性能优化技巧
查看 OpenCV 当前的指令集优化状态
#include “stdafx.h” #include #include using namespace s… 继续阅读 查看 OpenCV 当前的指令集优化状态
Laravel Swoole 安装
pecl install swoole vi /etc/php/8.0/fpm/php.ini and vi … 继续阅读 Laravel Swoole 安装