#IME

Status bar could not find cached time string image. Rendering in-process?

(1)在 Info.plist 中添加如下配置  12>UIViewControllerBasedStatusBarAppearance</<...
代码星球 ·2020-04-04

Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect timed out

问题:java连接不上redis。异常信息:Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketTimeoutException: connect time...

MySQL wait_timeout参数设置与网上常见错误小纠

 discardconnectioncom.mysql.jdbc.exceptions.jdbc4.CommunicationsException:CommunicationslinkfailureThelastpacketsuccessfullyreceivedfromtheserverwas1,210,8...

nginx禁止对写操作timeout时retry

1)nginx禁止对写操作timeout时retry以前遇到的一个case,业务那边说一笔请求从nginx端发送给后端tomcat了2次(落在两个不同的tomcat节点上)。后来发现是nginx发给后端节点timeout,然后做了重试,发给了另一个节点。默认情况下nginx对后端error和timeout都会做retr...

现在的Unix时间戳(Unix timestamp)

如何在不同编程语言中获取现在的Unix时间戳(Unixtimestamp)?JavatimeJavaScriptMath.round(newDate().getTime()/1000)getTime()返回数值的单位是毫秒Microsoft.NET/C#epoch=(DateTime.Now.ToUniversalTi...
代码星球 ·2020-04-04

Win10解决RuntimeBroker.exe后台运行CPU占比高的方法

 RuntimeBroker.exe是windows用来检测应用是否具备某项权限,并通知主机检测结果的进程。打开的应用多了,通知也就多了,必然导致CPU不堪重负。解决方法,从以下三个方面入手:1.关闭不必要的后台应用:设置-隐私-后台应用,把不常用的应用都关掉;2.关闭不必要的通知:设置-系统-通知和操作,把...

sublime SublimeTmpl 添加vue模板

sublime2安装时候报错在control中加下面的代码重新启动,可以进行安装importurllib2,os;pf='PackageControl.sublime-package';ipp=sublime.installed_packages_path();os.makedirs(ipp)ifnotos.path....

sublime的使用

一选择喜欢的配色方案:monokai 格局设成两列这样有利于代码的开发使用快捷键 !+Tab 自动填充html代码...
代码星球 ·2020-04-04

Loadrunner问题:Monitor name :Windows Resources. Cannot create measurement Processor|% Processor Time|_Total on machine 192.168.0.1

说明:在Loadrunner监控windows系统资源的时候,在添加好windows Resources后运行发现报如下错误:int:Checkthatthereissuchameasurementonthismachine.Checkthatyouselectedtherightplatform.forth...

Sublime Text3 快捷键总结

Ctrl+D:选中光标所占的文本,继续操作则会选中下一个相同的文本。(非常实用)Ctrl-K,Ctrl-D:把当前选中所占文本的光标,跳转到下一个相同文本。(配合Ctrl+D很实用)Alt-F3:一次性选中(当前选中的文本)相同的文本。等于多次实用Ctrl+D。(部分修改情况下慎用,Mac下:Ctrl-Cmd-G)选择...

sublime编辑器插件

sublime---插件http://www.cnblogs.com/dudumao/p/4054086.htmlsublime--- Emmet插件  使用方法http://docs.emmet.io/cheat-sheet/SublimeText3前端开发常用优秀插件介绍 h...
代码星球 ·2020-04-04

echarts + timeline 显示多个options

varoption={//timeline基本配置都写在baseoption中baseOption:{timeline:{//loop:false,axisType:'category',show:true,autoPlay:true,playInterval:1000,data:['AccountManagement...

DateTime.ToString格式化日期,使用DateDiff方法获取日期时间的间隔数

一:DateTime.ToString格式化日期 二:代码usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;u...

DateTime.IsLeapYear 方法判断是否是闰年,DaysInMonth判断一个月有几天,Addday取得前一天的日期GetYesterDay

一:DateTime.IsLeapYear方法判断是否是闰年 二:代码usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem....

C#中Trim()、TrimStart()、TrimEnd()的用法

C#中Trim()、TrimStart()、TrimEnd()的用法:这三个方法用于删除字符串头尾出现的某些字符。Trim()删除字符串头部及尾部出现的空格,删除的过程为从外到内,直到碰到一个非空格的字符为止,所以不管前后有多少个连续的空格都会被删除掉。TrimStart()只删除字符串的头部的空格。TrimEnd()...
代码星球 ·2020-04-04
首页上一页...6970717273...下一页尾页