上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 40 下一页
摘要: querySelector不能取到id以数字开头的元素,据说是遵循css规范。而document.getElementById是可以的。 阅读全文
posted @ 2015-07-12 14:22 calochCN 阅读(609) 评论(0) 推荐(0)
摘要: note:you can delete reference of entityframework when using this classes.it`s just a simple repohelper.the code below can also include a getpagedlist ... 阅读全文
posted @ 2015-07-07 17:45 calochCN 阅读(312) 评论(0) 推荐(0)
摘要: 无法更新 EntitySet“W_ReceiveData”,因为它有一个 DefiningQuery,而 元素中没有支持当前操作的 元素。原因:未为表定义主键!去sql server中为表添加主键并更新edmx文件 阅读全文
posted @ 2015-07-07 10:40 calochCN 阅读(230) 评论(0) 推荐(0)
摘要: not to say extra words,let`s start the code.pasted below:using System;using System.Collections.Generic;using System.Diagnostics;using System.Linq;usin... 阅读全文
posted @ 2015-07-05 00:15 calochCN 阅读(229) 评论(0) 推荐(0)
摘要: 最近写了一个socket通信的手表在线服务端,在日志方面,记录下Log4net日志分割1.引入log4net.dll2.web.config添加configsection handler 映射: 3.建立 log4net.config 文件,此文件在logs文件夹下面按日期... 阅读全文
posted @ 2015-07-04 09:31 calochCN 阅读(1476) 评论(0) 推荐(0)
摘要: test 阅读全文
posted @ 2015-07-02 11:26 calochCN 阅读(947) 评论(0) 推荐(0)
摘要: Windows中memached安装-------------服务器端配置1>开始>运行:CMD(确定)2>cd C:\memcached(回车)3>memcached -d install(回车 这步执行安装)4>memcached -d start(回车 这步执行启动memcache服务器,默认... 阅读全文
posted @ 2015-07-01 20:34 calochCN 阅读(237) 评论(0) 推荐(0)
摘要: 偶然碰到,更改mvc版本,由3.0升级到4.0,但是依然提示3.0的错误几经周折排查,最终发现 这里面的那个oldVersion 1.0.0.0-3.0.0.0 之前没有改为3,是2.于是就又提示3.0缺少的错误:解决方案... 阅读全文
posted @ 2015-07-01 20:11 calochCN 阅读(179) 评论(0) 推荐(0)
摘要: 解决方案:在edmx文件上右键,选择ado.net entity data model designer,即可正常打开! 阅读全文
posted @ 2015-06-30 23:45 calochCN 阅读(370) 评论(0) 推荐(0)
摘要: 解决方案:删除 RegSrvr.xmlC:\Documents and Settings\Administrator\Application Data\Microsoft\Microsoft SQL Server\100\Tools\Shell 删除 RegSrvr.xml 文件提示未注册的sys... 阅读全文
posted @ 2015-06-30 22:44 calochCN 阅读(521) 评论(0) 推荐(0)
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 40 下一页