码迷,mamicode.com
首页 >  
搜索关键字:work folder    ( 10709个结果
jQuery 中 attr() 和 prop() 方法的区别<转>
前几天,有人给Multiple Select 插件提了问题:setSelects doesn't work in Firefox when using jquery 1.9.0一直都在用 jQuery 1.8.3 的版本,没有尝试过 jQuery 1.9.0 的版本。于是,开始调试代码,在 1.9....
分类:Web程序   时间:2014-11-12 16:17:49    阅读次数:309
Visual Stuido插件大全
JS Enhancements使用JS能像C#代码一样折叠成块Code Compare Code Compare is a powerful file and folder comparison tool that demonstrates new level of code compariso.....
分类:其他好文   时间:2014-11-11 16:13:25    阅读次数:163
关于EF Unit of Work Repository的简单用法
其实ef本身就是unit of work+repository的 其中继承自DbContext的类就是unit of work context中的DbSet属性就是repository,你也可以不建那些属性,而使用context.Set来获取一个DbSet 如果直接在逻辑层就ef了,一来可能觉得会与...
分类:其他好文   时间:2014-11-11 15:54:08    阅读次数:358
SVN 创建分支
2种方法: 1.你用tortoiseSVN点版本库浏览,在需要建立分支的路径(比如trunk)点copy to + 新分支名称(注意:必须与trunk不能同名,你可以新建一个名称比如branch) 2.tortoiseSVN点版本库浏览,你在需要创建的路径下右键tortoiseSVN 选择create folder 然后创建新路径名称(文件夹)然后把主干或者其他分支路径的代码(拉分支这种情况估...
分类:其他好文   时间:2014-11-11 12:44:09    阅读次数:321
Gradle Import Wizard--官方文档
Last updated and checked to work with version 3.0.0 of the toolsThis tutorial will take you through the process of using the "Eclipse Integration Grad...
分类:其他好文   时间:2014-11-11 12:18:57    阅读次数:291
轻松实现Apache,Tomcat集群和负载均衡
作者:罗代均 ldj_work#126.com,转载请保持完整性0, 环境说明 Apache :apache_2.0.55 1 个Tomcat: apache-tomcat-5.5.17 (zip版) 2个mod_jk:: mod_jk-apache-2.0.55.so 1个第一部分:负载均衡 负载...
分类:Web程序   时间:2014-11-11 10:42:34    阅读次数:247
第一轮 J
MetroTime Limit:500MS    Memory Limit:65536KB    64bit IO Format:%I64d & %I64uSubmitStatusDescription Many of SKB Kontur programmers like to get to work by Metro because the main office is situated qu...
分类:其他好文   时间:2014-11-11 09:25:58    阅读次数:130
the jounal ahead for Fedora
indeed , before i make my decision to choose the fedora as my work platform , i have tried so many variation of linux distribution , and now i just wa...
分类:其他好文   时间:2014-11-09 17:52:26    阅读次数:280
浏览器的渲染原理简介
http://coolshell.cn/articles/9666.html看到这个标题大家一定会想到这篇神文《How Browsers Work》,这篇文章把浏览器的很多细节讲得很细,而且也被翻译成了中文。为什么我还想写一篇呢?因为两个原因,1)这篇文章太长了,阅读成本太大,不能一口气读完。2)花...
分类:其他好文   时间:2014-11-09 11:12:25    阅读次数:115
django源码解析之BigIntegerField (一)
要分析django的源码,来更深入的学习django,是一个不错的方法,可惜需要大量的时间。所以,能分析多少就是多少吧。本次源码分析以1.4.16为基础。用sublime 打开下载的源码,使用 Find in Folder,查找BigIntegerField在其中可以看到这样的代码:1 1005 ....
分类:其他好文   时间:2014-11-08 07:03:09    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!