上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页

smartgit 需要输入序列号解决办法

摘要: 找到路径: %APPDATA%\syntevo\SmartGit\然后删除:settings.xml再重新打开smartgit 就可以了 阅读全文
posted @ 2014-09-12 14:54 ~紫鱼~ 阅读(8009) 评论(0) 推荐(1) 编辑

UnitOfWork 更新实体出错解决办法

摘要: 用UnitOfWork进行实体更新的时候,再查询实体一次,再去更新的时候会报如下错误:Attaching an entity of type 'TinyFrame.Data.DomainModel.t_user_application' failed because another entity o... 阅读全文
posted @ 2014-09-10 12:52 ~紫鱼~ 阅读(612) 评论(0) 推荐(0) 编辑

.NET工具集合

摘要: 工具(1) 代码分析.NET Memory Profiler -http://memprofiler.com/ANTS Profiler -http://www.red-gate.com/code_profiling.htmdotTrace Profiler -http://www.jetbrain... 阅读全文
posted @ 2014-09-02 17:16 ~紫鱼~ 阅读(494) 评论(0) 推荐(0) 编辑

截屏工具

摘要: licecap 阅读全文
posted @ 2014-09-02 16:29 ~紫鱼~ 阅读(98) 评论(0) 推荐(0) 编辑

JS拼凑方法之join

摘要: var s=['a','b','c'].join(); 阅读全文
posted @ 2014-08-25 10:26 ~紫鱼~ 阅读(383) 评论(0) 推荐(0) 编辑

Yslow-23条军规

摘要: YslowYahoo发布的一款基于FireFox的插件,主要是为了提高网页性能而设计的,下面是它提倡了23条规则,还是很不错的,分享一下:1.减少HTTP请求次数合并图片、CSS、JS,改进首次访问用户等待时间。2. 使用CDN就近缓存==>智能路由==>负载均衡==>WSA全站动态加速3. 避免空... 阅读全文
posted @ 2014-08-14 10:02 ~紫鱼~ 阅读(335) 评论(0) 推荐(0) 编辑

varchar和nvarchar的区别 数据来证明

摘要: 如果一个数据是"N好"数据类型是varchar时:select len(vartest) from testselect datalength(vartest) from text将会分别显示2和3而当数据类型为nvarchar时:select len(nvartest) from testsele... 阅读全文
posted @ 2014-08-13 21:39 ~紫鱼~ 阅读(187) 评论(0) 推荐(0) 编辑

对SQL语句进行过滤的函数

摘要: /// /// 过滤SQL非法字符串 /// /// /// public static string Filter(string value) { if (string.IsNullOrEmpty(value)) return string.Empty; value = Regex.Rep... 阅读全文
posted @ 2014-08-13 21:38 ~紫鱼~ 阅读(2664) 评论(0) 推荐(0) 编辑

使用T4模板调用Sqlserver链接生成自己的模板

摘要: '__MigrationHistory'").ToArray();#>using Reap.Models.Models;using Reap.IDAL.Repositories;using Reap.DAL.UnitOfWork;namespace { public class IRep... 阅读全文
posted @ 2014-08-13 11:18 ~紫鱼~ 阅读(797) 评论(0) 推荐(0) 编辑

不错的日期控件

摘要: moment.js 阅读全文
posted @ 2014-08-06 15:20 ~紫鱼~ 阅读(116) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页