#ace

securityCRT mongoDB 命令行删除(backspace/delete)无效问题

1、MongoDBShell中退格键使用的问题。利用SecureCRT工具访问linux的时候,在使用MongoDB的交互式shell的时候,退格键(Backspace)无法使用,导致无法修改输入的字符。为这个错误,废了好长时间的力气,终于找到了错误的原因。其实,主要是SecureCRT工具默认的字符输入模式的问题,可...

Presto 来自Facebook的开源分布式查询引擎

Presto是一个分布式SQL查询引擎,它被设计为用来专门进行高速、实时的数据分析。它支持标准的ANSISQL,包括复杂查询、聚合(aggregation)、连接(join)和窗口函数(windowfunctions)。下图中展现了简化的Presto系统架构。客户端(client)将SQL查询发送到Presto的协调员...

解决:mvn archetype:create Abstract class or interface 'org.apache.maven.artifact.repository.ArtifactRepository' cannot be instantiated

[ERROR]Failedtoexecutegoalorg.apache.maven.plugins:maven-archetype-plugin:2.3:create(default-cli)onprojectstandalone-pom:Unabletoparseconfigurationofmojoorg.apa...

用JavaScript解决Placeholder的IE8兼容问题

<scripttype="text/javascript">if(!('placeholder'indocument.createElement('input'))){$('input[placeholder],textarea[placeholder]').each(function(){varthat=...

ORA-01652: 无法通过 128 (在表空间 TEMP 中) 扩展 temp 段(EXP-00056: 遇到 ORACLE 错误 1652 ORA-01652: unable to extend temp segment by 128 in tablespace TEMP)

数据库报ORA-01652:无法通过128(在表空间TEMP中)扩展temp段 两种解决方式: 第一种) sql>select*fromv$tempfile;发现temp01.dbf已经31G 决定清空temp表空间 步骤:1、create tempor...

btrace

jpsD:softtrace-binjava>btrace29228PrintTimes.javaD:softtrace-binjavalog.log   importstaticcom.sun.btrace.BTraceUtils.name;importstaticcom.su...
代码星球 代码星球·2021-02-11

linux程序调试命令strace

strace命令用法详解:strace常用来跟踪进程执行时的系统调用和所接收的信号。在Linux世界,进程不能直接访问硬件设备,当进程需要访问硬件设备(比如读取磁盘文件,接收网络数据等等)时,必须由用户态模式切换至内核态模式,通过系统调用访问硬件设备。strace可以跟踪到一个进程产生的系统调用,包括参数,返回值,执行...

Reset and Clear Recent Items and Frequent Places in Windows 10

https://www.tenforums.com/tutorials/3476-reset-clear-recent-items-frequent-places-windows-10-a.htmlYourrecentitemsandfrequentplacesarestoredinthefolderlocations...

remove namespace from xml config file

从xml配置文件中移除命令空间https://stackoverflow.com/questions/987135/how-to-remove-all-namespaces-from-xml-with-cstringxml=node.OuterXml;//Regexbelowfindsstringsthatstartw...

PlaceHolder

Namespace:System.Web.UI.WebControlsAssembly:System.Web.dllhttps://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.placeholder?view=netframework-4....
代码星球 代码星球·2021-02-08

space sniffer清理的空间

部分超级大的单文件,比如数据库C:inetpublogsLogFilesW3SVC4C:UserscluAppDataLocalJetBrainsTransientC:UserscluAppDataLocalRedGateLogsC:UserscluAppDataRoamingTencentQQGameTempestM...
代码星球 代码星球·2021-02-08

'workspace' in VS Code

 Youcansavesettingsattheworkspacelevelandyoucanopenmultiplefoldersinaworkspace.Ifyouwanttodoeitherofthosethings,useaworkspace,otherwise,justopenafolder.AVS...
代码星球 代码星球·2021-02-08

SxsTrace

https://troubleshooter.xyz/wiki/fix-the-application-has-failed-to-start-because-the-side-by-side-configuration-is-incorrect/ 1.C:WINDOWSsystem32>SxsTrac...
代码星球 代码星球·2021-02-08

JavaScript 查看stack trace

Edit2(2017):Inallmodernbrowsersyoucansimplycall:console.trace();(MDNReference)   Generate,parse,andenhanceJavaScriptstacktracesinallwebbrowsersht...

ace-min.css

textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"]...
代码星球 代码星球·2021-02-08
首页上一页...3839404142...下一页尾页