1 package com.study.mode; 2 /** 3 * 单例模式: 懒汉式,需要的时候创建。 4 * @ClassName: SingleBean2 5 * @author BlueLake 6 * @date 2012年9月5日 下午9:08:21 7 */ 8 public cl... ...
分类:
编程语言 时间:
2017-09-10 17:41:44
阅读次数:
292
1 package com.study.reflect; 2 3 import java.lang.reflect.Field; 4 /** 5 * 反射,获取属性 6 * @ClassName: FieldDemo 7 * @author BlueLake 8 * @date 2015年9月10日... ...
分类:
编程语言 时间:
2017-09-10 17:38:51
阅读次数:
221
一·jenkins.war包放置在D:\software\study\jenkins-2.77\Jenkins目录下,则打开cmd,进入D:\software\study\jenkins-2.77\Jenkins目录下,输入命令: java -jar jenkins.war ,就可以启动jenkin ...
分类:
其他好文 时间:
2017-09-10 13:29:21
阅读次数:
153
Problem Description Our geometry princess XMM has stoped her study in computational geometry to concentrate on her newly opened factory. Her factory h ...
分类:
其他好文 时间:
2017-09-09 13:04:28
阅读次数:
173
最近,在编辑.NET3.5版本代码是,突然爆出错误。 查处是跟参照有关。 在过去的.vbproj文件中,有如下参照 <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral ...
分类:
其他好文 时间:
2017-09-07 12:07:01
阅读次数:
233
#!/bin/bash
#Thefirstdayoflearning
#取0-9的随机数
declare-inumBer=$RANDOM*10/32768&&echo${numBer}
分类:
其他好文 时间:
2017-09-06 23:01:00
阅读次数:
198
六周第三次课(9月6日)9.6/9.7awk扩展把这里面的所有练习题做一下http://www.apelearn.com/study_v2/chapter14.htmlawk-F‘:‘‘{print$1}‘passwd以:为分隔符把第一段打印出来如果不指定-F默认以空白为分隔符,awk-F‘:‘‘{print$0}‘passwd全部打印出来。awk-F‘:‘‘{print$1"#"$2}‘p..
分类:
其他好文 时间:
2017-09-06 22:56:31
阅读次数:
207
9.6-9.7awk
扩展
把这里面的所有练习题做一下
http://www.apelearn.com/study_v2/chapter14.html
#9.6awk上

-同样的创建一个目录awk,把/etc/passwd文件拷贝到目录awk下,改名为tes..
分类:
其他好文 时间:
2017-09-06 22:52:22
阅读次数:
146
print("hello world") name=input("What's your name:") print("{},it is good for you to study Phython!".format(name)) a=input("a:") b=input("b:") print(f... ...
分类:
编程语言 时间:
2017-09-06 12:54:50
阅读次数:
191
实验链接: https://www.shiyanlou.com/courses/115 课程链接 http://mooc.study.163.com/course/HIT-1000002004#/info 本实验主要是熟悉实验环境目录结构,如何编译Linux源文件,并在bochs模拟器下运行。 要感 ...
分类:
其他好文 时间:
2017-09-04 17:46:30
阅读次数:
135