码迷,mamicode.com
首页 >  
搜索关键字:director    ( 2132个结果
delphi批量更改文件名
procedure TFormSWITCHFILENAME.btn_changeClick(Sender: TObject); //替换文件名var dir: string; FileNameList: TStringList; RenameFile: file; FileName:string; ...
分类:Windows程序   时间:2017-04-03 18:51:32    阅读次数:480
CentOS下LVM逻辑卷管理技术解释
1、LVM逻辑卷管理技术产生的背景 企业日益变化的存储需要使得传统的磁盘分区存储显得不够灵活 2、磁盘分区存储 对于这样的三个物理分区的话,迟早有一天会被数据填满,因为它是死的,无法进行缩放。 假设下面表示的是/dev/sda磁盘上的三个分区: 1)、初始化/dev/sda上的这三个物理分区: 命令... ...
分类:其他好文   时间:2017-04-01 16:22:36    阅读次数:331
java利用SuffixFileFilter统计目录下特定后缀名文件的数目
java利用SuffixFileFilter统计目录下特定后缀名文件的数目 ...
分类:编程语言   时间:2017-03-31 18:14:54    阅读次数:545
linux常用命令整理
关键字: linux 查进程、杀进程、起进程1.查进程 ps命令查找与进程相关的PID号: ps a 显示现行终端机下的所有程序,包括其他用户的程序。 ps -A 显示所有程序。 ps c 列出程序时,显示每个程序真正的指令名称,而不包含路径,参数或常驻服务的标示。 ps -e 此参数的效果和指定" ...
分类:系统相关   时间:2017-03-31 00:47:17    阅读次数:235
[转]OkHttp3 最有营养的初级教程
一、前言 自从Android4.4开始,google已经开始将源码中的HttpURLConnection替换为OkHttp,而在Android6.0之后的SDK中google更是移除了对于HttpClient的支持,而市面上流行的Retrofit同样是使用OkHttp进行再次封装而来的。由此看见学习 ...
分类:Web程序   时间:2017-03-30 21:52:51    阅读次数:363
Manifest File
【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
单发邮箱 群发邮箱 程序 Email winform
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:Windows程序   时间:2017-03-24 16:01:35    阅读次数:270
源码0603-03-掌握-NSURLSession
// // ViewController.m // 03-掌握-NSURLSession #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewD... ...
分类:Web程序   时间:2017-03-24 13:17:32    阅读次数:187
xampp添加 django支持
apache配置文件中添加 WSGIScriptAlias /chatbot1 /Users/css/djangoprojects/chatbot1/chatbot1/wsgi.pyWSGIPythonPath /Users/css/djangoprojects/chatbot1/ <Directo ...
分类:其他好文   时间:2017-03-24 00:19:42    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!