04 2017 档案
摘要:1.idea中mybatis关联到mapper.xml文件 2.idea热部署设置 3.IDEA Properties中文unicode转码问题
阅读全文
摘要:1. HashMap概述: HashMap是基于哈希表的Map接口的非同步实现。此实现提供所有可选的映射操作,并允许使用null值和null键。此类不保证映射的顺序,特别是它不保证该顺序恒久不变。 2. HashMap的数据结构: 在java编程语言中,最基本的结构就是两种,一个是数组,另外一个是模
阅读全文
摘要:http://www.cnblogs.com/xiohao/p/4835594.html
阅读全文
摘要:存储函数: CREATE FUNCTION `getSerialNo`(`serialName` VARCHAR(50), `skip` INT) RETURNS bigint(20) COMMENT '获取序列号'BEGIN DECLARE orderNum,loopSize, baseNum B
阅读全文
摘要:@Target({ElementType.METHOD})@Retention(RetentionPolicy.RUNTIME)@Documentedpublic @interface WithoutLogin {}
阅读全文
摘要:MASTERSECRET、APPKEY //在Jpush申请应用时产生的 Integer.valueOf(DAY) //离线天数 jpushClient = new JPushClient(MASTERSECRET, APPKEY, Integer.valueOf(DAY)); //创建jpush对
阅读全文
摘要:为当前用户创建cron服务 1. 键入 crontab -e 编辑crontab服务文件 例如 文件内容如下: */2 * * * * /bin/sh /home/admin/jiaoben/buy/deleteFile.sh 保存文件并并退出 */2 * * * * /bin/sh /home/a
阅读全文
摘要:<input type="file" id="file" name="file"> spring中的配置: <!-- 上传附件 --> <bean id="multipartResolver" class="org.springframework.web.multipart.commons.Comm
阅读全文
摘要:<tr> <td class="search_td">属性值图片值:</td> <td> <input type="text" id="valuePic" name="valuePic"/> <a href="javascript: void(0);" onclick="openUploadImag
阅读全文
摘要:package com.inborn.inshop.controller.mkt; import java.io.*; import ch.ethz.ssh2.ChannelCondition;import ch.ethz.ssh2.Connection;import ch.ethz.ssh2.Se
阅读全文
摘要:Java 核心概念 equals 与 hashCode 的异同点在哪里?Java 的集合中又是如何使用它们的。 Math、Integer、Double等这些封装类在使用equals()方法时,已经覆盖了object类的equals()方法比较的的是值,但object类中很明显是对两个对象的地址值进行
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文