上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 83 下一页
  2015年8月21日
摘要: 缓存算法LRU LFU FIFO1.Least Recently Used 最近最少使用2.Least Frequently Used 最不频繁使用3.First In First Out 先进先出 阅读全文
posted @ 2015-08-21 22:26 Simle 阅读(149) 评论(0) 推荐(0)
摘要: hibernate缓存机制:分为三种:1.一级缓存(session级别缓存,同一session中不会重复发出sql,默认会实现)2.二级缓存(跨session的缓存,不同session会从同一缓存中取数据,需要配置)3.三级缓存(跨session的缓存的特殊情况,也叫查询缓存,即重复用一个sql查询... 阅读全文
posted @ 2015-08-21 22:14 Simle 阅读(1205) 评论(0) 推荐(0)
  2015年8月20日
摘要: 转至:http://www.chinaz.com/design/2010/0309/108144.shtml刚开始学习jQuery,可能一时会分不清楚哪些是jQuery对象,哪些是DOM对象。至于DOM对象不多解释,我们接触的太多了,下面重点介绍一下jQuery,以及两者相互间的转换。什么是jQue... 阅读全文
posted @ 2015-08-20 17:07 Simle 阅读(221) 评论(0) 推荐(0)
  2015年8月19日
摘要: 1.下载解压文件2.将解压后的文件放入webroot下3.将js引入要使用fckeditor的页面4.用ckeditor替换textarea 阅读全文
posted @ 2015-08-19 16:26 Simle 阅读(140) 评论(0) 推荐(0)
  2015年8月17日
摘要: 方法1: 用SET PASSWORD命令 mysql -u root mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpass');方法2:用mysqladmin mysqladmin -u root password "ne... 阅读全文
posted @ 2015-08-17 15:18 Simle 阅读(132) 评论(0) 推荐(0)
  2015年8月12日
摘要: if you are, you breathe.If you breath, you talk.If you talk, you ask.If you ask, you think.If you think, you search.If you search, you experience.If y... 阅读全文
posted @ 2015-08-12 15:35 Simle 阅读(184) 评论(0) 推荐(0)
  2015年8月3日
摘要: sc delete 服务名称 阅读全文
posted @ 2015-08-03 09:11 Simle 阅读(185) 评论(0) 推荐(0)
  2015年7月24日
摘要: import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.IOException;import java.io.InputStr... 阅读全文
posted @ 2015-07-24 09:48 Simle 阅读(153) 评论(0) 推荐(0)
摘要: import javax.servlet.ServletContext;import org.springframework.web.context.ServletContextAware;/*** @author Administrator**/public class PayUtil imple... 阅读全文
posted @ 2015-07-24 09:01 Simle 阅读(973) 评论(0) 推荐(0)
  2015年7月20日
摘要: 代付连接点击复制分享-->http://localhost:8080/pra/pay/paid.jspx?ids=${ids!}&drciName=${drciName!}&tPrice=${tPrice!}&operId=${operId!}点击复制分享相关文件下载地址:http://files... 阅读全文
posted @ 2015-07-20 12:07 Simle 阅读(239) 评论(0) 推荐(0)
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 83 下一页