IMAP IMAP(Internet Mail Access Protocol,Internet邮件访问协议)以前称作交互邮件访问协议(Interactive Mail Access Protocol)。IMAP是斯坦福大学在1986年开发的一种邮件获取协议。它的主要作用是邮件客户端(例如MS Ou ...
分类:
其他好文 时间:
2017-08-21 18:50:44
阅读次数:
212
在研究非真实感绘制相关算法时,水彩画算法是第一个開始看的,只是却拖到最后总结。水彩画还是挺不好模拟的,里面涉及的算法比較多,本文实现的水彩画算法主要參考以下两篇文章,《Interactive watercolor rendering with temporal coherence and abstr ...
分类:
编程语言 时间:
2017-08-20 21:11:07
阅读次数:
421
1. Memcached简介 Memcached是以LiveJurnal旗下Danga Interactive公司的Bard Fitzpatric为首开发的高性能分布式内存缓存服务器。其本质上就是一个内存key-value数据库,但是不支持数据的持久化,服务器关闭之后数据全部丢失。Memcached ...
分类:
系统相关 时间:
2017-08-15 15:16:11
阅读次数:
218
今天要介绍的是Leaflet——an open-source javaScript library for mobile-friendly interactive maps,一个用于兼容移动端交互地图的开源JS库。 Leaflet 是一个很容易上手的语言库,即使是初学者的JavaScript开发人员 ...
分类:
其他好文 时间:
2017-08-11 22:01:37
阅读次数:
213
1. 首先用help理解su, sudo su, sudo 2. 其次理解"login shell" and "interactive shell". "When Bash starts executes the commands in a variety of different scripts. ...
分类:
系统相关 时间:
2017-08-11 19:00:34
阅读次数:
146
Shell编程 摘要: Shell历史 Shell的作用是解释用户的命令,用户输入一条命令,Shell就解释执行一条,这条方式称为交互式(interactive),Shell还有一种执行命令的方式称为批处理(batch),用户事先写一个Shell脚本(script),其中有很多条命令,让Shell一 ...
分类:
系统相关 时间:
2017-08-08 00:25:08
阅读次数:
252
Data visualizations are a lot more interesting when they’re interactive. Whether it’s clicks, roll overs, or drags, it makes things more compelling, a ...
分类:
其他好文 时间:
2017-08-06 19:30:40
阅读次数:
159
This is an interactive problem. You should use flush operation after each printed line. For example, in C++ you should usefflush(stdout), in Java you ...
分类:
其他好文 时间:
2017-07-27 01:01:39
阅读次数:
294
pwd显示当前路径 rm 命令 "rm -f" 强行删除,忽略不存在的文件,不提示确认。(f为force的意思) "rm -i" 进行交互式删除,即删除时会提示确认。(i为interactive的意思) "rm -r" 将参数中列出的全部目录和子目录进行递归删除。(r为recursive的意思) " ...
分类:
系统相关 时间:
2017-07-21 20:40:56
阅读次数:
467
http://donovanbrown.com/post/auto-start-build-agent-in-interactive-mode Problem: I need my build agent to auto login and start in interactive mode. So ...
分类:
其他好文 时间:
2017-07-15 15:00:35
阅读次数:
209