Top 10 jQuery Mobile Code Snippets that you need to knowjQuery Mobileis a framework for mobile web apps and mobile websites with an aim to provide a u...
分类:
Web程序 时间:
2014-06-18 13:14:47
阅读次数:
259
create procedure pro_aaa( @canshu1nvarchar(200), @canshu2nvarchar(200)) as begin declare @strsql nvarchar(2000) set @strsql='select * from table1 wher...
分类:
其他好文 时间:
2014-06-18 12:59:40
阅读次数:
191
2014-06-14 BaoXinjian一、摘要何谓Entity Object User’s Guide中有比较形象的描述:针对表、视图、快照封装商业规则、可用于多种客户端(不仅限于OA Framework),并包含所有的针对这些数据库对象的验证及行为。EO在Module中的地位:从图上可看出,E...
分类:
其他好文 时间:
2014-06-17 20:44:20
阅读次数:
277
我们以前在开发大数据量的分页存储过程时,往往都为了怎么样实现高效的性能,而大伤脑筋,似乎总是想写出最佳的存储过程分页方法,我们假如建立一个学生基本信息表StudentInfo,我们看在Sql Server 2000中我们实现的存储过程:CREATEPROCEDURE p_GetStudentInfo...
分类:
数据库 时间:
2014-06-17 20:15:21
阅读次数:
292
package entity;import java.util.Date;import com.mongodb.BasicDBList;import com.mongodb.DBObject;public class CommonEditEntity { /** 数据库中查询记录结果 */ pri....
分类:
数据库 时间:
2014-06-17 19:57:53
阅读次数:
295
The Android framework APIs provides a set 2D drawing APIs that allow you to render your owncustom graphics onto a canvas or to modify existing Views t...
分类:
移动开发 时间:
2014-06-17 19:48:07
阅读次数:
255
以2.7升级到3.3为例1.删除原版本a)删除系统库中的版本sudo rm -R /System/Library/Frameworks/Python.framework/Versions/2.7b)删除Current版本sudo rm /System/Library/Frameworks/Pytho...
分类:
编程语言 时间:
2014-06-17 15:35:13
阅读次数:
518
一、常用属性 CommandText 获取或设置要对数据源执行的 Transact-SQL 语句、表名或存储过程。 CommandTimeout 获取或设置在终止执行命令的尝试并生成错误之前的等待时间。 CommandType 获取或设置一个值,该值指示释 CommandText 是S...
分类:
数据库 时间:
2014-06-17 15:16:28
阅读次数:
286
因为增删改查是我们常用到的方法,我们不可能每个数据模型都去完成增删改查,这样的办法太笨拙了。我们可以写个父类(包含增删改查),然后让所有的数据模型类继承该父类。那就要求我们的父类必须使用泛型来实现。 1 using System; 2 using System.Collections.Gener.....
分类:
其他好文 时间:
2014-06-17 13:47:00
阅读次数:
180
这个问题应该是我在windows8中使用iis8时候碰到的,iis8默认的.net版本是4.5,可能是后来用wcf的时候开启了.NET Framework 3.5 WCF HTTP 激活,则会发生此错误。具体也没深究,网上解决办法还是很多的,微软的官方也有说明http://msdn.microsof...
分类:
其他好文 时间:
2014-06-17 13:22:14
阅读次数:
408