摘要:
第一种方法: 项目 --> .classpath 第二种方法: 项目--> 属性 -->Deployment Assembly --> 阅读全文
摘要:
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from http://uk.maven.org/maven2 was cached in the local repository, reso 阅读全文
摘要:
1、配置文件加上2、要运行的方法前加上@Scheduled(cron="0 00 12 1 * ?")//每月1号中午12:00执行public void demo(){ Date date=new Date(); SimpleDateFormat sdf=new SimpleDateFormat... 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
win7: c:\windows\tracing%windir%\system32\logfiles\C:\Users\Administrator\AppData\Roaming\softC:\Users\Administrator\AppData\Local\TempC:\Windows\Reso... 阅读全文
摘要:
closeCDRom.vbsSet Obj=CreateObject("WMPlayer.OCX.7")Set CD=Obj.CDROMCollectionIf CD.Count>=1 thenFor i=0 to CD.Count-1 CD.Item(i).ejectNextFor i=0 ... 阅读全文
摘要:
import java.util.ArrayList;import java.util.Collections;import java.util.List;public class StringUtil {public static String[] stringSort(String [] s) ... 阅读全文
摘要:
$("[id^=percent]").size()^=:表示以什么开头$=:表示以什么结尾~=:表示包含什么id:表示按id选择 阅读全文
摘要:
public static void main(String[] args) {Date date = new Date();Long time = date.getTime();System.out.println(time);Date d = new Date(time);SimpleDateF... 阅读全文
摘要:
添加到卡包${myAccountInfo.cardno.value}${myAccountInfo.cardtypename.value} 阅读全文
摘要:
实例jQuery fadeIn()演示 jQuery fadeIn() 方法。jQuery fadeOut()演示 jQuery fadeOut() 方法。jQuery fadeToggle()演示 jQuery fadeToggle() 方法。jQuery fadeTo()演示 jQuery fa... 阅读全文
摘要:
1.用js判断一个字符串是否是以某个子字符串开头如:ssss001是否以ssss开头,可以这样做:var fdStart = strCode.indexOf("ssss");if(fdStart == 0){ 表示strCode是以ssss开头;}else if(fdStart == -1){ ... 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
解决方法:客户端和服务端的Service包名改一致ok!! 阅读全文
摘要:
@Service(value = "xxxServiceImpl" xxxxxxxx)public class XXXSerivceImpl { public void init() { ...... }} 阅读全文
摘要:
Spring 2.5 中除了提供 @Component 注释外,还定义了几个拥有特殊语义的注释,它们分别是:@Repository、@Service 和 @Controller。在目前的 Spring 版本中,这 3 个注释和 @Component 是等效的,但是从注释类的命名上,很容易看出这 3 ... 阅读全文
摘要:
CSS 有两个说不上常用的伪类 :before 和 :after,偶尔会被人用来添加些自定义格式什么的,但是它们的功用不仅于此。前几天发现了 Creative Link Effects 这个非常有意思的介绍创意链接特效的页面,里面惊人的效果大量使用到的特性除了 transform 属性进行变形之外,... 阅读全文
摘要:
删除HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlers下面,除了new以外的文件夹重启,Ok 阅读全文
摘要:
需要的js1需要的js2这里主要用到Orientation属性。Orientation属性说明如下:旋转角度参数0°1顺时针90°6逆时针90°8180°3 图片上传 ... 阅读全文
摘要:
Exif是一种图像文件格式,它的数据存储与JPEG格式是完全相同的。实际上Exif格式就是在JPEG格式头部插入了数码照片的信息,包括拍摄时的光圈、快门、白平衡、ISO、焦距、日期时间等各种和拍摄条件以及相机品牌、型号、色彩编码、拍摄时录制的声音以及GPS全球定位系统数据、缩略图等。你可以利用任何可... 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
垂直居中,左右居中 垂直居中,左右居中 垂直居中,左右居中 垂直居中,左右居中 垂直居中,左右居中 垂直居中,左右居中 垂直居中,左右居中 垂直居中,左右居中 垂直居中,左右居中 垂直居中,左右居中 垂直居中,左右居中 垂直居中,左右居... 阅读全文
摘要:
你的问题原因是事件冒泡导致找不到或者找到多个事件导致的,你这样去写!$(“#div1").on("click",".k1",function(){ alert(11); })不要用:$(document).on("click","#div1 > .k1",function(){ ... 阅读全文
摘要:
import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import java.io.InputStream;import java.io.OutputStream;impor... 阅读全文
摘要:
var base64EncodeChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var base64DecodeChars = new Array(-1, -1, -1, -1, -1, -1, -... 阅读全文
摘要:
1、正常方式$(function(){ wx.config({ debug: false, appId: '${appId}', timestamp:"${jsapi_timestamp}", ... 阅读全文
摘要:
阅读全文
摘要:
1.在电脑上连接手机,打开iTools 选择 应用-应用-文件共享。2.依次打开/Library/WechatPrivate/6e2809aac61608de6a6cc55d9570d25b/Sight/draft目录。 阅读全文
摘要:
藿香正气水与头孢同时服用,引起乙醛中毒,重者危及生命 阅读全文
摘要:
建议一、利用反向代理服务器加速和保护应用如果 Web 应用运行在一台独立的电脑上,性能问题的解决方案是显而易见的:换一台更快的电脑,里面加上更多的处理器、内存、快速磁盘阵列等等。然后在这台新电脑上运行 WordPress 服务、Node.js 应用、Java 应用等等,会比以前快很多。(如果应用需要... 阅读全文
摘要:
$("#show").removeAttr("style"); //ie,ff均支持 $("#show").attr("style",""); //ff支持,ie不支持 $("p:first").removeClass("intro"); 阅读全文
摘要:
(function($) { $.extend({ myTime: { /** * 当前时间戳 * @return unix时间戳(秒) */ ... 阅读全文
摘要:
SELECT * from mconsumeinfo mo where CONVERT(Datetime, mo.financedate, 120)> dateadd(day,-180,getdate()) 阅读全文
摘要:
java.lang.OutOfMemoryError异常解决方法 原因:常见的有以下几种:1.内存中加载的数据量过于庞大,如一次从数据库取出过多数据;2.集合类中有对对象的引用,使用完后未清空,使得JVM不能回收;3.代码中存在死循环或循环产生过多重复的对象实体;4.使用的第三方软件中的BUG;5.... 阅读全文
摘要:
java.versionJava运行时环境版本java.vendorJava运行时环境供应商java.vendor.urlJava供应商的 URLjava.homeJava安装目录java.vm.specification.versionJava虚拟机规范版本java.vm.specificatio... 阅读全文
摘要:
web.xml 中加入 http://amani.com/function-taglib /WEB-INF/jsp/function-taglib.tld 编辑function-taglib.tld A tag libr... 阅读全文
摘要:
网页可见区域宽: document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: document.body.offsetHeight (包... 阅读全文
摘要:
1:tomcat 安装路径下 找到 conf文件下的server.xml 2:3:重启服务器 ok了 阅读全文