计算机领域一半是理论,一半是在理论基础之上的应用.要想深入地掌握某个方面的应用,就需要先学习那方面的理论. “搜索”是应用,其背后的理论是 "Information Retrieval".学习理论的最佳途径是读该领域的书籍和论文.上一周大概看了<Introduction to Information Retrival>这本书的前面几章,在此简单地总结. 名词解释 Information need 人们为什么要搜索?因为有需求.这种需求被称为“信息需求”.搜索技术正是满足人们
前端时间Gentoo的桌面环境出了点问题,发现自己对Linux的桌面环境了解的很少,于是恶补了一下知识,以下名词解释基本上都是来自维基百科的条目和<Linux程序设计(第三版)>.一般而言,平时的说的桌面环境是指GNOME.KDE.XFCE,而它们都是基于X窗口系统的,X窗口系统是典型的C/S结构,目前最常见的X窗口系统就是Xorg,一般使用的startx,startkde,gnome-session都是启动桌面环境的脚本,它们做的事情包含了模块的检测与加载,以及运行窗口管理器等. X Win
通过PowerShell创建SharePoint Site Collection,代码如下: Add-PSSnapin microsoft.sharepoint.powershell function CreateTeamSite() { $webApps = Get-SPWebApplication $webAppsUrl = $webApps.Url ) { Write-Host "You have only one web application:" Write-Host $we
Terminology 名词解释 To stay sane and communicate effectively we try hard to use consistent terminology throughout the pieces of the project. Please let us know if things here are confusing or lacking. blob [#] an immutable sequence of 0 or more bytes, w
名词解释 LAMP The LAMP software bundle (here additionally with Squid). A high performance and high-availability solution for a hostile environment LAMP是指一组通常一起使用来运行动态网站或者服务器的自由软件名称首字母缩写: · Linux,操作系统: · Apache,网页服务器: · MariaDB或MySQL,数据库管理系统(或者数据库服务器): ·