usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
namespaceConsoleApplication1
{
classProgram
{
//Main()是C#应用程序的入口点,执行这个函数就是执行应用程序;在Main()函数中执行完毕,执行过程就结束了..
在使用goaccess对squid访问日志进行分析,squid访问日志配置如下:logformatcombined%>a%[ui%[un[%tl]"%rm%ruHTTP/%rv"%>Hs%<st"%{Referer}>h""%{User-Agent}>h""-"%tr
#logformatcombined%>a%[ui%[un[%tl]"%rm%ruHTTP/%rv"%>Hs%<st"%{Referer}>h""%..
分类:
其他好文 时间:
2015-05-14 12:19:05
阅读次数:
340
在python使用importsocket后使用socket.AF_INET常量的时候发生在模块中找不到这个常量,很奇怪,在网上查了一下,在pythonimport模块的时候会根据文件的名字进行导入,我的python脚本文件名字恰巧是socket.py,这才导致了导入的socket是错误的,尽量不要让自己的python脚本和模..
分类:
Web程序 时间:
2015-05-14 12:19:40
阅读次数:
143
运行环境:CentOSrelease6.6
#uname-sr
Linux2.6.32-504.el6.x86_64
#java-version
javaversion"1.8.0_45"
Java(TM)SERuntimeEnvironment(build1.8.0_45-b14)
JavaHotSpot(TM)64-BitServerVM(build25.45-b02,mixedmode)
#./apachectl-v
Serverversion:Apache/2.2.29(Unix)
Se..
分类:
其他好文 时间:
2015-05-14 12:18:26
阅读次数:
165
usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
namespaceConsoleApplication1
{
classProgram
{
//定义结构函数
structcustomerName
{
publicstringfirstName,lastName;
publicstringname()
{
returnfirst..
全世界都在备份,您备份了吗重要资料复制几份,一份存U盘,一份存另外一台电脑手机的通讯录备份网站业务常做的两台数据库主从备份银行的三地两中心容灾备份给手机的准备一个备用电源驾车出行准备一个备胎建筑起重机的多台发动机一些关键岗位,安排两人以上…从办公电脑,银行业..
分类:
其他好文 时间:
2015-05-14 12:17:29
阅读次数:
221
$RANDOM个人理解是一个用来生成随机数的一个变量,由此编写一个脚本[root@localhostscript]#catrandom.sh#!/bin/bash#declare-iMAX=0declare-iMIN=0forIin`seq110`;doMYRANDOM=$RANDOM[$I-eq1]&&MIN=$RANDOMif[$I-le9];thenecho-n"$MYRANDOM,"elseecho"$MYRANDOM"fi[$M..
分类:
其他好文 时间:
2015-05-14 12:17:08
阅读次数:
168
vnc-win32VNC(VirtualNetworkComputer)是虚拟网络计算机的缩写。VNC是一款优秀的远程控制工具软件,由著名的AT&T的欧洲研究实验室开发的。VNC是在基于UNIX和Linux操作系统的免费的开源软件,远程控制能力强大,高效实用,其性能可以和Windows和MAC中的任何远程控制软件媲美..
分类:
系统相关 时间:
2015-05-14 12:17:29
阅读次数:
224
系统:centos6.5ip:10.19.21.241被同步端10.19.21.242同步端一.配置rsync(同步端)1.安装rsync#yuminstall-yrsync2.写rsync配置#vi/etc/rsyncd.conf
uid=root
gid=root
usechroot=no
maxconnections=0#最大连接数不限制
logfile=/var/log/rsyncd.log
pidfile=/var/run/rsyncd.p..
分类:
其他好文 时间:
2015-05-14 12:17:33
阅读次数:
137
想了一下以后文章的都从有道笔记链接过来,同时提供pdf的文件http://note.youdao.com/share/?id=22b8265f50042baefe73391f2bab4ebd&type=note
分类:
系统相关 时间:
2015-05-14 12:17:25
阅读次数:
166
1.课程目标了解什么是SELinux;掌握如何改变SELinux的模式;掌握怎样修改文件安全上下文(Context);查看和维护SELinux的Bool值;故障排解SELinux引起的问题2.SELinux简介2.1.是什么SELinux(SecurityEnhancedLinux),是由美国国家安全局(NationalSecurityAgency,NSA)领导开发的..
分类:
系统相关 时间:
2015-05-14 12:17:47
阅读次数:
396
运行环境:CentOSrelease6.6
#uname-sr
Linux2.6.32-504.el6.x86_64
#java-version
javaversion"1.8.0_45"
Java(TM)SERuntimeEnvironment(build1.8.0_45-b14)
JavaHotSpot(TM)64-BitServerVM(build25.45-b02,mixedmode)
#./apachectl-v
Serverversion:Apache/2.2.29(Unix)
Se..
分类:
Web程序 时间:
2015-05-14 12:17:15
阅读次数:
238
误差扩撒法在数据处理中经常碰到,尤其是用于图像处理中,降低色彩的深度,这个算法还是比较有用的。...
分类:
编程语言 时间:
2015-05-14 12:15:18
阅读次数:
966
View controllers 通常是 iOS 项目中最大的文件,并且它们包含了许多不必要的代码。所以 View controllers 中的代码几乎总是复用率最低的。比如UITableView常规用法如下:
传统使用方法
1. 定义数据模型
@interface LFPhoto : NSObject
@property (nonatomic,copy) NSString *name;...
分类:
其他好文 时间:
2015-05-14 12:17:18
阅读次数:
110
组合模式(Composite):将对象组合成树的结构以表示部分-整体的层次结构。组合模式使得用户对单个对象和组合对象的使用具有一致性。
树可能有无数的分支,只有反复使用Composite就可以实现树状结构了。在Component中声明所有用来管理子对象的方法,其中包括Add,Remove方法,这样实现Component接口的所有子类都具备Add,Remove方法。这样做的好处就是叶结点和枝节点相...
分类:
编程语言 时间:
2015-05-14 12:14:18
阅读次数:
140
Roman to Integer : https://leetcode.com/problems/roman-to-integer/
degree: easyGiven a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999.
罗马数字:http://zh...
分类:
其他好文 时间:
2015-05-14 12:16:46
阅读次数:
132
Gallery图片浏览
源代码下载地址:http://www.zuidaima.com/share/1550463747050496.htm...
分类:
其他好文 时间:
2015-05-14 12:16:53
阅读次数:
134