码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
Entity Framework Code First 映射继承关系
转载 http://www.th7.cn/Program/net/201301/122153.shtmlCode First如何处理类之间的继承关系。Entity Framework Code First有三种处理类之间继承关系的方法,我们将逐一介绍这三种处理方法。1.Table Per Hiera...
分类:其他好文   时间:2015-10-26 00:17:16    阅读次数:228
KDE Resource
T^T Excited to cry when I found the resource here.http://www.umiacs.umd.edu/labs/cvl/pirl/vikas/Software/optimal_bw/optimal_bw_code.htm
分类:其他好文   时间:2015-10-26 00:11:43    阅读次数:160
关于bootstrap的datepicker在meteor应用中的使用(不包含bootstrap框架)
1、安装bootstrap3-datepicker包meteor addrajit:bootstrap3-datepicker2、使用方法ExampleIn your handlebars template:In client-side JS code:Template.mytemplate.ren...
分类:其他好文   时间:2015-10-25 20:49:38    阅读次数:325
Windows下安装Code::Blocks 13.12进行C/C++开发
CodeBlocks 是一个开放源码的全功能的跨平台C/C++集成开发环境。CodeBlocks是开放源码软件。CodeBlocks由纯粹的C++语言开发完成,它使用 了蓍名的图形界面库wxWidgets(2.6.2unicode)版。对于追求完美的C++程序员,再也不必忍受Eclipse的缓慢,再...
分类:编程语言   时间:2015-10-25 20:46:43    阅读次数:449
一些必读的开源项目
1. C++ STL是C++程序员必看的开源项目,可以看SGI版本的STL源码,因为它的可读性很好。源码下载地址:Download STL source code例如sort函数的源码就在stl_algo.h文件中,同时侯杰有一本书《stl源码剖析》必读。2.如果是vs2008或者2010可以在Mi...
分类:其他好文   时间:2015-10-25 20:41:32    阅读次数:204
1、C#语言和数据结构
1.1 C#程序的基本结构和基本语法要点Here, you’ll take a closer look at the console application exampleand break down the structure a bit. Here’s the code:using System...
分类:编程语言   时间:2015-10-25 16:15:57    阅读次数:262
ORA-00600: internal error code, arguments: [kcblasm_1], [103], [], [], [], [], [], []
一ORACLE 10.2.0.5.0 标准版的数据库的告警日志出现ORA-00600错误,具体错误信息如下所示 Errors in file /u01/app/oracle/admin/SCM2/bdump/scm2_s003_20333.trc:ORA-00600: internal error ...
分类:其他好文   时间:2015-10-25 13:41:24    阅读次数:284
storm高级原语-Transactional topology
参考: http://xumingming.sinaapp.com/736/twitter-storm-transactional-topolgoy/ http://xumingming.sinaapp.com/811/twitter-storm-code-analysis-coordinated-...
分类:其他好文   时间:2015-10-25 13:39:07    阅读次数:164
LeetCode Gray Code
原题链接在这里:https://leetcode.com/problems/gray-code/根据graycode的特性:每次第一位加上一个1,后面是之前结果的倒序,所以从i = 0开始到 i grayCode(int n) { 3 List res = new ArrayList...
分类:其他好文   时间:2015-10-25 09:37:38    阅读次数:177
在VS中自定义代码段
这个功能不怎么实用,但毕竟是VS存在的一个功能点嘛,知道一点也好!说它不怎么实用是有原因的,因为现在强大的VS编辑器拥有不计其数的插件,而且这些插件也有很多很强大的!比如Resharper,Code Assit等都有很智能的智能感知和代码格式设置的功能,真的很好用!打开VS之后,点击工具菜单,选择代...
分类:其他好文   时间:2015-10-25 00:53:19    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!