国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

文件鎖

2019-11-18 14:48:23
字體:
供稿:網(wǎng)友
文件鎖



// : c12:FileLocking.java
// {Clean: file.txt}
// From 'Thinking in Java, 3rd ed.' (c) BrUCe Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.

import java.io.FileOutputStream;
import java.nio.channels.FileLock;

public class FileLocking {
  public static void main(String[] args) throws Exception {
    FileOutputStream fos = new FileOutputStream("file.txt");
    FileLock fl = fos.getChannel().tryLock();
    if (fl != null) {
      System.out.      Thread.sleep(100);
      fl.release();
      System.out.println("Released Lock");
    }
    fos.close();
  }
} ///:~


發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 商城县| 罗定市| 罗平县| 舟曲县| 新田县| 郸城县| 邵东县| 常德市| 五家渠市| 小金县| 吕梁市| 吴旗县| 连南| 石城县| 嘉义县| 宿迁市| 仪陇县| 青阳县| 北碚区| 理塘县| 仙居县| 射洪县| 平江县| 澄城县| 岗巴县| 渑池县| 永康市| 乌鲁木齐县| 汉沽区| 阳西县| 桃园县| 和龙市| 民勤县| 罗源县| 武隆县| 阳春市| 合肥市| 大关县| 高唐县| 宣汉县| 甘谷县|