码迷,mamicode.com
首页 >  
搜索关键字:director    ( 2132个结果
Installing MySQL on Microsoft Windows Using a noinstall ZIP Archive
Extracting the Install Archive D:\mysql\mysql-5.7.32-winx64 Creating an Option File D:\mysql\mysql-5.7.32-winx64\my.ini [client] default-character-set ...
分类:数据库   时间:2021-02-04 12:03:30    阅读次数:0
解决CentOS启动的一些问题
解决CentOS启动nginx出现nginx: [emerg] open() "/var/run/nginx/nginx.pid" failed (2: No such file or director) 问题: 1.进入sbin:cd /usr/local/nginx/sbin/ 2.启动ngin ...
分类:其他好文   时间:2021-01-26 11:49:10    阅读次数:0
动态加载及调用程序集
static DbCmd() { AppDomain currentDomain = AppDomain.CurrentDomain; currentDomain.AssemblyResolve += new ResolveEventHandler(MyResolveEventHandler); } ...
分类:其他好文   时间:2021-01-16 11:44:56    阅读次数:0
Maven配置资源过滤
<build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includ ...
分类:其他好文   时间:2021-01-12 11:11:17    阅读次数:0
PostgreSQL13+PostGIS31安装手册
之前整理的是PostgreSQL9和PostGIS2的安装手册,最近在安装PostgreSQL13时发现由于版本过新,安装步骤略有不同,这里简单记录一下安装过程. 一 各软件包版本依赖关系检查 检查PostGIS、PostgreSQL、GEOS、GDAL、PROJ等各软件的版本依赖关系 http:/ ...
分类:数据库   时间:2021-01-11 11:27:02    阅读次数:0
Ubuntu下TFTP、NFS和SSH服务搭建
tftp和nfs用于在开发板上通过网络系统来访问ubuntu系统下的文件。ssh服务用于支持在Windows下使用终端软件SecureCRT,MobaXterm登陆Ubuntu。 1 搭建NFS服务 sudo apt-get install nfs-kernel-server rpcbind #安装 ...
分类:系统相关   时间:2021-01-01 12:59:58    阅读次数:0
linux 常用命令缩写来源
LS:list(列出目录内容) cd:change directory(改变目录) su:switch user(切换用户) rpm:redhat package manger(红帽子打包管理器) pwd:print work directory(打印当前目录,现示当前工作目录的绝对路径) ps:p ...
分类:系统相关   时间:2020-12-29 11:40:10    阅读次数:0
设计模式(3)——建造者模式
建造者模式对客户端屏蔽了复杂对象的创建过程,而且复杂对象的创建步骤交给一个指挥者(Director)进行封装,提供出一个简单明了的方法供上层模块使用。 eg: 以客户需要建一所新的房子为背景: 定义客户为客户端(上层使用模块 Client) 包工头为指挥者(Director) 施工队资质为抽象建造者 ...
分类:其他好文   时间:2020-12-24 11:39:09    阅读次数:0
ubuntu16/18/20国内源
备份原来的源 sudo cp /etc/apt/sources.list /etc/apt/sources_init.list 更换源:gedit编辑器 sudo gedit /etc/apt/sources.list 更新 sudo apt-get update sudo apt-get upgr ...
分类:系统相关   时间:2020-12-22 12:08:23    阅读次数:0
rsync工具使用
在下面的示例中,我们使用rsync的-a选项,这会递归同步目录,传输特殊设备和块设备,并保留符号链接,修改时间,组,所有权和权限。当排除文件或目录时,需要使用它们到源目录的相对路径。有两个选项可以指定要排除的文件和目录:在命令行中,使用--exclude选项。在文件中,使用--exclude-from选项。排除特定文件要排除特定文件,请将文件的相对路径传递给该--exclude选项。在以下示例中,
分类:其他好文   时间:2020-12-21 11:16:08    阅读次数:0
2132条   上一页 1 2 3 4 5 6 ... 214 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!