上一页 1 ··· 9 10 11 12 13 14 下一页
  2015年10月19日
摘要: 一定会有一个organination表对于employee表1、严格按照数据库的设计范式设计2、为了实现快速查询某个组织下面所有的员工3、上面的设计存在一个问题,对org的层级有限制 阅读全文
posted @ 2015-10-19 09:55 袜子破了 阅读(1581) 评论(0) 推荐(0) 编辑
  2015年10月13日
摘要: import java.math.BigInteger;import java.util.Date;import java.util.Random;import java.util.Scanner;import java.util.zip.CRC32;public class KeyGen { ... 阅读全文
posted @ 2015-10-13 20:29 袜子破了 阅读(341) 评论(0) 推荐(0) 编辑
  2015年9月17日
摘要: package com.test; import com.sun.image.codec.jpeg.JPEGImageEncoder; import com.sun.image.codec.jpeg.JPEGCodec; import com.sun.image.codec.jpeg.JP... 阅读全文
posted @ 2015-09-17 13:11 袜子破了 阅读(442) 评论(0) 推荐(0) 编辑
  2015年9月15日
摘要: 阅读全文
posted @ 2015-09-15 12:44 袜子破了 阅读(391) 评论(0) 推荐(0) 编辑
摘要: var placeholder = function ($element) { var $ = window.jQuery; var version = parseFloat($.browser.version); var isIE8 = $.bro... 阅读全文
posted @ 2015-09-15 10:19 袜子破了 阅读(184) 评论(0) 推荐(0) 编辑
摘要: JxUnderscore(function (J, _, root) { var isWindow, deepObject, Namespace, Class, LOG; /** * 一个对象是否为window对象 ... 阅读全文
posted @ 2015-09-15 10:14 袜子破了 阅读(182) 评论(0) 推荐(0) 编辑
摘要: beauty("$Class",["$underscore"],function(_){ var Class = function () { var length = arguments.length; var option = arguments[length - ... 阅读全文
posted @ 2015-09-15 10:10 袜子破了 阅读(208) 评论(0) 推荐(0) 编辑
摘要: var $string = {}, toString, template, parseURL, buildURL, mapQuery, test, contains, trim, ... 阅读全文
posted @ 2015-09-15 10:08 袜子破了 阅读(418) 评论(0) 推荐(0) 编辑
摘要: package test;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;/** * Created by luan on 2015/9/15. */public clas... 阅读全文
posted @ 2015-09-15 09:55 袜子破了 阅读(268) 评论(0) 推荐(0) 编辑
摘要: var date, number; /** * 让日期和时间按照指定的格式显示的方法 * @param date * @param formatString format 格式字符串 * @returns {*} 返回生成的日期时间字符... 阅读全文
posted @ 2015-09-15 09:50 袜子破了 阅读(210) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 下一页