- 博客(7)
- 收藏
- 关注
原创 总结Quartz时间设置和Linux中crontab的时间设置
Quartz时间设置表达式有至少6个(也可能是7个)由空格分隔的时间元素从左至右1.秒(0–59)2.分钟(0–59)3.小时(0–23)4.月份中的日期(1–31)5.月份(1–12或JAN–DEC)6.星期中的日期(1–7或SUN–SAT)7.年份(1970–2099)各个时间可用值如下:a)秒0-59 , - * /b)分0-59 , - * /c)小时0-23
2017-03-09 14:09:44
1938
原创 部分spring配置带注释(二)
xml version="1.0" encoding="UTF-8" standalone="no"?>xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.s
2017-03-06 17:13:48
271
原创 部分spring配置带注释(一)
xml version="1.0" encoding="UTF-8"?>xmlns="http://www.springframework.org/schema/beans" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/sc
2017-03-06 16:35:35
314
转载 ISO-8859-1中文乱码问题
byte[] buf_gbk = "中文".getBytes("gbk"); String sIso88591 = new String(buf_gbk, "iso-8859-1"); byte[] buf_iso88591 = sIso88591.getBytes("iso-8859-1")
2016-10-14 14:37:14
30162
原创 总结自己用到的发布WebService1
一、spring的xml配置 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/
2016-04-12 11:36:31
420
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人