码迷,mamicode.com
首页 >  
搜索关键字:can not issue data m    ( 86213个结果
利用Jquery实现http长连接(LongPoll) {转}
无标题页 using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using Syste...
分类:Web程序   时间:2014-05-08 13:55:40    阅读次数:686
JS框架心得
一个框架应该是多例的,不是单例的,所以属性和方法分为两种:1. 实例属性\方法:实例的属性,例:ids,getElement,validator,render2. 通用属性\方法:通用的属性和方法,所有的实例都共用的例:pp.use, pp.domain,pp.pop,pp.data, pp.hoo...
分类:Web程序   时间:2014-05-08 13:52:14    阅读次数:369
Solving the Detached Many-to-Many Problem with the Entity Framework
IntroductionThis article is part of the ongoing series I’ve been writing recently, but can be read as a standalone article. I’m going to do a better j...
分类:其他好文   时间:2014-05-08 13:01:13    阅读次数:599
html规范
1、doctype新模块必须使用下面的doctype2、img标签的src值不能为空如果img有src属性,则值不能为空。如:IE(6/7/8)系列浏览器会认为src指向的是当前服务器的根目录,会重新发次请求。如果用到了lazyload的话,可以使用data-src属性。如:具体的分析请见这里3、i...
分类:Web程序   时间:2014-05-08 12:37:15    阅读次数:388
关于重新设计data accessing layer的思考(一)
背景:项目中已运行10年的数据访问层,存在若干架构方面的问题,为了彻底解决并释放并行访问的能力,并提供一套完整的面向对象的API,决定重新设计。思考问题:1.如何保证兼容性: 1)使用新库的实现替代旧库中的实现,保证一次性全部修改并测试,不修改旧库的API,且提供用户新的API 2)新库与旧...
分类:数据库   时间:2014-05-08 12:21:18    阅读次数:315
Oracle自学笔记(一)
1、创建用户并指定表空间create user gy_3004 identified by gy_3004 default tablespace gy_3004_data temporary tablespace gy_3004_temp; 2、给用户授予权限--方式一: GRANT CREA...
分类:数据库   时间:2014-05-08 12:18:54    阅读次数:412
[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序创建更复杂的数据模型
这是微软官方教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第六篇:为ASP.NET MVC应用程序创建更复杂的数据模型原文:Creating a More Complex Data Model fo...
分类:Web程序   时间:2014-05-08 12:03:22    阅读次数:581
mysq访问方式
mysql -h10.81.32.196 -P5152 -Dns_map_data_new -uwangyuchuan_r -p3DLg15rhSsm0O7Nsselect uid,name from t_area_info where uid=1960;
分类:其他好文   时间:2014-05-08 12:00:24    阅读次数:247
10 001st prime number
这真是一个耗CPU的运算,怪不得现在因式分解和素数查找现在都用于加密运算。By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13.What is the 1...
分类:其他好文   时间:2014-05-08 11:54:49    阅读次数:260
java.lang.Integer can not be cast to java.lang.Long
java.lang.Integer can not be cast to java.lang.Long...
分类:编程语言   时间:2014-05-07 22:41:30    阅读次数:329
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!