最近在看 SIGGRAPH2015 有关 VR Display and Interaction 的几篇文章,之前从来没看过有关方面的 paper,一看才发现专业词汇太多了,根本不懂啊,幸亏 Paper Reading 的要求不高。用百度,Google翻译一些短语,结果也不对劲。从 可穿戴设备网找到这...
分类:
其他好文 时间:
2015-08-11 17:47:45
阅读次数:
245
/*Author: Jiangong SUN*/As I've manipulated a lot of data using SQL data reader in recent project. And people says it's not good to access the data by...
分类:
数据库 时间:
2015-08-11 13:57:03
阅读次数:
210
今天在安装软件的时候出现了Package has no installation candidate的问题,如: #? apt-get install <packagename> Reading package lists... Done Building dependency tree... Done Package aptitude is not...
分类:
系统相关 时间:
2015-08-10 22:29:21
阅读次数:
183
Recommended Reading Lists for Junior Programmer
(1) C And C++
(2) FreeBSD
(3) General And Software EngineeringLinux
(4) Linux
(5) MAC OS
(6) Misc
(7) Multi-threads
(8) Network, TCP/IP
(9) QT
(...
分类:
其他好文 时间:
2015-08-09 14:13:51
阅读次数:
244
题目:http://poj.org/problem?id=3320
题意:给定N个元素的数组,找出最短的一段区间使得区间里面的元素种类等于整个数组的元素种类。
分析:暴力枚举区间的起点x,然后找到最小的y,使得区间[x,y]满足条件,x向有移位后变成x',现在的y'肯定不至于在y的左边。存状态的话map和hash都可以。
map代码:
#include
#include
#includ...
分类:
其他好文 时间:
2015-08-07 23:58:49
阅读次数:
471
CodeForces 567B Berland National Library(模拟)(简单)Berland National Library has recently been built in the capital of Berland. In addition, in the library you can take any of the collected works of Berland leaders, the library has a reading room....
分类:
其他好文 时间:
2015-08-07 14:48:09
阅读次数:
143
今天线上mysql报错,连不上了,报错信息大致为LostconnectiontoMySQLserverat‘readinginitialcommunicationpacket。然后在网上找了些解决办法,这边一个一个来说明,方便以后在遇到这样的问题不知道怎么解决:最后查找到的原因是/var/lib/mysql/下面的mysql.sock不见了,为什么..
分类:
数据库 时间:
2015-08-05 13:11:46
阅读次数:
466
DescriptionRead the program below carefully then answer the question.#pragma comment(linker, "/STACK:1024000000,1024000000")#include #include#include ...
分类:
其他好文 时间:
2015-08-01 17:06:11
阅读次数:
115
前言
在 VirtualBox 4.1.10 软件中安装 openSUSE 12.1 操作系统后,它已经自带了 VBoxGuestAdditions 4.1.4,如下所示:
ben@vbox:~> zypper search virtualbox-guest
Loading repository data...
Reading installed packages...
S | Name...
分类:
其他好文 时间:
2015-07-28 08:00:00
阅读次数:
168
自己的虚拟机集群,一次强制关机后,发现slave2的zookeeper起不来了
下午5点29:53.411 INFO org.apache.zookeeper.server.quorum.QuorumPeerConfig
Reading configuration from: /var/run/cloudera-scm-agent/process/517-zookeeper-server...
分类:
数据库 时间:
2015-07-27 18:54:00
阅读次数:
939