首页 > 2015年07月24日 > 全部分享
从AdventureWorks学习数据库建模——实体分析
最近打算写写数据库建模的文章,所以打算分析微软官方提供的SQL Server示例数据库AdventureWorks,看看这个数据库中有哪些值得学习的地方。首先我们需要下载安装一个SQL Server数据库引擎,然后下载示例数据库,这里笔者用的是SQL2008R2,所以下载的是AdventureWor...
分类:数据库技术   时间:2015-07-24 22:16:21    收藏:0  评论:0  赞:0  阅读:391
【剑指offer】数值的整数次方
题目描述给定一个double类型的浮点数base和int类型的整数exponent。求base的exponent次方。思路:这题卡在没想到exponent可以是负数了...自己想了一个比较好的方法,非递归,O(logN)算法举例说明吧:设base = 2.5, exponent = 99我们每次都会...
分类:其他   时间:2015-07-24 22:16:01    收藏:0  评论:0  赞:0  阅读:206
How to Compile Java DBus
1 download or git clone Java DBusgit clone git://anongit.freedesktop.org/dbus/dbus-java dbus-java2 download libmatthew-java-0.8.tar.gz or get from my....
分类:数据库技术   时间:2015-07-24 22:15:51    收藏:0  评论:0  赞:0  阅读:290
ADO.net数据绑定
using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Text;using System.Windows;using System.Window...
分类:Web开发   时间:2015-07-24 22:15:31    收藏:0  评论:0  赞:0  阅读:281
bzoj1486
二分答案 若存在负圈则说明答案可以更优 dfs版spfa判负圈 1 #include 2 #define clr(a,x) memset(a,x,sizeof(a)) 3 #define rep(i,l,r) for(int i=l;ie[maxn];29 void dfs(int a)30 {31...
分类:其他   时间:2015-07-24 22:15:21    收藏:0  评论:0  赞:0  阅读:203
docker-py的配置与使用
详细介绍在Linux中离线安装docker-py的过程。
分类:其他   时间:2015-07-24 22:15:11    收藏:0  评论:0  赞:0  阅读:545
.net版本之间的关系
net framework 2.0,3.0与3.5三个版本之间关系如下:.net framework 2.0 = CLR 2.0 + FCL(framework class library).net framework 3.0 = .net framework 2.0 + SP1 + WPF + W...
分类:Web开发   时间:2015-07-24 22:15:01    收藏:0  评论:0  赞:0  阅读:232
Spring层次图
Spring层次图说明:1.Strus2充当web层,接管jsp/action表单,主要体现出MVC的数据输入、数据处理、数据分离显示。2.平时所讲的model是一个很大的概念,会包括业务层、dao层和持久层。但在一个项目中不一定三个层都有,可以根据实际情况选择。3.hibernate OOP主要解...
分类:编程语言   时间:2015-07-24 22:14:51    收藏:0  评论:0  赞:0  阅读:333
Top 10 Algorithms of 20th and 21st Century
Top 10 Algorithms of 20th and 21st CenturyMATH 595 (Section TTA)Fall 2014TR 2:00 pm - 3:20 pm, Room 341 Altgeld HallUniversity of Illinois at Urbana-C...
分类:其他   时间:2015-07-24 22:14:42    收藏:0  评论:0  赞:0  阅读:280
第23章 模型验证
----------------------------------------------注:1.在web.config中,对system.web元素添加来改变区域文件设置。 2.DataType注解属性不能用于验证用户输入,只能对使用模板辅助器进行渲染提示。 3.实现IValidatabl...
分类:其他   时间:2015-07-24 22:14:31    收藏:0  评论:0  赞:0  阅读:257
Windows下实现php在线预览功能
最近用到文档在线预览功能,之前没接触过,一切从零开始,整了一段时间终于实现,现在把方法分享给大家!一、主要思路 先将其他格式的文档(office文档、txt、图片等等)通过OpenOffice转换成PDF格式文档,然后通过swftools(http://www.swftools.org/)将PDF....
分类:Windows开发   时间:2015-07-24 22:14:22    收藏:0  评论:0  赞:0  阅读:323
unity-UIInput自定义限制输入字符
UIInput组件如下图所示UIInput可以用于创建输入框,它自带6种限制方式,如下图所示最后一种Alphabet Int Chinese是我自定义的,用于限制输入字母,数字,汉字,比如昵称,就可以使用这种设定自定义限制输入需要修改UIInput的代码首先,找到Validation这个属性 1 p...
分类:编程语言   时间:2015-07-24 22:14:01    收藏:0  评论:0  赞:0  阅读:788
文章8章 异常
一个定义明确的API,它应包括使用前后的条件的方法的。然而,运行环境复杂。该程序可以在运行过程中遇到的各种错误。为此,做一些准备。编程时要预见到:方法运行时可能会遇到意外情况。错误的根源,可能是不恰当的外部环境,可能是方法调用者传递了不恰当的实參——即错误环境或非法參数。服务的设计者,必须考虑到可能...
分类:其他   时间:2015-07-24 22:13:51    收藏:0  评论:0  赞:0  阅读:305
ASP.NET 5 Beta5来了(翻译)
在6月30日微软发布了ASP.NET 5 Beta5,我们可以从http://nuget.org上获取Beta5 的packages。随着VS2015RC发布的ASP.NET 5的版本号是Beta4,所以你一定想在你的项目里使用这个更新。Beta5上不但修正了之前的一些问题并有了很多改进,而且还新增...
分类:Web开发   时间:2015-07-24 22:13:31    收藏:0  评论:0  赞:0  阅读:390
ASP.NET 5 的Roadmap(转)
这次随Visual Studio 2015 发布的 ASP.NET 版本是 ASP.NET 4.6 与 ASP.NET 5 beta5。在 VS2015 发布的同时,微软也发布了 ASP.NET 5 的路线图(详见ASP.NET 5 Schedule and Roadmap):2015 年 7 月 ...
分类:Web开发   时间:2015-07-24 22:13:21    收藏:0  评论:0  赞:0  阅读:290
栈—summertraining#2.A题
You are given a string consisting of parentheses()and[]. A string of this type is said to becorrect:(a)if it is the empty string(b)if A and B are corr...
分类:其他   时间:2015-07-24 22:13:11    收藏:0  评论:0  赞:0  阅读:255
[leedcode 128] Longest Consecutive Sequence
Given an unsorted array of integers, find the length of the longest consecutive elements sequence.For example,Given[100, 4, 200, 1, 3, 2],The longest ...
分类:其他   时间:2015-07-24 22:12:41    收藏:0  评论:0  赞:0  阅读:238
2015 HUAS Summer Training#2~D
DescriptionLittle Valentine liked playing with binary trees very much. Her favorite game was constructing randomly looking binary trees with capital l...
分类:其他   时间:2015-07-24 22:12:32    收藏:0  评论:0  赞:0  阅读:284
JDK开发WebService
java开发web service最简单的方式是用jdk6自带的支持web service的注解功能。1、编写代码如下:package net.swiftlet;import javax.jws.WebService;import javax.xml.ws.Endpoint;//targetName...
分类:Web开发   时间:2015-07-24 22:12:22    收藏:0  评论:0  赞:0  阅读:231
hdu1828 线段树+离散化+扫描线
添加lb[],rb[]数组,来标记竖边。添加num,来计算竖边的个数,因为计算周长的时候,未覆盖的竖边都要加#include#include#include#includeusing namespace std;#define lson l,m,rty?x:y;}bool cmp(seg a,seg...
分类:其他   时间:2015-07-24 22:12:11    收藏:0  评论:0  赞:0  阅读:261
1953条   上一页 1 ... 8 9 10 11 12 ... 98 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!