## if (I am a Programmer || I have a strong sense of time) I use ag___##1. 安装命令行ag(代码中行首的“\\”是多余的)```bash\#!/usr/bin/env bash\#Author Leslie Guan\#ma....
分类:
其他好文 时间:
2014-06-21 07:55:03
阅读次数:
241
When you know that a certain condition will not change throughout the life of the program, it makes sense to test the condition only once. Browser sni...
分类:
编程语言 时间:
2014-06-18 22:35:12
阅读次数:
341
Open vSwitch with SSL and Mininet By default, Mininet uses the unencrypted port in Open vSwitch for OpenFlow. This makes total sense since the purpose...
分类:
Web程序 时间:
2014-06-15 21:39:36
阅读次数:
367
1.关于时间1 SELECT GETDATE()2 SELECT DATEPART(d,'2014-05-20 14:20:55.347')3 SELECT DATEDIFF(d,'2014-05-20 14:20:55.347','2014-06-20 14:20:55.347')4 SELECT...
分类:
数据库 时间:
2014-06-15 20:22:02
阅读次数:
237
前面结束了关于 learning 部分一些粗浅的讨论,我们大概明白了一些 learning 中
common sense/techniques。剩下的部分我们分为 causality 和 utility 两部分。Koller
的课程上面稍微涉及了一些后者的东西,不过觉得前者也挺有意思的,顺便了解一些...
分类:
其他好文 时间:
2014-06-08 22:59:36
阅读次数:
295
Problem Description
Given a list of phone numbers, determine if it is consistent in the sense that no number is the prefix of another. Let’s say the phone catalogue listed these numbers:
1. Emergenc...
分类:
其他好文 时间:
2014-06-08 10:31:22
阅读次数:
234
The Actor is the unit of execution in Akka.
Actors are object-oriented in the sense that they encapsulate state and
behavior, but they have much stron...
分类:
其他好文 时间:
2014-06-06 10:37:41
阅读次数:
344
读取Telosb内部传感器数据,并在计算机上显示。senseC.nc代码如下: 1
#include "Timer.h" 2 #include "sense.h" 3 #include "printf.h" 4 5 module senseC
6 { 7 uses{ 8 i...
分类:
其他好文 时间:
2014-05-15 10:23:47
阅读次数:
224