在框架中配置日志分2步,一个是在帮助项目Zy.Utilities--Zy.Utility.Core中新建log类,封装写入日志方法,还需要在Zy.Utility.Core添加 log4net 的引用 1、log实现类 1 [assembly: log4net.Config.XmlConfigurat ...
In this lesson, we’ll create a safe function that gives us a flexible way to create Maybes based on a value and a predicate function that we supply. W ...
分类:
编程语言 时间:
2018-05-11 23:54:24
阅读次数:
195
In this lesson, we’ll look at the propPath utility function. We’ll ask for a property multiple levels deep in an object and get back a Maybe. We’ll ge ...
分类:
数据库 时间:
2018-05-11 23:47:33
阅读次数:
231
1.管理使用Greenplum集群1.1启动Greenplum数据库$gpstart-a1.2对于要求重启数据库生效$gpstop-r1.3仅重新载入更改配置文件生效$gpstop-u1.4维护模式启动Master使用-m模式运行gpstart:$gpstart-m以维护模式连接到Master进行目录维护。例如:$PGOPTIONS=‘-cgp_session_role=utility‘psqlp
分类:
其他好文 时间:
2018-05-11 15:33:18
阅读次数:
1076
背景:安装RAC,安装GI集群管理软件时,在最后快结束时,总是报如上INS-错误 #官方文档:error 说明;字符串解析失败 INS-20802: string failed. Cause: The plug-in failed in its perform method Action: Refe ...
分类:
数据库 时间:
2018-05-04 13:56:28
阅读次数:
1086
非常强大的文本操纵工具,sed,awk,grep 这个三个命令 都是操作文本文件的unix系统有几个非常命令的特点:1. 对于内核而言,unix文件都是字节序列。io设备也是文件。2. 至于文件的含义交由应用程序来解释。其中文本文件非常重要,因为unix提供 很多了实用程序(utility),这些程 ...
分类:
系统相关 时间:
2018-04-23 15:35:58
阅读次数:
222
手头上的固件版本是:STLinkV2.J16.S4;烧写该固件后,发现可以用STM32 ST-LINK Utility连接到待烧写芯片,但尝试用MDK进行仿真,则无法成功。针对这一问题,需要对STLinkV2进行固件升级,记录一下方法。 使用工具:STM32 ST-LINK Utility v4.0 ...
分类:
其他好文 时间:
2018-04-19 10:32:58
阅读次数:
525
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/set-date?view=powershell-6 Set-Date "2018-04-17 09:20:28" Set-Date "20 ...
分类:
系统相关 时间:
2018-04-17 11:31:10
阅读次数:
339
When creating UIs with utility classes, a lot of repetition can occur within the HTML markup. In this lesson, we see how this concern can be addressed ...
In this lesson, we learn how to generate custom utility classes in tailwind. We add new properties to our JavaScript config object to generate new hel ...