原文网址:http://www.cnblogs.com/51linux/archive/2012/05/23/2515299.html1
sort的工作原理sort将文件的每一行作为一个单位,相互比较,比较原则是从首字符向后,依次按ASCII码值进行比较,最后将他们按升序输出。[rocrocket@...
分类:
系统相关 时间:
2014-05-14 03:59:49
阅读次数:
354
http://www.csdn.net/tag/web%E5%BA%94%E7%94%A8
分类:
移动开发 时间:
2014-05-14 03:36:15
阅读次数:
199
摘自:http://www.cnblogs.com/risen/archive/2008/01/15/1039751.htmlpublic partial
class AlertForm : Form { /* * 在类AlertForm定义的下方, * 我们创建用于显示的字符串和其颜色的变量, *...
原文地址:http://www.chinaunix.net/jh/49/627646.html一、前言很多朋友希望利用Apache通过LDAP进行用户认证及权限管理。通过多次试验,总结出以下方法,与大家共享。配置思路:对用户通过“组(groups)”进行管理,对于需要权限控制的目录,则通过“组”进行...
分类:
其他好文 时间:
2014-05-12 22:09:31
阅读次数:
428
作者:X
Wang出处:http://www.programcreek.com/2013/09/top-10-methods-for-java-arrays/转载文章,转载请注明作者和出处The
following are top 10 methods for Java Array. They ar...
分类:
编程语言 时间:
2014-05-12 22:07:28
阅读次数:
530
HTTP 提供了许多页面缓存的方案,其中属 Etag 和 Last-Modified
应用最广。本文会先介绍 Etag 的应用场景,然后说说他在 php 和 node
中的使用。本文地址:http://www.cnblogs.com/hustskyking/p/etag-in-node.html,转...
分类:
Web程序 时间:
2014-05-12 21:27:32
阅读次数:
426
首先,这里有篇博文,讲的非常透彻,不再赘述http://www.idimmu.net/2009/10/20/creating-a-local-and-http-redhat-yum-repository/在准备好本地的rpm的repo之后,通过httpd提供服务时,通常会遇到403的异常错误。通过调研发现,这基本上是由于SELinux服务所致,解决的办法就是..
分类:
其他好文 时间:
2014-05-12 04:03:24
阅读次数:
367
邻接矩阵的图示:
构建一个这样的无向邻接矩阵。
参考网站: http://www.geeksforgeeks.org/graph-and-its-representations/
这里写了个类,增加删除图的操作。
#pragma once
#include
#include
class AdjListGraph
{
struct Node
{
int dest;
...
分类:
其他好文 时间:
2014-05-11 22:44:20
阅读次数:
378
使用ssh开发rest web服务支持http etag header的教程详解,代码下载地址:http://www.zuidaima.com/share/1777391667989504.htm...
分类:
Web程序 时间:
2014-05-11 21:43:46
阅读次数:
720
rundeck的crontab任务不同于Linux上边的,它精确到秒级别。另外它还存在几个关键的注意事项。官网链接:http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger定时任务教程介绍cronisaUNIXtoolthathasbeenaroundforalongtime,soitsschedulingcapabi..
分类:
其他好文 时间:
2014-05-11 19:19:11
阅读次数:
657