码迷,mamicode.com
首页 >  
搜索关键字:performance    ( 1780个结果
MySQL与SQL语句的操作
MySQL与SQL语句的操作 Mysql比较轻量化,企业用的是Oracle,基本的是熟悉对数据库,数据表,字段,记录的更新与修改 1. mysql基本信息 特殊数据库:information_schema,performance_schema 特殊的数据表:包含着数据库的信息与设置 2. MySQL ...
分类:数据库   时间:2018-10-30 13:16:22    阅读次数:217
【问题解决:信息提示】SpringBoot启动时提示The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path
问题描述 springboot程序在启动时提示信息 解决方式 把tcnative-1.dll文件放至 Tomcat 6.0\bin 目录下, 或者配置tomcat的环境变量 新建变量名TOMCAT_HOME,值设置为tomcat的安装目录 然后添加到PATH中 问题分析 tomcat整合本地apr会 ...
分类:编程语言   时间:2018-10-25 00:11:54    阅读次数:1019
performance_schema 修复
错误日志如下:2018-10-1519:38:174341[ERROR]/usr/local/mysql/bin/mysqld:Incorrectinformationinfile:‘./performance_schema/accounts.frm‘2018-10-1519:38:174341[ERROR]/usr/local/mysql/bin/mysqld:Incorrect
分类:其他好文   时间:2018-10-15 20:38:08    阅读次数:210
How To Improve Deep Learning Performance
如何提高深度学习性能20 Tips, Tricks and Techniques That You Can Use ToFight Overfitting and Get Better GeneralizationHow can you get better performance from you... ...
分类:其他好文   时间:2018-10-12 23:42:59    阅读次数:242
zabbix监控nginx
首先nginx编译安装此模块--with-http_stub_status_module参考教程如下http://www.ttlsa.com/zabbix/zabbix-monitor-nginx-performance/
分类:其他好文   时间:2018-10-09 20:00:42    阅读次数:159
MySQL(2):SQL进阶
一、数据库相关理论 1、系统数据库 information_schema: 虚拟库,不占用磁盘空间,存储的是数据库启动后的一些参数,如用户表信息、列信息、权限信息、字符信息等performance_schema: MySQL 5.5开始新增一个数据库:主要用于收集数据库服务器性能参数,记录处理查询请 ...
分类:数据库   时间:2018-10-09 18:14:59    阅读次数:158
【总结整理】KANO 模型
c 基本(必备)型需求——Must-beQuality/ Basic Quality、 期望(意愿)型需求——One-dimensional Quality/ Performance Quality、 兴奋(魅力)型需求—Attractive Quality/ Excitement Quality、 ...
分类:其他好文   时间:2018-10-08 14:58:51    阅读次数:165
转: Tsung:开源多协议分布式负载&压力测试工具
Main features High Performance: the load can be distributed on a cluster of client machines Multi-protocols using a plugin system: HTTP, WebDAV, SOAP, ...
分类:其他好文   时间:2018-10-07 12:09:28    阅读次数:183
渲染优化01
https://unity3d.com/cn/learn/tutorials/temas/performance-optimization/optimizing-graphics-rendering-unity-games (官方原文链接) 游戏中的图形渲染优化 介绍: 在这篇文章中我们将学习当Un ...
分类:其他好文   时间:2018-10-04 17:24:07    阅读次数:197
GDB
https://blog.csdn.net/wu_cai_/article/details/79669842 "linux performance" ...
分类:数据库   时间:2018-10-04 10:01:41    阅读次数:130
1780条   上一页 1 ... 34 35 36 37 38 ... 178 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!