Problem Description
There are n types of cells in the lab, numbered from 1 to n. These cells are put in a queue, the i-th cell belongs to type i. Each time I can use mitogen to double the cells in ...
分类:
其他好文 时间:
2014-08-25 01:13:03
阅读次数:
321
Problem Description
There are n types of cells in the lab, numbered from 1 to n. These cells are put in a queue, the i-th cell belongs to type i. Each time I can use mitogen to double the cells in ...
分类:
其他好文 时间:
2014-08-25 01:12:13
阅读次数:
273
概述:提供中断控制器,用于总体管理异常,称之为“嵌套向量中断控制器:Nested Vectored Interrupt Controller (NVIC) VIC:中断管理器; NVIC:内嵌中断管理器,将中断嵌套进入内核; 带来的优势:1、响应速度提高; 2、标准化,统...
分类:
其他好文 时间:
2014-08-24 22:06:33
阅读次数:
277
今天碰到一个文件,就是sqlite数据不能把db创建在别的目录下。找了好久不得其解。后来换了一个sqlite jar包就好了。原来我用的是sqlite-nested 内嵌的jar包。换成这里的包http://sqlite.org/download.html就可以了。-----------------...
分类:
数据库 时间:
2014-08-24 11:29:12
阅读次数:
177
我们来讨论一下,在iOS开发中,如何实现从app1打开app2。
基本的思路就是,可以为app2定义一个URL,在app1中通过打开这个URL来打开app2,在此过程中,可以传送一些参数。下面来讨论一下具体的实现过程。
1. 在app2的info.plist中定义URL,就是在文件中添加URL types一项。可按下图进行添加。
2. ...
分类:
移动开发 时间:
2014-08-22 16:21:09
阅读次数:
251
iphone应用之间调用步骤: 1)在plist文件中,注册对外接口 在xcode group&files 里面,展开 resources选择info.plist 鼠标右击information property list ,然后从列表中选择URL types 右击 add row 添加一个对象(....
分类:
移动开发 时间:
2014-08-22 15:47:58
阅读次数:
205
Variables: Descriptive_NameConstants:Descriptive_NameUser-defined types:Type Descriptive_Name Descriptive_Name End TypeEnumer...
分类:
其他好文 时间:
2014-08-22 10:34:25
阅读次数:
151
例子:@{Html.Telerik().Splitter().Name("MainSplitter") .Orientation(SplitterOrientation.Vertical) .Panes(vPanes => { vPanes.Add() ...
分类:
其他好文 时间:
2014-08-21 11:13:03
阅读次数:
171
JavaScript 的function 不仅仅是一等公民,简直就是特殊公民。它有许多独特的特征:1) 它是object,可以存储,传递,附加属性。2) 它可以有lexical closure, 是事件处理,和OOP encapsulation 的方便工具。3) 它可以匿名,然后通过变量名或者依附于...
分类:
编程语言 时间:
2014-08-20 16:14:42
阅读次数:
184
SELECT * FROM pa_projects_all; --项目
SELECT * FROM pa_project_types; --项目类型
SELECT * FROM pa_project_statuses; --项目状态
SELECT * FROM pa_project_options; --项目选项
SELECT * FROM pa_lookups
l W...
分类:
其他好文 时间:
2014-08-20 00:05:06
阅读次数:
348