questionI'm playing with a standalone ruby application and can't configure Mongoid 3.0.13 to work.I've run across a couple example apps that have conf...
分类:
其他好文 时间:
2014-07-19 15:29:05
阅读次数:
260
1 procedure connect_np_server(); 2 var 3 addr: sockaddr_in; 4 ver: WORD; 5 dt: WSADATA; 6 begin 7 MAKEWORD(1, 1); 8 WSAStartup(ve...
分类:
其他好文 时间:
2014-07-16 18:23:43
阅读次数:
145
I've heard there was a secret chordThat David played, and it pleased the LordBut you don't really care for music, do you?It goes like thisThe fourth, ...
分类:
其他好文 时间:
2014-07-16 17:03:36
阅读次数:
251
Top 10 Uses For A Message QueueGeese love queues.(Image by D.Hilgart)We’ve been working with, building, and evangelising message queues for the last y...
分类:
其他好文 时间:
2014-07-13 20:12:21
阅读次数:
200
plist 中的每一页 utteranceSting 我们都创建了一个RWTPage.displayText。因此,每页的文本会一次性地显示出来。由于You’ve constructedeach RWTPage.displayTextfrom the combined utteranceStringsfor the page in the plist. So, your page view dis...
分类:
移动开发 时间:
2014-07-12 17:28:28
阅读次数:
315
1,介绍Collection框架的结构..
框架的完整结构(Collection)
1.类集框架最大的接口:Collection、Map、Iterator、Enumeration
2.Collection:存放单值
|- List:允许有重复内容,有序
|- ArrayList:异步处理,新的操作类,非线程安全。
|- Ve...
分类:
其他好文 时间:
2014-07-10 19:44:59
阅读次数:
216
1. [代码][JavaScript]代码 /*!* jLim Core** jLim is a small JavaScript base code. It can be used to built your own* JavaScript library or framework.** @ve....
分类:
编程语言 时间:
2014-07-09 18:52:21
阅读次数:
264
在这里我只放我的模板和一些我个人的“理解”。。最大流测试题:usaco草地排水EK:时间复杂度:O(VE^2)代码复杂度:最易代码:#include #include #include using namespace std;#define CLR(a) memset(a, 0, sizeof(a)...
分类:
其他好文 时间:
2014-07-02 20:54:22
阅读次数:
276
在官网下载genymotion http://www.genymotion.cn/
然后进行以下操作
1.如果本机没有virtualbox 下载一个 可以通过指令 sudo apt-get install virtualbox-qt 进行下载
2. 将下载的genymotion做以下操作
chmod +x [INSTALLER_PATH]/genymotion-[VE...
分类:
系统相关 时间:
2014-07-02 07:40:41
阅读次数:
317
#include
#include
#define INITITY 999//最大值
#define VERTEX 20//最多顶点个数
#define FALSE 0
#define TURE 1
#define size 30
#define OVERFLOW -1
typedef struct ArcCell{
int adj;//权值类型
}ArcCell,AdjMatrix[VE...
分类:
其他好文 时间:
2014-06-30 19:44:49
阅读次数:
313