kingzuo
码龄18年
求更新 关注
提问 私信
  • 博客:137,190
    社区:155
    137,345
    总访问量
  • 54
    原创
  • 8
    粉丝
  • 187
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:广东省
加入CSDN时间: 2008-03-11
博客简介:

kingzuo的专栏

查看详细资料
个人成就
  • 获得6次点赞
  • 内容获得1次评论
  • 获得3次收藏
  • 博客总排名2,122,131名
创作历程
  • 1篇
    2016年
  • 8篇
    2015年
  • 40篇
    2013年
  • 13篇
    2012年
  • 2篇
    2011年
成就勋章
TA的专栏
  • Html
    2篇
  • birt报表学习
  • Jquery
    9篇
  • Lucene
    11篇
  • WebService
    1篇
  • 其他
    3篇
  • SSH
    3篇
  • Oracle
  • MySQL
    1篇
  • JBPM
    1篇
  • HTML5
  • Lucene
  • Hadoop
  • freemarker
  • mongodb
  • PHP
    14篇
  • ecshop 二次开发
    1篇
  • ofbiz
    8篇
  • sencha touch2.1.1

TA关注的专栏 12

TA关注的收藏夹 0

TA关注的社区 1

TA参与的活动 0

兴趣领域 设置
  • 大数据
    mysqlredis
  • 后端
    spring架构
  • 搜索
    elasticsearch
  • 服务器
    linux
创作活动更多

「谁说嵌入式只是调包和焊板子?」—— 2026嵌入式全栈技术征锋令

谁说嵌入式只会“Ctrl+C 调包”和“拿电烙铁焊板子”?2026嵌入式全栈技术征锋令正式启幕! 本次活动专为硬核硬件/软件开发者打造,无论你是刚玩转裸机外设的萌新,还是精通RTOS调度、死磕底层驱动的行业老手,亦或是执掌系统架构的大神,这里都是你证明实力的舞台! 拒绝表面功夫,每一行代码,都有撬动硬件的力量!晒出你的硬核工程实战,为嵌入式开发者的全栈硬实力正名!

211人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

Mina2.0中文手册

发布资源 2013.01.31 ·
pdf

ECshop.pdf

发布资源 2013.03.07 ·
pdf

Kettle基础整理

发布资源 2018.09.13 ·
ppt

Getting Started with Apache OFBiz Manufacturing.pdf )

发布资源 2015.06.22 ·
pdf

js自动补全功能实现代码

$(function(){ // 自动补全 var maxcount = 0;// 表示他最大的值 var thisCount = 0;// 初始化他框的位置 $("body").prepend(""); $("#subk").keyup(function(even){ var v = even.which;
原创
博文更新于 2022.08.06 ·
5441 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

Spring整合quartz配置

一 quartz Jar包quartz-all-1.8.6.jar 在官网可以下载,不知道的请百度下下。二 Spring配置文件
原创
博文更新于 2022.08.06 ·
10060 阅读 ·
0 点赞 ·
0 评论 ·
3 收藏

Ofbiz 定时任务配置规则

values are typically obtained from the java.util.Calendar field constants. For more information, see the org.ofbiz.service.calendar.TemporalExpressions.java file. tempExprTypeId
原创
博文更新于 2022.08.06 ·
2204 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Ofbiz使用原生Sql

Delegator delegator = (Delegator) request.getAttribute("delegator");String groupHelperName=delegator.getGroupHelperName("org.ofbiz.olap");GenericHelperInfo helperInfo=new GenericHelperInfo(null,
原创
博文更新于 2022.08.06 ·
2121 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

ofbiz 分页代码

String pageNumber = request.getParameter("pageNumber");String pageSize = request.getParameter("pageSize");// 当前页int intPage = Integer.parseInt((pageNumber == null || pageNumber.equals("0")) ? "1
原创
博文更新于 2022.08.06 ·
824 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

Ajax登录ofbiz

public static String login(HttpServletRequest request, HttpServletResponse response) { Delegator delegator = (Delegator) request.getAttribute("delegator"); LocalDispatcher dispatcher = (LocalD
原创
博文更新于 2022.08.06 ·
1012 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

CRC24Q算法Java实现

Java CRC24Q
原创
博文更新于 2022.08.06 ·
3324 阅读 ·
0 点赞 ·
0 评论 ·
2 收藏

Hadoop指南

发布资源 2013.01.31 ·
pdf

HibernateAPI

发布资源 2011.01.30 ·
application/octet-stream

ofbiz cas单点登录

Scenes Supported OFBiz-CAS-LDAP component supports the following scenes: OFBiz-CAS-OpenLDAP, OFBiz-CAS-ActiveDirectory, OFBiz-OpenLDAP and OFBiz-ActiveDirectory. OFBiz-CAS-LDAP Login Procedure
转载
博文更新于 2015.09.17 ·
1435 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

ofbiz自关联子查询

1,这样的查询SQL如何使用ofbiz实现。SELECT*FROMbdlyjg_t_gpsinfo TINNER JOIN (SELECTimei,MAX (uploadtime) AS MaxDateFROMbdlyjg_t_gpsinfoGROUP BYimei) tm ON T .imei = tm.imeiAND T .uploadt
原创
博文更新于 2015.09.17 ·
1864 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Ofbiz 分页代码

Delegator delegator = (Delegator) request.getAttribute("delegator");LocalDispatcher dispatcher = (LocalDispatcher) request.getAttribute("dispatcher");HttpSession session = request.getSession();
原创
博文更新于 2015.06.17 ·
2058 阅读 ·
1 点赞 ·
0 评论 ·
1 收藏

nginx ofbiz 简单配置记录

#user  nobody;worker_processes  1;#error_log  logs/error.log;#error_log  logs/error.log  notice;#error_log  logs/error.log  info;#pid        logs/nginx.pid;events {    wo
原创
博文更新于 2015.05.18 ·
867 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

JBPM 4.4 学习笔记01----基本步骤

package com.zsj.test.jbpm;import java.util.List;import org.jbpm.api.Configuration;import org.jbpm.api.ExecutionService;import org.jbpm.api.ProcessEngine;import org.jbpm.api.ProcessInstance;imp
原创
博文更新于 2013.10.17 ·
746 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Lucene 4.4利用BooleanQuery组合多个Query搜索

package com.zsj.test;import java.io.File;import java.io.IOException;import org.apache.lucene.document.Document;import org.apache.lucene.index.IndexReader;import org.apache.lucene.index.Term;
原创
博文更新于 2013.10.09 ·
8064 阅读 ·
3 点赞 ·
0 评论 ·
1 收藏

Luence 4.4 Jcseg分词器构建索引以及检索测试

一 利用Jcseg分词器构建索引public class LuceneJcsegIndex {public static void main(String[] args) {String[] ids = new String[] { "1", "2", "3", "4" };String[] names = new String[] { "北京", "北京海淀", "南京", "s
原创
博文更新于 2013.10.09 ·
2344 阅读 ·
1 点赞 ·
0 评论 ·
1 收藏
加载更多