#LEA

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...

CCleaner如何禁用开机自动启动

https://forum.piriform.com/topic/42073-ccleaner-starts-on-startup/ ...

使用CCleaner卸载chrome

 如果有同事使用googleChrome浏览器的话,请检查版本是否升级到最新72.0.3626.121,如果没有的话请升级到最新的版本,有什么问题的话请联系我们,谢谢! GoogleChrome一直提示loop“Nearlyup-to-date!RelaunchGoogleChromet...

FileAttributes Enum

https://docs.microsoft.com/en-us/dotnet/api/system.io.fileattributes?view=netframework-4.7.2在桌面新建一个文件file-to-delete.txt,设置只读属性。先删除,然后从回收站还原[Test]publicvoidFileA...
代码星球 代码星球·2021-02-08

404. Sum of Left Leaves

Findthesumofallleftleavesinagivenbinarytree.Example:3/920/157Therearetwoleftleavesinthebinarytree,withvalues9and15respectively.Return24.privateintsum;publicintS...
代码星球 代码星球·2021-02-08

使用openSUSE Leap 42.2小记

闪存记录在2017年04月10日开始想用openSuSE。2017年04月10日开始找资料制作U盘安装openSUSE.是在windows7中用imageWrite.exe软件制作的。安装的过程很顺利,按照安装 的教程,完成了安装。由于中间好像是配置LAMP出错了,又重装了一次。晚上,看到美丽新世界:linu...

今天研究rocketmq的时候,发现ScheduledExecutorService这个类scheduleAtFixedRate方法可以让main方法一直运行

代码如下:packagecom.yuanqiao;importorg.apache.rocketmq.client.impl.factory.MQClientInstance;importjava.util.concurrent.Executors;importjava.util.concurrent.Schedule...

解决编译apache出现的问题:configure: error: APR not found . Please read the documentation

系统环境:[root@Web-Lamp~]#cat/etc/redhat-releaseCentOSrelease6.6(Final)[root@Web-Lamp~]#uname-r2.6.32-504.el6.x86_64Apache安装版本:[root@Web-Lamptools]#ll-rw-r--r--1roo...

细说Debug和Release区别

VC下Debug和Release区别最近写代码过程中,发现Debug下运行正常,Release下就会出现问题,百思不得其解,而Release下又无法进行调试,于是只能采用printf方式逐步定位到问题所在处,才发现原来是给定的一个数组未初始化,导致后面处理异常。网上查找了些资料,在这罗列汇总下,做为备忘~一、Debug...
代码星球 代码星球·2021-01-24

使用svn无法cleanup和lock问题

  step1:到sqlite官网(http://www.sqlite.org/download.html)下载sqlite3.exe              ...

安装Leanote极客范的云笔记

在这个互联网知识呈爆炸增长的时代,作为一个程序员要掌握的知识越来越多,然再好的记性也不如烂笔头,有了笔记我们就是可以时常扒拉扒拉以前的知识,顺便可以整理下自己的知识体系。如今市面上云笔记产品,说实在真不少,什么有道,印象,为知等等,本人目前使用的是有道,无它,免费而已其他几个倒没怎么接触过,毕竟重复的产品一个就够了。笔...
代码星球 代码星球·2021-01-23

netty LEAK: ByteBuf.release() was not called before it's garbage-collected

背景、netty抛出完整的error信息如下:2018-02-0814:30:43.098[nioEventLoopGroup-5-1]ERRORio.netty.util.ResourceLeakDetector:176-LEAK:ByteBuf.release()wasnotcalledbeforeit'sgarb...

Debian8 远程登录Permission Denied,please try again

多数是系统没有开启Root登录的权限。修改root的ssh权限:①vi/etc/ssh/sshd_config②找到配置项PermitRootLogin 将此项的值改为yes③重启ssh服务 /etc/init.d/ssh restart ...

delphi xe memory leak produced in WSDLLookup.pas

constructorTWSDLLookup.Create;beginFLookup:=TDictionary<string,Variant>.Create;end;destructorTWSDLLookup.Destroy;beginClearWSDLLookup;//问题在这里inherited;end...
首页上一页...1617181920...下一页尾页