什么是json: JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition - Dece ...
分类:
编程语言 时间:
2018-01-16 13:57:22
阅读次数:
178
Implement the following operations of a stack using queues. push(x) -- Push element x onto stack. pop() -- Removes the element on top of the stack. to ...
分类:
其他好文 时间:
2018-01-16 10:25:15
阅读次数:
188
在平时开发中Hibernate提供的hql基本能够满足我们的日常需求。但是在有些特殊的情况下,还是需要使用原生的sql,并且希望sql查询出来的结果能够绑定到pojo上。hibernate API中的createSQLQuery 和createQuery接口。 就像在这次的项目中,因为表结构要变化, ...
分类:
数据库 时间:
2018-01-15 20:37:52
阅读次数:
231
开始学习Java~ 一、Java简介 Java编程语言是一种简单、面向对象、分布式、解释型、健壮安全、与系统无关、可移植、高性能、多线程和动态的语言。 Java分为三个体系: JavaSE(J2SE)(Java2 Platform Standard Edition,java平台标准版) JavaEE ...
分类:
编程语言 时间:
2018-01-15 16:30:08
阅读次数:
177
写代码: 1,明确需求。 2,分析思路。 3,确定步骤。 4,代码实现。 Java的三种技术架构: JAVAEE:Java Platform Enterprise Edition,开发企业环境下的应用程序,主要针对web程序开发; JAVASE:Java Platform Standard Edit ...
分类:
编程语言 时间:
2018-01-14 21:26:31
阅读次数:
151
三套查询之HQL查询 hql语句(面向):类 对象 属性 关联(持久化类)与连接(数据库表) ...
分类:
Web程序 时间:
2018-01-14 12:13:16
阅读次数:
189
4.0.0 cn.o scm-standard war 0.0.1-SNAPSHOT scm-standard http://maven.apache.org UTF-8 UTF-8 n... ...
分类:
其他好文 时间:
2018-01-13 22:14:24
阅读次数:
148
Welcome to MarkdownPad 2 MarkdownPad is a full featured Markdown editor for Windows. Built exclusively for Markdown Enjoy first class Markdown support ...
分类:
其他好文 时间:
2018-01-13 11:06:56
阅读次数:
95
1001. 害死人不偿命的(3n+1)猜想 (15) 时间限制400 ms 内存限制65536 kB 代码长度限制8000 B 判题程序Standard 作者CHEN, Yue 时间限制400 ms 时间限制400 ms 内存限制65536 kB 内存限制65536 kB 代码长度限制8000 B ...
分类:
其他好文 时间:
2018-01-11 22:19:40
阅读次数:
139
摘要:The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java Platform Enterprise Edition (Java E ...
分类:
其他好文 时间:
2018-01-10 11:41:06
阅读次数:
134