自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (9)
  • 收藏
  • 关注

原创 用java 实现 oracle的自动备份和恢复功能。

今天郁闷,刚刚写了一段东西,被它无情的抹杀掉了。好难过啊!!!!明天继续写这个东西。今天,就到此为止吧。。明天,把我的写得东西发出来,开始给大家的只是截图。如果大家想加什么功能的话。我一定慢慢加来。。。为什么我上传图片,无法上传。我本来想给大家看看这个软件的界面。看来,无法实现我的愿望。。。这个软件由于经过我的同事的需求而做的。功能,就是自动生成oralce备份和恢复的批处理。然后。你可以执行这个

2004-12-21 21:52:00 1616

原创 javascript自动的校验函数(五)- Float校验

/***checkFloat 函数校验此框输入的是否为float型的数据,返回的值为真和假,true和false;**Object目标对象,Desc中文的描述.*/function checkFloat(Object,Desc){ var strFloat=Object.value; if(strValue.length==0) {  return true; } else {  var patt

2004-12-09 20:59:00 1007

原创 javascript自动的校验函数(四)-NotNull校验

/***checkNotNull函数校验此框输入的数据不为空,返回的值为真和假,true和false;**Object目标对象,Desc中文的描述.*/function checkNotNull(Object,Desc){ var strValue=Object.value; if(strValue.length==0) {  alert("“"+Desc+"”不能为空,请修改!");  Obje

2004-12-09 20:58:00 992

原创 javascript自动的校验函数(三)-Int校验

/***checkInteger 函数校验此框输入的是否为Integer型的数据,返回的值为真和假,true和false;**Object目标对象,Desc中文的描述.*/function checkInteger(Object,Desc){ var strInteger=Object.value; if(strInteger.length==0){  return true; }else{  v

2004-12-09 20:55:00 857

原创 javascript自动的校验函数(二)-email校验

说起这个函数,大家都见过,并且,高手对这个不屑一顾。咱这个主要是对那些初级网络编写者。希望我能够出一点力,使那些初学者少走弯路。。。我这个校验函数写的不怎么好。希望有更好的续接在后面。。。谢谢大家了。。。。。/***checkEmail 函数校验此框输入的是否为email型的数据,返回的值为真和假,true和false;**Object目标对象,Desc中文的描述.*/function check

2004-12-09 20:54:00 841

原创 javascript自动的校验函数(一)-主函数

经常看别人的代码,感觉他们写的如此精炼。叹为观止啊。今天,我贴上我在网上找到的一个用javascript写的校验函数。希望大家喜欢。。。function validateFunction(obj){ if(obj==null){  if(document.forms[0])   obj=document.forms[0];  else    return true; } var formEleme

2004-12-07 21:53:00 932

原创 用asp写一个简单的加密和解密的类。。。。

class Base64Classrem Const dim sBASE_64_CHARACTERS 转化码 dim lenString 计算字符串的长度 dim iCount 计数器 dim returnValue 返回值 dim tempChar 缓存字符 dim tempString 缓存字符串 dim paramString  参数字符串 dim temHex 缓存缓存十六

2004-12-07 21:19:00 908

spring-5.3.9-docs.zip

spring 帮助文档

2021-10-22

springframework.5.0.12.RELEASE

New Features FormHttpMessageConverter should support non-String form values [SPR-17645] #22174 spring-jcl routes logging inefficiently against SLF4J with log4j-to-slf4j setup [SPR-17586] #22118 Allow java.time types for setting the Last-Modified header [SPR-17571] #22103 StringHttpMessageConverter should assume charset UTF-8 for application/json [SPR-17568] #22100 NettyDataBufferFactory.join should return original buffer as-is in case of a single element (for compatibility with Netty 4.1.32) [SPR-17560] #22092 Use Netty's optimized UTF-8 encoding if available [SPR-17558] #22090 Equals checks to MediaType.ALL should not be affected the presence of parameters [SPR-17550] #22082 Reactive HTTP header adapters don't print header values in toString [SPR-17546] #22078 Add ability to retrieve associated ClientRequest from WebClientResponseException [SPR-17087] #21624 beetle Bug Fixes HttpHeaders.EMPTY is not immutable [SPR-17633] #22164 UriComponentsBuilder.toUriString() is broken [SPR-17630] #22161 MethodParameter.isOptional() fails with ArrayIndexOutOfBoundsException [SPR-17629] #22160 MockMvcResultMatchers.forwardedUrl argument is not declared as nullable [SPR-17623] #22155 Cannot convert from Collection to RegularEnumSet [SPR-17619] #22151 TomcatHttpHandlerAdapter is not aware of Server[Request|Response]Wrapper [SPR-17611] #22143 ChannelSendOperator does not propagate cancel signal to the server [SPR-17609] #22141 @Value Optional<...> field injection fails in case of registered ConversionService [SPR-17607] #22139 @Profile mishandles "not" operand mixed with "&" [SPR-17606] #22138 SpEL, error parsing big InlineMap [SPR-17605] #22137 Composed RequestPredicates have invalid string representation [SPR-17594] #22126 Regression: IllegalStateException: Ambiguous handler methods is thrown for explicit HEAD mapping [SPR-17593] #22125 Exporting a lazily initialized bean (which implements SelfNaming and is annotated with ManagedResource annotation) gives IllegalStateException [SPR-17592] #22124 MockHttpServletRequest changes Accept-Language header values [SPR-17566] #22098 SpEL variable evaluation fails with NPE against ConcurrentHashMap [SPR-17565] #22097 WebClient logs "Only one connection receive subscriber allowed" when response status is an error [SPR-17564] #22096 Potential resource leak in DataSourceUtils.doGetConnection [SPR-17559] #22091 HibernateTransactionManager (unintentionally) bound to Hibernate 5.2 SharedSessionContractImplementor [SPR-17557] #22089 Spring JavaMailSenderImpl does not show proper message when recipient list is empty [SPR-17540] #22072 'default-lazy-init' attribute is not processed when XSD validation is disabled [SPR-8335] #12983

2019-01-20

springframework.4.3.22.RELEASE

Bug Fixes 'default-lazy-init' attribute is not processed when XSD validation is disabled [SPR-8335] #12983 Spring JavaMailSenderImpl does not show proper message when recipient list is empty [SPR-17540] #22072 Potential resource leak in DataSourceUtils.doGetConnection [SPR-17559] #22091 SpEL, error parsing big InlineMap [SPR-17605] #22137 @Value Optional<...> field injection fails in case of registered ConversionService [SPR-17607] #22139 Cannot convert from Collection to RegularEnumSet [SPR-17619] #22151 notebook_with_decorative_cover Documentation Error in reference documentation sentence in part 1.8.1. Customizing Beans by Using a BeanPostProcessor [SPR-17556] #22088 Typo in SpEL Evaluation Context Sample [SPR-17581] #22113

2019-01-20

Apache CXF™: An Open-Source Services Framework

Apache CXF™ is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.

2019-01-16

iBase4J项目

基于SpringBoot 2.0,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,redis管理Session,Quartz分布式集群调度,Restful服务;系统管理:包括用户管理、权限管理、数据字典、系统参数管理等等;支持QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等

2019-01-16

spring-data-mongodb-reference 1.5.4

spring-data-mongodb-reference 1.5.4

2014-08-27

spring-data-mongodb-reference 1.5.2

spring-data-mongodb-reference 1.5.2 最新文档

2014-08-27

spring-data-commons-1.5.3.RELEASE

发布的spring-data-commons-1.5.3.RELEASE.jar

2014-08-12

最新县及县以上行政区划代码(截止2008年12月31日)

最新县及县以上行政区划代码(截止2008年12月31日) mysql导出的sql语句。

2009-12-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除