otp (one-time
password)http://tools.ietf.org/html/rfc4226相应协议unified push
serverhttps://github.com/aerogear/aerogear-unifiedpush-server
分类:
移动开发 时间:
2014-04-30 18:51:28
阅读次数:
500
happens-beforerelation on memory operations
such as reads and writes of shared variables. The results of a write by one
thread are guaranteed to be .....
分类:
移动开发 时间:
2014-04-29 16:38:32
阅读次数:
511
Download .NET
Profilerhttp://www.yourkit.com/dotnet/download/dotTrace 5.5
Performancehttp://www.jetbrains.com/profiler/
分类:
Web程序 时间:
2014-04-29 16:36:27
阅读次数:
448
2014-04-29
02:27题目:找出10亿个数中最小的100万个数,假设内存可以装得下。解法1:内存可以装得下?可以用快速选择算法得到无序的结果。时间复杂度总体是O(n)级别,但是常系数不小。代码:
1 // 18.6 Find the smallest one million number....
分类:
其他好文 时间:
2014-04-29 14:27:13
阅读次数:
665
TCP连接传输控制协议(TCP)是一个面向连接的协议,它保证了两台计算机之间数据传输的可靠性和顺序。TCP是一种传输层协议,它可以让你将数据从一台计算机完整有序地传输到另一台计算机。Node.js这个框架的出发点就是为了网络应用开发所设计的。如今,网络应用都是用TCP/IP协议进行通信的。Node
...
分类:
Web程序 时间:
2014-04-29 11:31:47
阅读次数:
784
public class Facade { /** * @param args 外观模式 */ One
one; Two two; Three three; public Facade() { one=new One(); two=new Two();
three=new Three()...
分类:
其他好文 时间:
2014-04-29 11:15:47
阅读次数:
238
【广搜模板】#include #include #include #include using
namespace std;#define MAXX #define MAXYstruct Node{ int x,y; int step;};int n,m;
//边界int dx[4...
分类:
其他好文 时间:
2014-04-29 11:14:46
阅读次数:
334
这个算是不算完结的完结吧,前段时间也是看了好久的Node相关的东西,总想着去整理一下,可是当时也没有时间;现在看来在整理的话,就有些混乱,自己也懒了,就没在整理,只是简单的记录一下一、demo的简单介绍这次demo,只涉及到简单的curd操作,用到的数据库是mongo,所以要安装mongo数据库,数...
分类:
Web程序 时间:
2014-04-29 11:11:47
阅读次数:
425
oracle博大精深,今天学习了高级队列。enqueue
分类:
数据库 时间:
2014-04-29 09:45:46
阅读次数:
341
1. Z. Skalak, On the regularity of the solutions to
the Navier-Stokes equations via the gradient of one velocity component,
Nonlinear Analysis, 104 (2...
分类:
其他好文 时间:
2014-04-29 09:27:47
阅读次数:
364