码迷,mamicode.com
首页 >  
搜索关键字:spring data redis    ( 127499个结果
PL/SQL——编程——例外处理
1、系统预定义异常no_data_foundcase_not_foundcursor_already_openinvalid_number--no_data_found异常set serveroutput on;--&NO表示从控制台输入参数DECLARE v_ename varchar2(30)....
分类:数据库   时间:2014-05-05 23:45:21    阅读次数:427
treeView和递归的简单运用
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi...
分类:其他好文   时间:2014-05-05 23:22:07    阅读次数:290
android File存储
文件存储的用途: A File object is suited to reading or writing large amounts of data in start-to-finish order without skipping around. For example, it's good for image files or anything exchanged over a netw...
分类:移动开发   时间:2014-05-05 13:01:21    阅读次数:339
写了一个二叉树构造及中序遍历函数
// BTree.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include"stdlib.h" #include"malloc.h" #define BT BTreeNode #define MS 10 typedef struct BT{ char data; struct BT *left; struct BT *right; }BT; ...
分类:其他好文   时间:2014-05-04 12:45:34    阅读次数:365
联想A820T 修改MAC
实测机为联想A820T安卓4.1.2 一·准备工作 1·R.E管理器 (安卓) 2·获取root权限 3·十六进制编辑器(UltraEdit_SC17_PC版或者直接安卓版的编辑器也行)   二·步骤 1·用R.E管理器按路径data/nvram/APCFG/APRDEB/WIFI找到WiFi这个文件(路径可能各种手机不相同) 2·复制WiFi文件到/sdcard/下面的任意地方,...
分类:其他好文   时间:2014-05-04 12:44:05    阅读次数:396
Python获取当地的天气和任意城市的天气
先从中国天气网得到数据('http://www.weather.com.cn/data/cityinfo/'+城市编码),每个城市都有各自的编码,如何得到用户所在地的城市编码呢?用一个网页就是专门干这个的!http://61.4.185.48:81/g/...
分类:编程语言   时间:2014-05-04 00:27:18    阅读次数:494
grails一对一关联关系
grails开发项目应该还是比较快的,至少配置没有SSH那么繁琐,节省出来的时间可以用在业务逻辑上。grails在简化的同时依然保留了hibernate、spring的特点例如hql、Criteria等。...
分类:其他好文   时间:2014-05-04 00:18:37    阅读次数:351
模拟spring - 动手写一个spring AOP
一、前言 AOP (Aspect Oriented Programing) - 面向切面编程,它主要用于日志记录、性能分析、安全控制、事务处理、异常处理等方面。 二、实现细节 下面这个例子利用AOP来实现日志记录: 附上一张类的结构图,该例子需要导入dom4j.jar ① 业务逻辑接口 /** * 业务逻辑类接口 * @a...
分类:编程语言   时间:2014-05-03 17:48:34    阅读次数:317
mybatis--面向接口编程
如果使用hiberante作为dao层,常用的方式是:定义一个dao层接口包(com.dao.service)然后在定义一个dao层接口实现包(com.dao.service.impl),这样定义结构清晰,方便维护和开发工作。如果使用mybatis作为dao层,我们就可以省略到dao实现包,直接将sql实现在xml配置文件中编写,这样维护起来更方便了! 首先将mybatis整合到spring中:...
分类:其他好文   时间:2014-05-03 16:31:42    阅读次数:318
ACM-尼姆博弈之Being a Good Boy in Spring Festival——hdu1850
ACM 尼姆博弈 Being a Good Boy in Spring Festival hdu1850...
分类:编程语言   时间:2014-05-03 16:25:26    阅读次数:330
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!