Linux大棚版vimrc配置—V2.0版本,如下: [shell] $cat .vimrc “==
“Author :roc “Website:roclinux.cn “Version:2.0 “== “vim支持go语言 - 开始 “关闭文件类型检测功...
分类:
系统相关 时间:
2014-05-19 21:45:21
阅读次数:
496
This work was partially performed when the first
author wasa visitor at NCSU, supported by a fellowship from the Universityof
Pisa and MURST, Italy.Th...
分类:
其他好文 时间:
2014-05-17 21:20:32
阅读次数:
342
/** * 事件接口 即被观察者 * * @author Host * */ public
interface Event { void attach(Listener listener); void detach(Listener
listener); void notifyListener();...
分类:
其他好文 时间:
2014-05-17 18:33:38
阅读次数:
423
转自:http://phinecos.cnblogs.com/ 1
#!/usr/bin/python 2 #coding=utf-8 3 4 #@author:dengyike 5 #@date:2010-09-28 6
#@version:1.0 7 #@description:...
分类:
编程语言 时间:
2014-05-17 15:06:38
阅读次数:
405
#!/usr/bin/envpython
#-*-coding:UTF-8-*-
"""
@Item:IOCtl
@Author:VilliamSheng
@Group:PythonDEVGroup
@Date:2013-05-29
@Funtion:
CPUcontrol:
TocontrolforCPU
"""
importos,sys,time,libvirt,traceback,commands
‘‘‘
Func:Recorderrormessage
path:Messagesavepath
form..
分类:
其他好文 时间:
2014-05-16 02:46:57
阅读次数:
504
一、脚本的书写规范在前文中写过一个脚本first.sh,用来创建一个用户,这里新创建一个脚本useradd.sh,用来创建多个用户,用户名和密码相同:#nanouseradd.sh#!/bin/bash
#Author:Mickey//指定作者
#Date:2014-5-14//指定日期
#Version:0.0.1//指定版本
#Description:AddUse..
分类:
其他好文 时间:
2014-05-16 02:25:54
阅读次数:
334
今天刚学习了通过自定义注解+拦截器实现权限控制,自己花了点时间整理,发到网站同网友交流分享。
一、定义一个自定义注解类
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* 自定义注解
* @author grace
*
*/
@Retention(Reten...
分类:
其他好文 时间:
2014-05-15 23:10:58
阅读次数:
448
快要毕业了,之前学习的设计模式没有想到这么重要,马马虎虎就应付过去了,现在重新学习一下。在这里写一下自己所理解的装饰模式,语言不多,看代码吧……package
decorator;/** * User.java * 定义一个接口,规定好一个方法,以后所有的类都去实现或重写这个方法 * @author...
分类:
编程语言 时间:
2014-05-15 21:13:37
阅读次数:
371
1、PIL包推荐Pillow。2、源码:#encoding=utf-8
#author:walker
#date:2014-05-15
#function:更改图片尺寸大小
importos
importos.path
fromPILimportImage
‘‘‘
filein:输入图片
fileout:输出图片
width:输出图片宽度
height:输出图片高度
type:输出图片类型(png,gif,jpeg.....
分类:
编程语言 时间:
2014-05-15 19:07:57
阅读次数:
266
02//地址:http://static.xiaomi.cn/51503//@author:liuzh04//@url:http://blog.csdn.net/isea53305varstart
= 10000000;06varautoEgg = {07start:function(){08//5...
分类:
移动开发 时间:
2014-05-15 17:19:19
阅读次数:
444