最新文章列表

github发布项目演示预览及项目主页

项目完成准备发布预览页面,要确保预览页面的文件可以在现有的项目代码中运行,对应的路径都是正确的,然后提交到github 在对应项目的页面上,点击Settings标签 左侧的Options标签 下方的GitHub Pages 点击Launch automatic page generator 会进入主页编辑页 编辑项目名称,基本信息,以及markdown各式的页面内容进行发布 发 ...
LiYunpeng 评论(0) 有1070人浏览 2016-04-14 14:59

MINA 2.0.7 官方示例

官方源码里的例子,整理了相关的JAR,可直接导入eclipse运行,不需要MAVEN
weijs 评论(0) 有939人浏览 2014-12-25 16:26

SolrJ 常用增删查

Solr搜索引擎一般是只会进行增删查,对于Solr的数据结构,可以理解为类似MongoDB的类型的数据库。 与MonogoDB的Schema Free不同。 Solr还是需要自己定义字段,并且做一些设置的。   而Solr一般在修改索引的时候,会选择全量更新,所以一般不会有单条索引的更新操作。   SolrJ添加索引: public class SolrJAdd { pub ...
dacoolbaby 评论(0) 有1930人浏览 2014-10-20 11:15

hibernate 使用org.hibernate.criterion.Example 查询无效

今天使用Example查询,结果发现设置的条件无效. 查询代码:   /*** * * @param obj * @param includeZeros * @return */ private Criteria getCriteria( Object obj, boolean includeZeros) { if (obj == null) { ...
hw1287789687 评论(0) 有2162人浏览 2014-09-05 17:12

A case study: Design and implementation of a simple Twitter clone using only PHP

In this article I'll describe the design and implementation of a simple clone of Twitter written using PHP with Redis as the only database. The programming community has traditionally considered key- ...
wbj0110 评论(0) 有2456人浏览 2014-04-28 16:21

Lucene: Introduction to Lucene (Part VII-QueryParser)

1. Introduction to QueryParser     1) Sometimes we want to pass a String like this: "student AND teacher" to execue query.         It means we want to search a certain field which contain ...
DavyJones2010 评论(0) 有895人浏览 2013-05-25 17:04

Example 学习笔记 - dynamicloading

Dynamicloading - Loading graph model data dynamically to limit the number of cells in the model. 动态加载图形 http://localhost/mxgraph/javascript/examples/dynamicloading.html function main(container) { ...
wsxssgg 评论(0) 有1226人浏览 2013-05-24 14:28

Example 学习笔记 - codec

Codec - Dynamically creating a graph from XML and encoding the model into XML, as well as changing the default style for edges in-place. 编码/解码器 可以将graph对象和xml相互转换 http://localhost/mxgraph/javascript/ ...
wsxssgg 评论(0) 有1193人浏览 2013-05-20 12:12

Lucene: Introduction to Lucene (Part I)

1. Why do we use Lucene?     1) If we want to execute the query like this:         (content like '%DataStructure%') or (content like '%XMU%') in DB. Then it starts searching the whole content from ...
DavyJones2010 评论(0) 有804人浏览 2013-05-19 12:42

MySQL: Trigger (Part II)

1. Difference between Before and After in Trigger     1) After we perform one action, the trigger is invoked. But there is no machanism to check if the action we perform is reasonable. # Bootstrap d ...
DavyJones2010 评论(0) 有806人浏览 2013-04-25 22:38

JavaWeb: How to use commons-fileupload-1.3 for File Upload

1. Requirements:     1) A safer way to handle file upload by using commons-fileupload-1.3.jar provided by Apache Foundation.     2) Using simple JSP/Servlet for a simple mock up.   2. Preconditio ...
DavyJones2010 评论(0) 有3158人浏览 2013-04-25 13:15

JDBC: Introduction to JDBC (Part II)

1. Good Practice:          1>Build Connection as late as possible.         2>Close Connection as earyl as possible.         3>Connection Pool can be used to enhance performance.   2. Go ...
DavyJones2010 评论(0) 有824人浏览 2013-04-21 22:59

简单通用的ContentProvider

常用简单的ContentProvider的实现差不多,整理了个通用的(基于com.example.android.supportv4.app.LoaderThrottleSupport.SimpleProvider修改), 从这个类继承,再重写几个方法 ...
simplehappy 评论(0) 有2068人浏览 2013-02-22 16:38

Java MD5

Java Md5 实现:   import java.io.FileInputStream; import java.io.UnsupportedEncodingException; import java.math.BigInteger; import java.security.MessageDigest; import java.security.NoSuchAlgorith ...
jammy.chen 评论(0) 有833人浏览 2012-12-31 13:33

ExampleDiagram

实体表 Example 示例 ExampleItem 示例明细项 ExampleStatus 示例历史状态 ExampleType示例类型 ExampleFeature 示例特征 ExampleFeatureAppl ExampleFeatureApplType 视图表 ExampleStatusDetail ExampleStatusItem ExampleFeatur ...
jiasudu1649 评论(0) 有1022人浏览 2012-06-12 19:21

GIS学习记录(五):OpenLayers显示Google地图

使用Google api v2版本需要域名对应的key, v3版本api可以直接使用   <script src="http://maps.google.com/maps/api/js?v=3.6&amp;sensor=false"></script>     例子:   <!DOCTYPE html> <html ...
tessykandy 评论(0) 有3410人浏览 2012-03-30 17:02

List.FindAll

using System; using System.Collections.Generic; public class Example { public static void Main() { List<string> dinosaurs = new List<string>(); dinosaurs. ...
sty2008boy 评论(0) 有1202人浏览 2011-09-16 18:09

js example积累

js example积累js example积累js example积累js example积累
gaochunhu 评论(0) 有825人浏览 2011-09-06 22:54

GroovyHelp 3.1.0 GA发布

GroovyHelp简介:   GroovyHelp是一款帮助软件,它能够帮助Java开发人员方便快速地查找Javadoc文档并对其进行高效管理,从此无需苦寻chm格式的帮助文档了。主要特性:   * 根据输入关键字,查找类,接口,方法等帮助信息(支持模糊查询)   * 支持全文检索,并高亮搜索结果(支持模糊检索)   * 以树型结构完整展现文档的整体结构及文件结构   * 支 ...
山风小子 评论(0) 有959人浏览 2011-08-15 20:59

ibatis试用一:XML的写法

主要是几个标签:第一个肯定是 <sqlMap namespace="Mail"> </sqlMap>     第二个是 <typeAlias alias="Mail" type="com.game.model.Mail" />     第三个是Insert   ...
点虫虫 评论(0) 有1368人浏览 2011-07-26 19:37

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics