摘要:
alter user 'root'@'localhost' identified by 'abcdefg#2017*MySQL'; 阅读全文
摘要:
alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ central central Maven Repository Switchboard http://repo1... 阅读全文
摘要:
login 用户 名: 密 码: 确认密码: 阅读全文
摘要:
$.ajax({ type: "GET", url: "/checkName.do", data: "name=gjack", dataType:"json", success: function(data){ } }); 阅读全文
摘要:
1.main 2.newRunnable 阅读全文
摘要:
1. 阅读全文
摘要:
public class SolrjServiceTest { private SolrjService solrjService; @Before public void setUp() throws Exception { // 在url中指定core名称:jt String url = "http://solr.jt.com/jt";... 阅读全文
摘要:
Druid首先是一个数据库连接池,但它不仅仅是一个数据库连接池,它还包含一个ProxyDriver,一系列内置的JDBC组件库,一个SQL Parser。 Druid支持所有JDBC兼容的数据库,包括Oracle、MySql、Derby、Postgresql、SQL Server、H2等等。 Dru 阅读全文
摘要:
EasyUI-拖动 拖动DIV 测试div 阅读全文
摘要:
@RequestMapping("/doUpload.do") public ModelAndView doUpload(MultipartFile upfile) { String filename = upfile.getOriginalFilename(); long bytes=upfile.getSize... 阅读全文
摘要:
#安装目录 #在安装redis成功后,你将可以在/data/apps/redis看到一个bin的目录,里面包括了以下文件: redis-server:Redis服务器的daemon启动程序redis-cli:Redis命令行操作工具。或者通过telnet进行纯文本协议操作redis-benchmar 阅读全文
摘要:
scp 要上传的文件名称 用户名@主机名:上传到的路径 阅读全文
摘要:
org.apache.tomcat.maven tomcat7-maven-plugin 2.2 8091 / 阅读全文
摘要:
jdk17 true 1.7 1.7 1.7 1.7 阅读全文
摘要:
maxElementsInMemory :cache 中最多可以存放的元素的数量。如果放入cache中的元素超过这个数值,有两种情况:1、若overflowToDisk的属性值为true,会将cache中多出的元素放入磁盘文件中。2、若overflowToDisk的属性值为false,会根据memo 阅读全文
摘要:
Map map= new HashMap(); //2.存储数据 map.put("id", 100); map.put("name","name-a"); map.put("age",20); //3.将map对象转换为json格式字符串 ... 阅读全文
摘要:
$.ajax({ "url":"checkName.do", "data":"name="+$("#name").val(),//表示提交给控制器 "type":"GET",//提交数据方式 "dataType":"string",//服务器响应数据形式,json串, "success":funct 阅读全文
摘要:
###复习1.ResponseResult2.jquery $.ajax({ "url":"checkName.do", "data":"name="+$("#name").val(),//表示提交给控制器 "type":"GET",//提交数据方式 "dataType":"string",//服务 阅读全文
摘要:
1.document.getElementById("selectid").innerHTML = ""; 2.document.getElementById("selectid").options.length = 0; 阅读全文
摘要:
阅读全文
摘要:
jackson导入三个jar包 1.databind 2.core 3.annotations 阅读全文
摘要:
1. 2.回调 3.打开连接 4.发送请求 阅读全文
摘要:
搭建步骤: 1.为数据库创建服务ID号标识数据库 master slave 2.需要开始二进制日志文件 3.查询数据的二进制日志状态(文件名+文件的位置) 4.从库引用主库的文件进行配置 #开始主从服务 START SLAVE #检测主从状态 SHOW SLAVE STATUS 4.1为我的从库指定 阅读全文
摘要:
安装程序镜像,以Nginx为例,(1)下载镜像,docker pull nginx:1.9(2)启动容器,docker run -d -p 8080:80 nginx:1.9,把容器内的nginx的80端口,映射到当前服务器的8080端口,当前服务器的ip是192.168.0.191,浏览器输入ht 阅读全文
摘要:
{ "registry-mirrors": ["http://ef017c13.m.daocloud.io"], "live-restore": true } 阅读全文
摘要:
Linux 下安装 下载地址:http://redis.io/download,下载最新文档版本。 本教程使用的最新文档版本为 2.8.17,下载并安装: make完后 redis-2.8.17目录下会出现编译后的redis服务程序redis-server,还有用于测试的客户端程序redis-cli 阅读全文
摘要:
netstat -anp |grep 8005 阅读全文
摘要:
根据用户的ip的hash绑定内部的服务器上 upstream jt{ ip_hash; server 127.0.0.1:8091 weight=6; server 127.0.0.1:8092 weight=3; server 127.0.0.1:8093 backup; } 服务器替换 upst 阅读全文
摘要:
1.两个进程,一个守护进程,一个主进程 2.nginx实例化说明:秒开秒关,可以无限的开启进程,并且支持50000次的并发量 3.nginx系统首页跳转 4.nginx可以写很多服务,每拦截一个url就是一项服务(server) 5.特殊属性 root:表示转向一个文件夹 proxy_pass:表示 阅读全文
摘要:
引入log4j日志jar包 1.是否含有配置文件 2.文件如何被引用 要求: 1.文件名称必须为log4j.properties 2.文件路径位于resources目录下 原因:log4j源码中有静态的代码块,默认读取的配置文件的路径和名称都是写死/log4j.properties 阅读全文
摘要:
Amoeba启动错误: #amoeba start The stack size specified is too small, Specify at least 228kError: Could not create the Java Virtual Machine. Error: A fatal 阅读全文
摘要:
1.我的环境Amoeba 2.0.1 -- CentOS release 6.8 (Final) -- 10.20.49.254Mysql 5.1.73 -- CentOS release 6.4 (Final) -- 10.20.48.254JDK 1.7.0_51 2.软件安装10.20.49. 阅读全文
摘要:
--单表递归 由于项目中经常用到 , 随笔以作下次使用 例如:找ProductType表 下ID为1的分类的所有子级 with result as --result为别名( select * from TB_ProductType where Id=1 --查询ID为1 的数据union all s 阅读全文
摘要:
bottom:0px 阅读全文
摘要:
逻辑上: 单行索引 多行索引 唯一索引 非唯一索引 函数索引 域索引 物理上: 分区索引 非分区索引 B-tree: Normal正常型B树 Rever Key反转型B树 Bitmap位图索引 阅读全文
摘要:
创建数据库 JDBC 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
springMvcDispatcherServlet(前端控制器)HandlerMapping(映射处理器)Controller(处理器)ModeAndView(视图名和数据)ViewResolver(视图解析器) classpath:表示依据类路径去查找配置文件 【系统分成】以后讲 1.配置文件写 阅读全文
摘要:
@RequestMapping添加produces = "text/html;charset=UTF-8",在Controller或Action添加均可(解决问题) 阅读全文