#GA

什么是 GOF(四人帮,全拼 Gang of Four)?

在1994年,由ErichGamma、RichardHelm、RalphJohnson和JohnVlissides四人合著出版了一本名为 DesignPatterns-ElementsofReusableObject-OrientedSoftware(中文译名:设计模式-可复用的面向对象软件元素) ...

AWS lambda 与API gateway 集成时,参数(mapping)的传递方式

一、非代理lambda(自定义lambda)需要自己构建映射eg:{"city":"$input.params('city')","time":"$input.params('time')","day":"$input.params('day')","name":"$inputRoot.callerName"}  ht...

CentOS 7.2部署MariaDB Galera Cluster(10.1.21-MariaDB) 3主集群环境

GaleraCluster是由第三方公司Codership所研发的一套免费开源的集群高可用方案,实现了数据零丢失,官网地址为http://galeracluster.com/。其在MySQLInnoDB存储引擎基础上打了wrep(虚拟全同步复制),Percona/MariaDB已捆绑在各自的发行版本中。 Ma...

UnicodeEncodeError: 'gbk' codec can't encode character 'xa0' in position 263: i llegal multibyte sequence

UnicodeEncodeError:'gbk'codeccan'tencodecharacter'xa0'inposition263:illegalmultibytesequence UnicodeEncodeError:'gbk'codeccan'tencodecharacter'x??'inpositi...

freeswitch lua脚本指定gateway(sip中继)

 session:answer();localcaller_number=argv[1];--主叫号码localcalled_number=argv[2];--被叫号码localdest="sofia/gateway/fxogw/"..called_number;session2=freeswitch.Ses...

利用Pluggable Protocol实现浏览器打开本地应用程序

https://www.cnblogs.com/liushaofeng89/archive/2016/05/03/5432770.html...

SwitchyOmega

SwitchyOmega下载安装地址:http://switchyomega.com/download.html GFWList.bak.txt教程{"+GFWed":{"bypassList":[{"conditionType":"BypassCondition","pattern":"<local&...
代码星球 ·2021-02-11

解决:win8.1 oepnvpn客户端 redirect-gateway def1无效,自动获取的IP没有网关问题

解决:win8.1oepnvpn客户端redirect-gatewaydef1无效,自动获取的IP没有网关问题 该问题是操作系统权限问题,需要将程序设置为以管理员模式运行和以windows7兼容模式运行...

小程序使用wx.navigateTo无法跳转到加了tabBar的页面

/随着小程序的不断更新,发现目前的小程序版本使用navigator无法跳转到加了tabBar的页面;后来使用redirectTo进行跳转也不行;在刚开始也是纠结了好久一直找不到解决办法。最后从官方文档中找到了答案,在这记录一下(不熟悉文档有多坑)。官方对wx.navigateTo的解释官方对wx.redirectTo的...

How to use shared model by git in sql source control of red gate

1.clonethegitrepositoryfordatbase2.opensqlsourcecontrolwindowandselectthetargetdatabase 3.insetuptab,linktomysourcecontrolsystem  4.linktocustom&...
代码星球 ·2021-02-08

BufferingForwardingAppender in log4net

7.写日志会影响系统性能吗?写日志必然是会消耗一定资源的,而RollingFileAppender也不是线程安全的。为了减小log4net影响系统性能的嫌疑,我们加入lockingModel参数,使用FileAppender.MinimalLock来减少并发时发生死锁的概率:<paramname="locking...

Aggregate Services

CallingthebaseclassconstructorexplicitlyistheonlywaytodothisusingconstructorinjectioninC#.ItlookslikeyoushouldremovetheparameterlessconstructorsfromBaseControll...
代码星球 ·2021-02-08

PowerShell Gallery

https://docs.microsoft.com/en-us/powershell/gallery/getting-startedhttps://www.powershellgallery.com/packages?q=PowerShell-BeautifierNameInstallationPolicySourc...
代码星球 ·2021-02-08

如何查看red gate安装时的log

 openlogfileC:UserscluAppDataLocalTemp{69EEB6B0-A9AD-4BD4-8231-92C992F1FF05}RedGate.Logfile.txt useverboselogging 应该是会提供更详细的log opentemporar...

How to correctly use preventDefault(), stopPropagation(), or return false; on events

I’msurethishasbeenwrittenaboutmanytimesbeforeandprobablyhashundredsofanswersonStackOverflow.Despitethiswestillfindourselvesgoingthroughcodebasesandrepeate...
首页上一页...2627282930...下一页尾页