using log4net; using log4net.Appender; using log4net.Core; using log4net.Layout; using log4net.Repository.Hierarchy; using System; using System.Collec ...
分类:
Web程序 时间:
2020-01-08 18:46:18
阅读次数:
96
1-资源库 资源库是用来保存转换任务的,用户通过图形界面创建的的转换任务可以保存在资源库中。 资源库可以使多用户共享转换任务,转换任务在资源库中是以文件夹形式分组管理的,用户可以自定义文件夹名称。 资源库有两种形式: 一、Kettledatabase repository,即保存在各种常见的数据库资 ...
分类:
其他好文 时间:
2019-12-24 13:25:12
阅读次数:
94
fdfs 存储节点storage安装nginx,修改nginx配置文件 location /group1/M00/ { root /fdfs/storage/data; if ($arg_attname ~ "^(.+)") { #设置下载 add_header Content-Type appli ...
分类:
其他好文 时间:
2019-12-21 17:04:59
阅读次数:
134
/* 1. 下载二进制安装文件 */下载地址:https://www.consul.io/downloads.html /* 2. 解压缩安装包 */unzip consul_1.6.2_linux_amd64.zip /* 3. 解压之后将consul复制到我们的自定义文件目录中,比如:/usr/ ...
分类:
其他好文 时间:
2019-12-19 23:19:01
阅读次数:
223
自定义文件夹 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer NoCustomizeWebView(类型:REG_DWORD) 0 为默认显示(可直接删除),1为删除 HKEY_LOCAL_ ...
分类:
其他好文 时间:
2019-11-24 09:43:14
阅读次数:
76
一。 settings.py MEDIA_URL = "/qir/" # 设置获取文件时的访问根路径 MEDIA_ROOT = os.path.join(BASE_DIR, "FileRoot") # 设置文件存储在项目的根路径(MEDIA_ROOT 是固定值,不可更改) 二。 models.py ...
分类:
编程语言 时间:
2019-11-23 23:45:29
阅读次数:
207
FUSE--用户空间文件系统(Filesystem in Userspace),具体可以度娘,反正是简化了自定义文件系统的复杂度,可以更方便地利用自定义文件系统做一些事情。 一、使用 Python 编写一个 FUSE 文件系统 https://www.oschina.net/translate/py ...
分类:
其他好文 时间:
2019-11-12 01:09:43
阅读次数:
119
destoon自定义文件的伪静态优化 destoon给出了一个自定义文件传参的方式 在/include/global.func.php 有个rewirte函数来处理 目前的处理方式:index.php?catid=0&areaid=0&z=0的伪静态处理结果为 index-htm-catid-0-a ...
分类:
其他好文 时间:
2019-10-29 11:34:39
阅读次数:
157
1.在components自定义文件夹,文件夹里分别包含wxml,wxss,js,json文件 (componetns文件是自己手写的) 2.wxml与wxss文件按照平常的来就好 3.js文件 Component({ properties:{ 页面上需要动态传递的参数:数据类型 例如:name:S ...
分类:
微信 时间:
2019-10-14 11:00:48
阅读次数:
182
AssetBundle资源打包 1.AssetLabels资源标签 文件名:资源打包成AssetBundle后的文件名,类似于压缩包的名字 后缀:自定义 文件名和后缀名都是小写格式(大写会自动转为小写)2. BuildPipeline.BuildAssetBundles(string outputP ...
分类:
其他好文 时间:
2019-10-10 12:48:41
阅读次数:
86