Upgrade memory size for a laptop recently, the OS on the laptop was Windows 10 with a version of 2019 mid-term. After upgrade, I planned update the system but always fail on KB4556799, the Windows Update dialog shows error 0x800f0831. I have been try…
不多说,直接上干货! 最近,开始,进一步学习spark的最新版本.由原来经常使用的spark-1.6.1,现在来使用spark-2.2.0-bin-hadoop2.6.tgz. 前期博客 Spark on YARN模式的安装(spark-1.6.1-bin-hadoop2.6.tgz + hadoop-2.6.0.tar.gz)(master.slave1和slave2)(博主推荐) 这里我,使用的是spark-2.2.0-bin-hadoop2.6.tgz + hadoop-2.6.0.tar…
本文首发于个人博客https://kezunlin.me/post/bb64e398/,欢迎阅读! compile glog v0.3.5 and glags on windows from source. Series compile glog and glags on windows compile glog and glags on ubuntu 16.04 Guide version glog: v0.3.5 https://github.com/google/glog/archive/…
系统特点: 447更新日志(Win10 PC一周年更新正式版14393.447 32位/64位更新补丁KB3200970下载 Flash补丁Kb3202790下载): 1.通过网友的反馈,保留了Edge浏览器,小娜. 2.更新最新447补丁,IE浏览器不再卡顿. 3.系统在保持稳定的情况下,精简了部分无用组件,体积缩小至2.65GB. 4.保持纯净,不加任何第三方. 5.其他更新参考351更新日志. 351更新日志: 1.集成旧版Framework 3.5. 2.集成微软运行库(2005/200…
功能更新到 Windows 10 企业版, 版本 1607…
上周发现一个jQuery ajax请求错误返回status 0和错误error的问题,responseText是"error",状态码是0而不是200: $.ajax({ type: "POST", beforeSend: function(xhr){xhr.setRequestHeader('__RequestVerificationAntiCSRFToken', $("#hidden-CSRFToken").val());}, url: $(…
myeclipse 10中配置jboss 7.1.1,多写了个server name,结果死活启动不了.后来,发现了这个细节. 错误显示: 错误源头: 删掉Server name后,可以完美启动 小问题,耽误了一点时间解决,希望方便各位…
Error : The specified component was not reported by the VSS writer (Error 517) in Windows Server 2012 Backup Tweet In Windows Server, it is possible to perform Backup of your system and even Virtual Machine in production. Yes Windows Server Backup is…
I'm not yet clear what I did, but I'm blogging it so it can be found if someone else has this issue. For whatever reason, last week both of my Vista 64-bit machines suddenly stopped being able to start IIS (Internet Information Server). The service j…
一.错误原因 出现这个错误的原因多半是由于指针出现错误,即出现了空指针,也有说是变量没有初始化,笔者碰到的情况是发生了内存溢出. 二.定位方法 一般这种问题直接导致程序崩溃,直接调试,就能找到对应的问题函数A,仔细检查一下指针变量就能找到原因.事实上有可能出现问题的地方并不是报错的函数A,笔者出现的问题就是,报错的函数A中调用的另一个函数B出现了问题,最后B调用结束,才抛出错误,所以调试器将错误定位到了函数A中B调用结束的下一行. 三.具体错误 在函数B中,笔者使用了sscanf_s(ptr,"…