12 2016 档案

摘要:package com.aliyun; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.Properties; public class PropertyConfigurer{ private stat... 阅读全文
posted @ 2016-12-23 14:09 he0xff 阅读(167) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/6063308/touch-css-pseudo-class-or-something-similar 替代touchstart/touchend的一种css方案;手指按下的时候变换样式; (2)css后面用... 样式: wor 阅读全文
posted @ 2016-12-12 23:40 he0xff 阅读(487) 评论(0) 推荐(0)
摘要:(1)对手机号码 进行 替换为 - 分开 var telText = tel.replace(/.{0,3}/,"$&-").replace(/.{0,8}/,"$&-"); (2) string 去掉- :空格 的正则 new RegExp(/-|:|\s+/g) 阅读全文
posted @ 2016-12-12 23:35 he0xff 阅读(183) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" ><ma 阅读全文
posted @ 2016-12-12 23:23 he0xff 阅读(254) 评论(0) 推荐(0)
摘要:(1)解决方式 阅读全文
posted @ 2016-12-12 23:17 he0xff 阅读(304) 评论(0) 推荐(0)
摘要:# yum -y install lrzsz (1)安装vim 命令: apt-get install vim (2)安装 lrzsz (lrzsz是一款在linux里可代替ftp上传和下载的程序) 命令: rz -be **选择某个文件 (3)上传jdk或者 直接通过命令: wget ** 官网 阅读全文
posted @ 2016-12-12 22:55 he0xff 阅读(1758) 评论(0) 推荐(0)
摘要:(1)Ubuntu无法识别源列表解决 当提示无法识别源列表错误时 解决方法: sudo rm /etc/apt/sources.list.d/* sudo apt-get update 阅读全文
posted @ 2016-12-11 23:12 he0xff 阅读(159) 评论(0) 推荐(0)
摘要:(1)struct2中post上传文件大小 2M ,需配置 <constant name="struts.multipart.maxSize" value="104857600" />这样子 可以 默认为10M (2)解决1: 在tomcat_home\conf\server.xml 中的Conne 阅读全文
posted @ 2016-12-11 23:08 he0xff 阅读(136) 评论(0) 推荐(0)
摘要:(1)mysql大于、小于号 http://stackoverflow.com/questions/32042726/what-is-the-proper-syntax-for-the-less-than-equal-operator-in-mybatis-3 I show examples for 阅读全文
posted @ 2016-12-11 23:07 he0xff 阅读(277) 评论(0) 推荐(0)