昨天还用的好好的VSS今天早上一来就提示:Cannot find SS.INI file for user ***度娘了一下,好像都是说的:1,vss\users\***\ 下无文件SS.INI若无从别处copy一个2,vss\users\***\ 下有文件SS.INI修改vss下users.txt...
分类:
其他好文 时间:
2014-08-05 09:27:08
阅读次数:
170
参考文献:
Harley Hahns:Guide to Unix and Linux, Chap 24
——》首先要有的关键概念:the amount of "disk space" used by a file is not the same as the amount of data in the file.
——》其次,理解在file system和disk(or ot...
分类:
其他好文 时间:
2014-08-04 21:37:08
阅读次数:
223
1、uptime
[root@smgsim02 ~]# uptime
15:08:15 up 98 days, 4:19, 2 users, load average: 0.07, 0.29, 0.14
当前时间 系统运行至今的时间 多少用户登录当前系统 分别是1分钟,5分钟,15分钟前至今的负载情况
load average是队列平均长度,在队列中等待执行的进程数...
分类:
系统相关 时间:
2014-08-04 17:48:07
阅读次数:
400
http://developer.android.com/guide/topics/media/exoplayer.html前言:Playing videos and music is a popular activity on Android devices. The Android framew...
分类:
移动开发 时间:
2014-08-04 17:22:37
阅读次数:
764
\\2014-08-01 xx消费者版被拒1、Your app contains a feature to scan the codes - where can the users obtain this code?大致定位:扫码功能,扫码的来源来自哪?处理方案:回复苹果解释扫描烟包右侧的条形码,即...
分类:
移动开发 时间:
2014-08-04 13:37:57
阅读次数:
254
参考论文:1、A Practical Guide to TrainingRestricted Boltzmann Machines2、Classification using Discriminative Restricted Boltzmann Machines 目前研究火热的深度学习中,RBM(...
分类:
其他好文 时间:
2014-08-03 17:44:35
阅读次数:
498
前言:配置mahout花了挺多时间的,主要是在一些小的问题上浪费了很多时间。1.下载mahout 下载地址:http://mahout.apache.org 我下载的最新版:mahout-distribution-0.92.把mahout解压到你想存放的文档,我是放在/Users/jia/Docu....
分类:
其他好文 时间:
2014-08-03 15:11:55
阅读次数:
415
1 find find({查询条件},{"key":1,"email":1})? 后面表示返回哪些键 2 可用的比较操作符 $lt , $lte,$gt,$gte 比如db.users.find({"age":{"$gte":18,"$lte":30}}) 3不等于 find(...{"key":{"$ne":"value"}} 4 ...
分类:
数据库 时间:
2014-08-03 10:23:35
阅读次数:
312
CUDA C编程入门系列文章是CUDA C Programming guide的翻译,同时也会加入一些个人的理解。由于刚刚接触CUDA编程,对此领域不是很熟悉,翻译的质量和正确与否不能保证,不过如果读者发现哪里有误,欢迎指正。CUDA C编程入门文档结构:第一章:介绍-关于CUDA的总体介绍。第二章...
分类:
其他好文 时间:
2014-08-02 23:06:24
阅读次数:
244
Core Image Programming Guide--图像编程指南 一、介绍Core Image是一个处理和分析图像的技术,被设计用来提供接近实时处理静态和视频图像。Core Image隐藏了低级的graphics 处理过程,提供了一个易于使用的程序界面(API)。你不需要...
分类:
移动开发 时间:
2014-08-02 20:39:54
阅读次数:
400