码迷,mamicode.com
首页 >  
搜索关键字:sch    ( 3172个结果
压测mysql连接数
Mysql server 支持的最大连接数 主机的性能直接影响到Mysql server端支持的最大并发连接数,如内存不足会造成连接创建失败。 /etc/my.conf 配置Mysql server 可接收的最大连接数,主机的性能直接决定能创建的最大连接数。 用 mysqlslap 工具来压测Mys ...
分类:数据库   时间:2017-06-30 19:50:00    阅读次数:277
OVN L2 gateway实验
ovsdb-tool create /usr/local/etc/openvswitch/ovs.db /usr/local/share/openvswitch/vswitch.ovsschemaovsdb-tool create /usr/local/etc/openvswitch/vtep.db ...
分类:其他好文   时间:2017-06-30 18:04:42    阅读次数:657
eclipse + maven搭建SSM框架
0、系统环境 1)Windows 10 企业版 2)JDK 1.8.0_131 3)Eclipse Java EE IDE for Web Developers Version: Neon.3 Release (4.6.3) 4)Tomcat 8.5 1、maven下载及配置 maven的下载地址: ...
分类:系统相关   时间:2017-06-30 17:19:05    阅读次数:410
asm335x系列adc和触摸屏驱动(转)
An analog-to-digital converter (abbreviated ADC) is a device that uses sampling to convert a continuous quantity to a discrete time representation in ...
分类:其他好文   时间:2017-06-30 15:36:44    阅读次数:140
spring06Aop
1.实现前置增强 必须实现接口MethodBeforeAdvice接口 创建对应的文件 public interface Animal {//主业务接口 void eat(); //目标方法 void sleep(); } public class Dog implements Animal {// ...
分类:编程语言   时间:2017-06-30 09:47:53    阅读次数:198
window.location方法获取URL
window.location方法获取URL 统一资源定位符 (Uniform Resource Locator, URL) 完整的URL由这几个部分构成: scheme://host:port/path?query#fragment scheme:通信协议 常用的http,ftp,maito等 h ...
分类:Windows程序   时间:2017-06-30 09:45:53    阅读次数:191
dubbo spring pom文件报错:提示no declaration can be found for element 'dubbo:service'.
pom文件报错:The matching wildcard is strict, but no declaration can be found for element 'dubbo:service'. 解决办法: 找到dubbo的jar包,解压后在META-INF文件夹下找到dubbo.xsd 在 ...
分类:编程语言   时间:2017-06-30 09:43:25    阅读次数:159
mysql主从复制配置
同步原理: 配置过程: 配置:master 3307slave 3308 主库 1. 开启bin-log,保证主备库的server-id不相同2. bin-log要放在[mysqld]模块下面3. 检查主库的server_id 4. 检查主库是否开启log_bin,如果没有开启,修改my.cnf文件 ...
分类:数据库   时间:2017-06-30 00:58:45    阅读次数:191
Java EE 学习(5):IDEA + maven + spring 搭建 web(1)
参考:http://www.cnblogs.com/lonelyxmas/p/5397422.html http://www.ctolib.com/docs-IntelliJ-IDEA-c--159047.html 孔老师的《SpringMVC视频教程》 记录: 本节主要完成 使用 maven 管理 ...
分类:编程语言   时间:2017-06-29 22:19:49    阅读次数:192
spring01
spring的体系结构图 第一个spring入门例子 01.创建一个java项目 引入所需要的jar包 02.创建对应的包和类 Animal接口对应的代码 Dog类对应的代码 AnimalText对应的代码 03.使用spring解耦的方式 创建applicationContext.xml文件 放在 ...
分类:编程语言   时间:2017-06-29 20:43:00    阅读次数:283
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!