`
epgcnydy
  • 浏览: 16937 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
无奈的断电。出现mysql无法启动。 1.查看error 130313 15:31:13 [Note] Plugin 'FEDERATED' is disabled. 130313 15:31:13  InnoDB: Initializing buffer pool, size = 107.0M 130313 15:31:13  InnoDB: Completed initialization of buffer pool InnoDB: Log scan progressed past the checkpoint lsn 2 3605230851 130313 15:31:13  InnoD ...
见:http://blog.csdn.net/mydeman/article/details/6716925
两个模块通信,使用的ICE中间件。单线程时测试没什么问题。多线程测试时,不一会就出现了。错误。网上找了下说有可能是粘包出现的问题。请问有人遇到相同的问题么。怎么解决 谢谢了。 Ice.MarshalException     reason = (null) at IceInternal.BasicStream.writeString(BasicStream.java:1172) at com.amg.ice.analysis.generated.FilterRequest.__write(FilterRequest.java:75) at com.amg.ice.analysis.gene ...
lucene包结构: Lucene 的analysis 模块主要负责词法分析及语言处理而形成Term。  Lucene的index模块主要负责索引的创建,里面有IndexWriter。  Lucene的store模块主要负责索引的读写。 Lucene 的QueryParser主要负责语法分析。 Lucene的search模块主要负责对索引的搜索。  Lucene的similarity模块主要负责对相关性打分的实现。
find命令      find是最常见和最强大的查找命令,你可以用它找到任何你想找的文件。 find的使用格式如下:   $ find <指定目录> <指定条件> <指定动作>   - <指定目录>: 所要搜索的目录及其所有子目录。 ...
运行CMD。 1,切换到JAR包目录下。 2.运行 C:\>mvn install:install-file -Dfile=proxool-0.9.0RC3.jar -DgroupId=proxool -DartifactId=proxool -Dversion=0.9.3RC3 -Dpackaging=jar  
多个字段: select * from froute_cp_table awhere (a.arrivecity,a.departcity,a.flightrouteline) in   (select arrivecity,departcity,flightrouteline from froute_cp_table group by arrivecity,departcity,flightrouteline  having count(*) > 1)
分页应该是软件开发中常见的功能。使用HIBERNATE分页。将其提取,留个记录。上代码   PaginationVo  分页的对象。 /** *  * @author leixiaowu * @describe * @date 2010-12-8 * @package cn.com.ait.energysaving.model.vo */public class PaginationVo implements Serializable {  /**  *   */ private static final long serialVersionUID = 1L;  /** 每页显示 */ ...
http://lee.kometo.com/archives/255
来源:感谢:http://www.uml.org.cn/oobject/201006114.asp       UML定义的关系主要有六种:依赖、类属、关联、实现、聚合和组合。这些类间关系的理解和使用是掌握和应用UML的关键,而也就是这几种关系,往往会 ...
转  http://www.001pp.com/chengxuyouhua/mysql%20xingnengyouhua2183.html  
jQuery.validate是一款非常不错的表单验证工具,简单易上手,而且能达到很好的体验效果,虽然说在项目中早已用过,但看到这篇文章写得还是不错的,转载下与大家共同分享。   引自:http://xying.spaces.live.com/   一、用前必备 官方网站:http://bassistance.de/jquery-plugins/jquery-plugin-validation/API: http://jquery.bassistance.de/api-browser/plugins.html 当前版本:1.5.5需要JQuery版本:1.2.6+, 兼容 1.3 ...
Global site tag (gtag.js) - Google Analytics