04 2017 档案

摘要:1. XmlArray和XmlArrayItem XmlArray和XmlArrayItem是不同的,XmlArray是指这个数组叫什么,XmlArrayItem 值数组的每个元素叫什么。 测试对象 单元测试 相关参考: https://www.mgenware.com/blog/?p=142 阅读全文
posted @ 2017-04-25 18:45 zzljh 阅读(316) 评论(0) 推荐(0)
摘要:jira报错,此域不支持您输入的日期 解决方法: 使用20117-1-1这样的格式输入,不要用选择日期。具体原因未知。 阅读全文
posted @ 2017-04-25 10:28 zzljh 阅读(885) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace LinqDemo 8 { 9 class Program 10 { 11 ... 阅读全文
posted @ 2017-04-23 01:14 zzljh 阅读(386) 评论(0) 推荐(0)