The example below shows how to use VB form/control as a container application to display a PowerPoint slideshow. It as shows how to make use of an und...
2014年6月24日 17:50:57解压redis后进入源码目录,只用执行make命令就可以完成安装了安装完成后到src目录里,将 redis-server redis-cli redis.conf redis-benchmark redis-check-aof redis-check-dump ...
分类:
其他好文 时间:
2014-06-25 14:34:54
阅读次数:
182
在官方文档中,看到这句。但不明白什么意思。let vegetable = "red pepper"switch vegetable { case "celery": let vegetableComment = "Add some raisins and make...
分类:
其他好文 时间:
2014-06-24 22:52:30
阅读次数:
400
重读《一个数学家的辩白》,犹如第一次阅读时一样,我被文中的雄心所鼓舞。“雄心是世上几乎所有最佳工作成果的驱动力。”
最高尚的雄心壮志是在自己身后留下某种永存的价值
在这平坦的沙滩上,
海洋与大地间,
我该建起或写些什么,
来阻止夜幕的降临?
告诉我神秘的字符,
去喝退那汹涌的波涛,
告诉我时间的城堡,
去规划那更久的白昼。...
分类:
其他好文 时间:
2014-06-24 22:34:16
阅读次数:
690
这里给出一个服务端和客户端,服务端可以接收多个连接,并且利用Go的杀手特性go和channel来替代select进行数据的接受。
服务端:
package main
import (
"fmt"
. "syscall"
)
func RecvRoutine(sockfd int, session chan string) {
var buffer []byte = make(...
分类:
系统相关 时间:
2014-06-24 17:53:37
阅读次数:
399
安装 http://c-ares.haxx.se/
安装 http://concurrencykit.org/
\cp build/ck.pc /usr/lib64/pkgconfig/
$ ./autogen.sh
$ ./configure
$ make
$ make check
$ sudo make install
错误1:
修改cpplint.py, def...
分类:
其他好文 时间:
2014-06-24 17:34:43
阅读次数:
294
Problem DescriptionSome days ago, I learned the concept of LCM (least common multiple). I've played with it for several times and I want to make a big...
分类:
其他好文 时间:
2014-06-24 15:01:58
阅读次数:
168
Makefile概述一、Makefile里有什么?Makefile里主要包含5个东西:显式规则、隐晦规则、变量定义、文件指示和注释1、显式规则:显式规则说明如恶化生成一个或多的目标文件,包含要生成的文件,文件的依赖文件,生成的命令2、隐晦规则:由make自动推动功能完成3、变量定义:变量一般都是字符...
分类:
其他好文 时间:
2014-06-23 00:53:52
阅读次数:
245
Caught: System.InvalidOperationException: The argument of type 'XXX' cannot be used. Make sure that it is declared on an activity. at System.Activit.....
分类:
其他好文 时间:
2014-06-23 00:18:28
阅读次数:
230
Maven是基于项目对象模型(POM),可以通过一小段描述信息来管理项目的构建,报告和文档的软件项目管理工具。发文时,绝大多数开发人员都把 Ant 当作 Java 编程项目的标准构建工具。遗憾的是,Ant的项目管理工具(作为 make的替代工具)不能满足绝大多数开发人员的需要。通过检查 Ant 构建...
分类:
其他好文 时间:
2014-06-21 16:55:41
阅读次数:
263