自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

zhubinqiang的专栏

只是给自己做的笔记

  • 博客(8)
  • 资源 (4)
  • 收藏
  • 关注

原创 Shell 数组

#!/bin/bashs="http://itms-server.sh.intel.com:8080/iTMS1/httpExportSubTestPlanToXml.action?subPlanId="ID=(1278 1280 1281 1282 1283 1285 1286 1287 1288 1289 1290 1291 1293 1294 1295 1296 1297 1298 1

2013-07-31 10:04:21 508

Shell 数组

#!/bin/bashs="http://itms-server.sh.intel.com:8080/iTMS1/httpExportSubTestPlanToXml.action?subPlanId="ID=(1278 1280 1281 1282 1283 1285 1286 1287 1288 1289 1290 1291 1293 1294 1295 1296 1297 1298 1...

2013-07-31 10:04:00 68

原创 线程生产者与消费者

线程出现重复取和重复赋值的情况class Info{ private String name; private String content; public void setName(String name){ this.name = name ; } public void setContent(String content){ this.content = conten

2013-07-07 18:07:23 613

线程生产者与消费者

线程出现重复取和重复赋值的情况class Info{ private String name; private String content; public void setName(String name){ this.name = name ; } public void setContent(String content){ this.content = conte...

2013-07-07 18:07:00 71

原创 线程死锁

class Zhangsan { public void say(){ System.out.println("张三对李四说:你把画给我,我把书给你"); } public void get(){ System.out.println("张三得到了画"); }}class Lisi { public void say(){ System.out.println("李四

2013-07-07 12:16:28 529

线程死锁

class Zhangsan { public void say(){ System.out.println("张三对李四说:你把画给我,我把书给你"); } public void get(){ System.out.println("张三得到了画"); }}class Lisi { public void say(){ System.out.println(...

2013-07-07 12:16:00 63

原创 线程同步

class Ticket implements Runnable{ private int count = 5; @Override public void run(){ for(int i=1; i<=100; i++){ sale(); } } private synchronized void sale(){ if(count >0){ try{

2013-07-07 11:27:17 523

线程同步

class Ticket implements Runnable{ private int count = 5; @Override public void run(){ for(int i=1; i&lt;=100; i++){ sale(); } } private synchronized void sale(){ if(count &gt;0){ t...

2013-07-07 11:27:00 62

git学习笔记

这是本人根据视频做的git的笔记,不过还没有全部完成

2014-09-18

简单的SSH整合源代码

一个简单的SSH整合范例, Struts2.3.16.1, spring3.2.4 hibernate3.6.10

2014-03-30

Linux平台服务器检查标准手册

Linux平台服务器检查标准手册,服务器硬件检查,服务器操作系统检查,服务器运行状况检查

2013-08-05

Xshell使用技巧

Xshell 使用技巧 .

2012-07-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除