码迷,mamicode.com
首页 > 2015年12月06日 > 全部分享
DbContext 那些事 —— 数据库初始化
数据库初始化上图,这个图解释了,数据库初始化的流程,是基于我们在上下文类中的构造函数中传递的参数。在上面的图中,context类中的base构造器中,可以填入下面的参数:无参数(No Parameter)数据库的名字(Database Name)连接字符串的名字(Connection String ...
分类:数据库   时间:2015-12-06 13:07:18    阅读次数:386
[LeetCode]Implement Trie (Prefix Tree)
class TrieNode { // Initialize your data structure here. TrieNode[] child; boolean isWord; public TrieNode() { child = new TrieNode...
分类:其他好文   时间:2015-12-06 13:06:50    阅读次数:137
cdoj 1255 斓少摘苹果 贪心
斓少摘苹果Time Limit: 20 SecMemory Limit: 256 MB题目连接http://acm.uestc.edu.cn/#/problem/show/1255Description斓少家的院子里有N棵苹果树,每到秋天树上就会结出Fi个苹果。苹果成熟的时候,斓少就会跑去摘苹果。斓...
分类:移动开发   时间:2015-12-06 13:08:36    阅读次数:191
1075. PAT Judge (25)
The ranklist of PAT is generated from the status list, which shows the scores of the submittions. This time you are supposed to generate the ranklist ...
分类:其他好文   时间:2015-12-06 13:09:04    阅读次数:240
1095. Cars on Campus (30)
(模拟题)时间限制220 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueZhejiang University has 6 campuses and a lot of gates. From each gate we can collect th...
分类:其他好文   时间:2015-12-06 13:07:08    阅读次数:213
用Qemu模拟vexpress-a9 --- 配置 qemu 的网络功能
分类:其他好文   时间:2015-12-06 13:06:53    阅读次数:536
1063. Set Similarity (25)遍历map
Given two sets of integers, the similarity of the sets is defined to be Nc/Nt*100%, where Nc is the number of distinct common numbers shared by the tw...
分类:其他好文   时间:2015-12-06 13:07:43    阅读次数:165
cdoj 1256 昊昊爱运动 预处理/前缀和
昊昊爱运动Time Limit: 20 SecMemory Limit: 256 MB题目连接http://acm.uestc.edu.cn/#/problem/show/1256Description昊昊喜欢运动他N天内会参加M种运动(每种运动用一个[1,m]的整数表示)舍友有Q个问题问昊昊第l天...
分类:其他好文   时间:2015-12-06 13:08:21    阅读次数:138
WPF的Binding学习笔记(一)
原文: http://www.cnblogs.com/pasoraku/archive/2012/10/20/2732427.html一、binding的一般步骤 1,准备数据源 数据源需要实现INotifyPropertyChanged接口 例如:class Person : INotifyP.....
分类:Windows程序   时间:2015-12-06 13:06:37    阅读次数:239
1102. Invert a Binary Tree (25)
反转二叉树就是左右节点互换层遍历使用队列实现中序遍历递归实现The following is from Max Howell @twitter:Google: 90% of our engineers use the software you wrote (Homebrew), but you ca...
分类:其他好文   时间:2015-12-06 13:06:49    阅读次数:224
Android FM学习中的模块 FM启动过程
最近的研究FM模,FM是一家值我正在学习模块。什么可以从上层中可以看出。上层是FM按钮的操作和界面显示,因此调用到FM来实现广播收听的功能。 看看Fm启动流程:例如以下图:先进入FMRadio.java类,onCreate初始化一些数据。画出FM界面。启动fm在onStart()方法里启动FMRa....
分类:移动开发   时间:2015-12-06 13:07:18    阅读次数:367
额企鹅去
asd a
分类:其他好文   时间:2015-12-06 13:07:07    阅读次数:109
AngularJS的指令用法
scope的绑定策略:@ :把当前属性作为字符串传递,你还可以绑定来自外层scope的值,在属性值中插入 {{}}即可示例代码:scopeAt.html scopeAt.jsvar myModule = angular.module("MyModule", []...
分类:Web程序   时间:2015-12-06 13:06:07    阅读次数:207
1069. The Black Hole of Numbers (20)
For any 4-digit integer except the ones with all the digits being the same, if we sort the digits in non-increasing order first, and then in non-decre...
分类:其他好文   时间:2015-12-06 13:03:49    阅读次数:142
1099. Build A Binary Search Tree (30)
freopen("Text.txt", "r", stdin); 输入输出重定向,神器建立二叉树,注意中序遍历和指针的使用 时间限制100 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA Binary Search Tree (BST) is ...
分类:其他好文   时间:2015-12-06 13:04:17    阅读次数:140
iOS开发-多线程-GDC的基本使用
iOS开发多线程篇—GCD的基本使用一、主队列介绍主队列:是和主线程相关联的队列,主队列是GCD自带的一种特殊的串行队列,放在主队列中得任务,都会放到主线程中执行。提示:如果把任务放到主队列中进行处理,那么不论处理函数是异步的还是同步的都不会开启新的线程。获取主队列的方式:dispatch_queu...
分类:移动开发   时间:2015-12-06 13:04:28    阅读次数:226
cdoj 1253 阿里巴巴和n个大盗 博弈论
阿里巴巴和n个大盗Time Limit: 20 SecMemory Limit: 256 MB题目连接http://acm.uestc.edu.cn/#/problem/show/1253Description阿里巴巴和n个大盗来到了一个藏满宝石的洞穴。洞里一共有m颗价值连城的宝石,每一颗都等价。盗...
分类:其他好文   时间:2015-12-06 13:06:04    阅读次数:144
889条   上一页 1 ... 28 29 30 31 32 33 34 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!