package com.company.s3; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java.net.ServerSocket; import java.ne... ...
分类:
其他好文 时间:
2019-06-05 09:52:47
阅读次数:
70
ls的用法 ls -l |grep "^-"|wc -l或find ./company -type f | wc -l 查看某文件夹下文件的个数,包括子文件夹里的。 ls -lR|grep "^-"|wc -l 查看某文件夹下文件夹的个数,包括子文件夹里的。 ls -lR|grep "^d"|wc ...
分类:
系统相关 时间:
2019-05-28 12:21:05
阅读次数:
128
According to the latest survey by Global Market Insights, the air compressor market will achieve unprecedented growth in the next few years. The globa ...
分类:
其他好文 时间:
2019-05-27 15:06:42
阅读次数:
90
默认Maven的包名为:<build><finalName>${project.artifactId}-${project.version}</finalName></build>自定义包名如:<build><finalName>${project.artifactId}-${project.version}-company&
分类:
其他好文 时间:
2019-05-26 19:57:25
阅读次数:
265
//飞机 public class Plane { public void buyTicket(){ System.out.println("订购飞机票"); } } //火车 public class Train { public void buyTicket(){ System.out.prin... ...
分类:
其他好文 时间:
2019-05-24 10:55:55
阅读次数:
100
INFOSYS735 Lab Project 1 – Part I & IICustomer requirements and company analysis Edit this document to add your responses to the questions or tasks be ...
分类:
其他好文 时间:
2019-05-18 20:55:46
阅读次数:
116
网上大部分都是普通的开启和配置资料 按照网上资料配置 访问localhost/index/php?r=gii 总是提示404错误 解决方法如下: Yii基础版中的 web.php 代码如下 注意这里的变量是YII_ENV_DEV 而在入口文件index.php中配置的是 2.路由配置 enableP ...
分类:
其他好文 时间:
2019-05-17 18:13:02
阅读次数:
158
ls -l |grep "^-"|wc -l //验证了redhat好用 或 find ./company -type f | wc -l 查看某文件夹下文件的个数,包括子文件夹里的。 ls -lR|grep "^-"|wc -l 查看某文件夹下文件夹的个数,包括子文件夹里的。 ls -lR|gre ...
分类:
系统相关 时间:
2019-05-04 09:36:02
阅读次数:
259
Yixght is a manager of the company called SzqNetwork(SN). Now she's very worried because she has just received a bad news which denotes that DxtNetwor ...
分类:
Web程序 时间:
2019-04-27 00:50:17
阅读次数:
173
1.新建Account类,使用AtomicLong定义账户余额,增加和减少金额方法使用getAndAdd方法。 2.Bank和Company类与https://www.cnblogs.com/xkzhangsanx/p/10759690.html一致。 3.测试类 4.测试结果 参考:java7并发 ...
分类:
其他好文 时间:
2019-04-26 22:39:28
阅读次数:
299