码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
Android XListView下拉刷新、上拉载入更多
source code:https://github.com/Maxwin-z/XListView-Android提供了两个接口:a) IXListViewListener: 触发下拉刷新、上拉载入更多b)OnXScrollListener: 这个和原生的OnScrollListener一样,但是在...
分类:移动开发   时间:2014-10-06 02:02:19    阅读次数:238
Method, apparatus, and system for speculative abort control mechanisms
An apparatus and method is described herein for providing robust speculative code section abort control mechanisms. Hardware is able to track speculat...
分类:移动开发   时间:2014-10-06 00:30:29    阅读次数:531
Method, apparatus, and system for speculative abort control mechanisms
An apparatus and method is described herein for providing robust speculative code section abort control mechanisms. Hardware is able to track speculat...
分类:移动开发   时间:2014-10-06 00:11:09    阅读次数:378
C++ Traits 技术
Tarits,特性的复数。c++萃取技术就是指它。实现方式是模板特化。 STL中涉及到iterator的地方经常能用到它。 自己简单地实现了一下,见下面代码。 {CSDN:CODE:479615}...
分类:编程语言   时间:2014-10-05 22:09:19    阅读次数:183
Entity Framework Demo简单搭建环境
?? Entity Framwork(实体框架,简称EF)是ORM(Object Relational Mapping,对象映射关系)的一个解决方案。 EF允许项目将数据库的表映射为实体,并封装了操作方法,方便开发人员直接操作数据库。 EF有三种开发模式,分别是: Database First(数据库先行): 将已存在的数据库中的表映射为实体; Code First(代码先行):先编写代...
分类:其他好文   时间:2014-10-05 17:07:28    阅读次数:167
Code the Tree
Time Limit:1000MSMemory Limit:65536KTotal Submissions:2292Accepted:878DescriptionA tree (i.e. a connected graph without cycles) with vertices numbered...
分类:其他好文   时间:2014-10-05 16:49:58    阅读次数:154
反思之技术实现(一)-Data architechture
考虑到使用Entity Framework 5 or up, EF项目构建有两种模式:Db first 和 Code first。顾名思义,Db first就是先设计好数据库框架,然后由VS edmx模型导出相应的数据Models,最终实现各种Business logic services;Co.....
分类:其他好文   时间:2014-10-05 02:01:47    阅读次数:302
[13年迁移]兼容片段
if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); }else {// code for IE6, IE5 xmlhttp=new A.....
分类:其他好文   时间:2014-10-04 23:52:27    阅读次数:148
rsvndump --从远程svn仓库备份svn文档
最近淘宝code越来越不给力了,没事总是500 Internal Server Error,已经严重影响工作效率了,最近svn服务器也搭好了于是决定迁移。 去网上调查了一下,发现一般是在sever端使用svndump命令dump出一个库来实现svn...
分类:其他好文   时间:2014-10-04 22:16:27    阅读次数:413
delphi Json操作
Creating a Simple JSON ObjectThe following code segment demonstrates the creation of a simple JSON object containing one JSON pair. Once this object i...
分类:Web程序   时间:2014-10-04 21:00:07    阅读次数:731
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!