51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ted
DateTime.ToString格式化日期,使用DateDiff方法获取日期时间的间隔数
一:DateTime.ToString格式化日期 二:代码usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;u...
代码星球
·
2020-04-04
日期
DateTime.ToString
格式化
使用
DateDiff
Jenkins错误“editable email notification aborted due to exception”的问题解决
如果出现:“editableemailnotificationabortedduetoexception”这样的错误,尝试升级一下jenkins,估计是这个导致的。解决思路:http://stackoverflow.com/questions/18497116/not-able-to-send-...
代码星球
·
2020-04-04
Jenkins
错误
editable
email
notification
Asp.net MVC的ViewData与ViewBag以及TemplateData的使用与区别
ViewDataViewBag它是Key/Value字典集合它是dynamic类型对像从Asp.netMVC1就有了ASP.NETMVC3才有基于Asp.net3.5framework基于Asp.net4.0与.netframeworkViewData比ViewBag快ViewBag比ViewData慢在ViewPag...
代码星球
·
2020-04-04
Asp.net
MVC
ViewData
ViewBag
以及
Maven错误 diamond operator is not supported in -source 1.5 (use -source 7 or higher to enable diamond operator)问题解决
如果在Maven构建时出现:diamondoperatorisnotsupportedin-source1.5(use-source7orhighertoenablediamondoperator)的错误,是由于使用了complier的插件版本为1.5导致的,因为在默认不配置情况下,Maven3默认为1.5,此时如果项...
代码星球
·
2020-04-04
diamond
operator
-source
Maven
错误
Spring Tool Suite(STS)启动时出现错误:Java was started but returned exit code=13问题解决
SpringToolSuite(STS)是开发Spring的套件,也就是一个Eclipse,在之上增加了对Spring框架的支持,使其能快速的开发Spring。错误如下:解决办法:如果系统安装的JDK版本是32位的,那么这个STS也必须是32位,反之,64位也是一样的道理。所以在下载回来的STS也必须保持一致。同样,在...
代码星球
·
2020-04-04
Spring
Tool
Suite
STS
启动
Ubuntu 16.04错误:The update information is outdated this may be caused by network...的问题解决
说明:这个问题没有最终的解决方案,只有不断的尝试。错误:Theupdateinformationisoutdatedthismaybecausedbynetworkproblemsorarepositorythatisnolongeravailablepleaseupdatemanuallybyselecting'sh...
代码星球
·
2020-04-04
Ubuntu
16.04
错误
The
update
MySQL出现no mycat database selected的问题分析
1、先抛开mycat来处理2、在查询表时,要指定是哪个数据库,然后再查询。①、如果再MySQLWorkbench中,先使用usetablename;,然后在执行操作语句;或者在语句上指定要查询表名时的数据库select*fromdb.tablename;。②、如果类似于连接字符串时,要指定具体是哪个库,这个应该和myc...
代码星球
·
2020-04-04
MySQL
出现
no
mycat
database
isEnable() 和 isDisplayed() 和 isSelected()
isEnable()、isDisplayed()和isSelected()1、以上三个为布尔类型的函数2、isEnable用于存储input、select等元素的可编辑状态,可以编辑返回true,否则返回false3、isDisplayed()这个有点陌生,在大神写的脚本看到几次不知道何用意先不管,本身这个函数用于判断...
代码星球
·
2020-04-04
isEnable
isDisplayed
isSelected
Xadmin添加用户小组件出错render() got an unexpected keyword argument 'renderer
环境:Python3.7Django2.1Xadmin 原因:render函数在django2.1上有变化 解决方法:进入xadmin安装路径,编辑xadmin/views/dashboard.py36#render()gotanunexpectedkeywordargument'renderer'...
代码星球
·
2020-04-02
Xadmin
添加
用户
组件
出错
Maven错误:was cached in the local repository, resolution will not be reattempted until the update
https://blog.csdn.net/xl890727/article/details/53942452...
代码星球
·
2020-04-02
the
Maven
错误
was
cached
Django报错:ConnectionAbortedError: [WinError 10053] 你的主机中的软件中止了一个已建立的连接。
ajax请求时加上async:false,$.ajax({url:"{%url'article:article_post'%}",{#一定不要写成小写了,坑了好久#}type:'POST',mimeType:"multipart/form-data",{#告诉jQuery不要去处理发送的数据,发送对象。#}proces...
代码星球
·
2020-04-02
Django
报错
ConnectionAbortedError
WinError
10053
A simple dynamic library implemented in C# 4.0 to deal with XML structure
https://github.com/cardinals/XmlToObjectParserAsimpledynamiclibraryimplementedinC#4.0todealwithXMLstructureAssumethefollowingXMLsample:_sampleXml=@"<?xmlvers...
代码星球
·
2020-04-01
simple
dynamic
library
implemented
in
小程序里实现 watch 和 computed
小程序里的自定义组件里是有数据监听器的,可以监听对应数据的变化来执行callBack,但是页面Page里没有对应的api就显的很生硬,比如某个数据变了(如切换城市)需要重新刷页面,如果不做监听,每次都要在数据变化的地方手动去调一次函数。那么如何像vue那样在Page里实现watch和computed呢?如果这时候你脑子...
代码星球
·
2020-04-01
程序
实现
watch
computed
Unsupported major.minor version 52.0
52.0是JDK1.8.0...
代码星球
·
2020-04-01
Unsupported
major.minor
version
52.0
C# Thread was being aborted
先重现问题1、新建一个aspx页面项目,插入两个页面WebForm1.aspx,WebForm2.aspx,WebForm1代码修改如下protectedvoidPage_Load(objectsender,EventArgse){try{Response.Redirect("WebForm2.aspx");}catc...
代码星球
·
2020-04-01
Thread
was
being
aborted
首页
上一页
...
141
142
143
144
145
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他