using System;using System.Collections.Generic;using System.ComponentModel;using System.IO;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms; namespace C11_资源管理器{ public partial class Form
安装前: 安装前建议先执行 /usr/local/php/bin/php -m (此命令显示目前已经安装好的PHP模块)看一下,要安装的模块是否已安装. 然后下载当前PHP版本的源码并解压. 安装: a. 跳转到fileinfo源代码目录 cd /root/lnmp1.4/src/php-5.6.31/ext/fileinfo/ b. 再执行 /usr/local/php/bin/phpize c. 执行 ./configure --with-php-config=/usr/local/php
最近做个功能在局域网中所有指定文件,于是花了点精力完成了部分功能,先贴上 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Syst