码迷,mamicode.com
首页 >  
搜索关键字:spring data mongodb    ( 115491个结果
PowerDesigner 15 进行 数据库反转到 数据库模型
菜单"File" - "Reverse Engineer" - "DataBase"弹出来 New Physical Data Model 窗口 ,为模型建好名字 - 点击确定到下一步 就是为建立 类似 jdbc连接数据库的配置文件的一个功能。选择using a data source : 点击右侧...
分类:数据库   时间:2014-04-30 02:46:10    阅读次数:585
基于restful注解(spring4.0.2整合flex+blazeds+spring-mvc)<一>
摘自:http://www.blogjava.net/liuguly/archive/2014/03/10/410824.html参考官网:1.http://livedocs.adobe.com/blazeds/1/blazeds_devguide/2.http://docs.spring.io/s...
分类:编程语言   时间:2014-04-30 02:28:48    阅读次数:687
lightswitch binding custom control
Listing 1: Setting up data binding for the Rating controlusingSystem.Windows.Controls;usingSystem.Windows.Data;usingMicrosoft.LightSwitch.Threading;na...
分类:其他好文   时间:2014-04-30 01:57:00    阅读次数:517
浏览器端对服务器端返回的日期的处理方式
用javascript的 Date 函数来处理: var date=jQuery.parseJSON(data)将返回的数据解析成为jQuery对象。 var start = new Date(date); var year = start.getFullYear(); var month = st...
分类:其他好文   时间:2014-04-29 23:40:33    阅读次数:499
uwsgi ini 设置
[uwsgi]socket = 127.0.0.1:3032chdir = /data/www/yida/pythonpath = ..env = DJANGO_SETTINGS_MODULE=yida.settingsmodule = django.core.handlers.wsgi:WSGIH...
分类:其他好文   时间:2014-04-29 23:26:08    阅读次数:611
教你如何利用分布式的思想处理集群的参数配置信息——spring的configurer妙用
引言 最近LZ的技术博文数量直线下降,实在是非常抱歉,之前LZ曾信誓旦旦的说一定要把《深入理解计算机系统》写完,现在看来,LZ似乎是在打自己脸了。尽管LZ内心一直没放弃,但从现状来看,需要等LZ的PM做的比较稳定,时间慢慢空闲出来的时候才有机会看了。短时间内,还是要以解决实际问题为主,而不是增加自....
分类:编程语言   时间:2014-04-28 12:33:58    阅读次数:668
mysql常用命令用法
1.创建数据库:create database database_name;2.选择数据库:use database_name;3.创建表:create table tablename(column1 data_type1, column2 data_type2,...,columnn dataty...
分类:数据库   时间:2014-04-28 02:34:53    阅读次数:560
csharp:Google TTS API text to speech
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-04-27 23:51:43    阅读次数:1188
Cellular Traffic Offloading
Reference:[1] Mobile Data Offload for 3G Networks[2] Mobile Data Offloading through Opportunistic Communications and Social Participation[3] Femtocell...
分类:其他好文   时间:2014-04-27 23:49:41    阅读次数:649
机器学习的相关书籍
《Introduction to Data Mining》 《Data Mining : Concepts and Techniques》 《Introduction to Machine Learning》 《机器学习:实用案例解析》 《Pattern Recognition and Machin...
分类:其他好文   时间:2014-04-27 23:32:07    阅读次数:526
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!