NFS是Network File System的缩写,即网络文件系统,这里不再详细讲解NFS的配置,具体配置看这篇博客CentOS
6 nfs共享存储配置。这里重点说的是在服务器端共享多个文件夹。
1、配置/etc/exports文件
假设服务器端要共享的目录是/var/shared/folder1 和 /var/shared/folder2。客户端要分别将这两个目录挂载到 /var/fo...
分类:
Web程序 时间:
2015-04-07 21:47:44
阅读次数:
340
有时候我们会引用一些外部assembly.这个时候系统会报不是有效的win32程序。此时需要在IIS7里做些设置1. Inside IIS (7)click on Application Pools.2. Find the Application Pool that is configured fo...
分类:
Web程序 时间:
2015-04-07 19:16:34
阅读次数:
151
Description
A word cloud (or tag cloud) is a visual representation of textual data based on a weighted metric. In the above cloud (which is based on this year's list of Mid-Central teams), the fo...
分类:
其他好文 时间:
2015-04-07 17:45:51
阅读次数:
163
这5道题都是array的binary search就可以搞定了
分别是leetcode(35)——Search
Insert Position leetcode(33)——Search
in Rotated Sorted Array leetcode(81)——Search
in Rotated Sorted Array II leetcode(34)——Search
fo...
分类:
其他好文 时间:
2015-04-07 15:38:47
阅读次数:
103
SQL injectionis acode injectiontechnique, used toattackdata-driven applications, in which malicious SQL statements are inserted into an entry field fo...
分类:
数据库 时间:
2015-04-05 15:48:34
阅读次数:
233
packagecom.Thread;publicclassJion_yield {publicstaticvoidmain(String[] args)throwsException {Test tes =newTest();Thread t =newThread(tes);t.start();fo...
分类:
编程语言 时间:
2015-04-03 14:43:35
阅读次数:
139
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:
其他好文 时间:
2015-04-02 14:48:37
阅读次数:
163
UIColorUIColor *color = [UIColor greenColor];newColor = [color colorWithAlphaComponent:0.3];// alpha 表示透明度,1表示不透明,0表示全透明UIFont系统推荐字体(建议用于正文)UIFont *fo...
分类:
其他好文 时间:
2015-04-01 01:39:20
阅读次数:
146
The C++ executable module examplesThis page provides usage examples for the executable module. Extended documentation for all of the options can be fo...
分类:
其他好文 时间:
2015-03-31 22:03:05
阅读次数:
828
开始是使用file_get_contents,和file_put_contents()读取和写入文件,结果当同一时间大量请求时,文件内容就会出现重置为空的现象,导致原始内容丢失网上找了个解决办法,经修改如下:function pageCount($fileName){ if ($fp = fo...
分类:
其他好文 时间:
2015-03-31 19:36:18
阅读次数:
153