procedure TFormSWITCHFILENAME.btn_changeClick(Sender: TObject); //替换文件名var dir: string; FileNameList: TStringList; RenameFile: file; FileName:string; ...
1、LVM逻辑卷管理技术产生的背景 企业日益变化的存储需要使得传统的磁盘分区存储显得不够灵活 2、磁盘分区存储 对于这样的三个物理分区的话,迟早有一天会被数据填满,因为它是死的,无法进行缩放。 假设下面表示的是/dev/sda磁盘上的三个分区: 1)、初始化/dev/sda上的这三个物理分区: 命令... ...
分类:
其他好文 时间:
2017-04-01 16:22:36
阅读次数:
331
java利用SuffixFileFilter统计目录下特定后缀名文件的数目 ...
分类:
编程语言 时间:
2017-03-31 18:14:54
阅读次数:
545
关键字: linux 查进程、杀进程、起进程1.查进程 ps命令查找与进程相关的PID号: ps a 显示现行终端机下的所有程序,包括其他用户的程序。 ps -A 显示所有程序。 ps c 列出程序时,显示每个程序真正的指令名称,而不包含路径,参数或常驻服务的标示。 ps -e 此参数的效果和指定" ...
分类:
系统相关 时间:
2017-03-31 00:47:17
阅读次数:
235
一、前言 自从Android4.4开始,google已经开始将源码中的HttpURLConnection替换为OkHttp,而在Android6.0之后的SDK中google更是移除了对于HttpClient的支持,而市面上流行的Retrofit同样是使用OkHttp进行再次封装而来的。由此看见学习 ...
分类:
Web程序 时间:
2017-03-30 21:52:51
阅读次数:
363
【Manifest File】 on every build, webpack generates some webpack runtime code, which helps webpack do its job. When there is a single bundle, the runtim ...
分类:
其他好文 时间:
2017-03-30 21:35:42
阅读次数:
235
用AndroidStudio解析统计文本文件中的字符数、单词数、行数。 代码部分: 运行结果: 记录表: ...
分类:
其他好文 时间:
2017-03-28 00:23:04
阅读次数:
165
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
// // ViewController.m // 03-掌握-NSURLSession #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewD... ...
分类:
Web程序 时间:
2017-03-24 13:17:32
阅读次数:
187
apache配置文件中添加 WSGIScriptAlias /chatbot1 /Users/css/djangoprojects/chatbot1/chatbot1/wsgi.pyWSGIPythonPath /Users/css/djangoprojects/chatbot1/ <Directo ...
分类:
其他好文 时间:
2017-03-24 00:19:42
阅读次数:
181