12 2019 档案

摘要:1.错误信息 Exception in thread "main" java.lang.IllegalArgumentException: Cannot format given Object as a Date at java.text.DateFormat.format(Unknown Sour 阅读全文
posted @ 2019-12-31 14:35 筱筱的春天 阅读(2894) 评论(0) 推荐(0) 编辑
摘要:匹配的是 点后面2个或3个数字 例如 .258 .258 阅读全文
posted @ 2019-12-30 16:15 筱筱的春天 阅读(784) 评论(0) 推荐(0) 编辑
摘要:from: https://www.cnblogs.com/EmptyFS/p/4105713.html 前言 做为一个程序员,在开发的过程中会发现,有框架同无框架,做起事来是完全不同的概念,关系到开发的效率、程序的健壮、性能、团队协作、后续功能维护、扩展......等方方面面的事情。很多朋友在学习 阅读全文
posted @ 2019-12-30 10:30 筱筱的春天 阅读(1741) 评论(0) 推荐(0) 编辑
摘要:下次调我就知道在哪了 阅读全文
posted @ 2019-12-30 10:13 筱筱的春天 阅读(423) 评论(0) 推荐(0) 编辑
摘要:http://docs.groovy-lang.org/latest/html/gapi/index.html?overview-summary.html 阅读全文
posted @ 2019-12-26 16:09 筱筱的春天 阅读(144) 评论(0) 推荐(0) 编辑
摘要:each例子:def a = [1, 2, 3, 4]a.each { if (it == 2) return true // 满足条件本轮循环结束 println it} 阅读全文
posted @ 2019-12-26 15:35 筱筱的春天 阅读(3019) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/Dreamice/p/7809605.html 阅读全文
posted @ 2019-12-25 15:40 筱筱的春天 阅读(370) 评论(0) 推荐(0) 编辑
摘要:SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Calendar c = Calendar.getInstance(); //过去七天 c.setTime(new Date()); c.add(Calend 阅读全文
posted @ 2019-12-25 11:41 筱筱的春天 阅读(478) 评论(0) 推荐(0) 编辑
摘要:()里面的是string 格式的日期 .getClass()可以查 阅读全文
posted @ 2019-12-24 18:11 筱筱的春天 阅读(2259) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-12-24 16:21 筱筱的春天 阅读(1087) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-12-24 16:03 筱筱的春天 阅读(3966) 评论(0) 推荐(0) 编辑
摘要:调试代码,我就不整理了,记下after() before() 觉得这张图好美,从人家的博客上截的,找不到链接了 阅读全文
posted @ 2019-12-24 15:29 筱筱的春天 阅读(3539) 评论(0) 推荐(0) 编辑
摘要:记录方便下次查看 import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date; public class test { public static void main(String arg 阅读全文
posted @ 2019-12-24 15:18 筱筱的春天 阅读(1904) 评论(0) 推荐(0) 编辑
摘要:只作为笔记使用 阅读全文
posted @ 2019-12-23 19:38 筱筱的春天 阅读(562) 评论(0) 推荐(0) 编辑
摘要:可以通过名字, 也可以通过索引查 #可以省略括号 阅读全文
posted @ 2019-12-23 16:07 筱筱的春天 编辑
摘要:#说实话 这个鬼servlet我听说过它好多年了,但是我真的不知道它到底是干啥用的。内心里总觉得这是个很复杂的,绝对是让人难以理解的东西,我真的感觉自己很抗拒它,不想知道,不想去了解。可是我还是不得不去研究下它,因为我想知道Tomcat这个鬼东西,要想知道Tomcat的事,就必须要知道跟Tomcat 阅读全文
posted @ 2019-12-16 11:36 筱筱的春天 阅读(3339) 评论(0) 推荐(2) 编辑
摘要:def nameProfileID= parse(response).read('$.listEAAA[0].ID') context.testCase.setPropertyValue("ID",nameProfileID.toString()) 设置了 case的属性变量 context.exp 阅读全文
posted @ 2019-12-12 15:07 筱筱的春天 阅读(353) 评论(0) 推荐(0) 编辑
摘要:碎碎的记下来 阅读全文
posted @ 2019-12-12 15:00 筱筱的春天 阅读(425) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/longaiyunlay/article/details/80049440 “([Ljava/lang/String;)V” 它是一种对函数返回值和参数的编码。这种编码叫做JNI字段描述符(JavaNative Interface FieldDescrip 阅读全文
posted @ 2019-12-12 14:53 筱筱的春天 阅读(10937) 评论(0) 推荐(0) 编辑
摘要:https://www.w3cschool.cn/groovy/groovy_sort.html #Groovy sort()方法返回原始列表的排序副本。 #句法List sort() #参数没有 #返回值排序列表。 #例子下面是一个使用这个方法的例子 -class Example { static 阅读全文
posted @ 2019-12-12 11:04 筱筱的春天 阅读(1256) 评论(0) 推荐(0) 编辑
摘要:#取第一层的某个字段的所有值, 在Script Assertion #取不是第一层里面的某个字段值 阅读全文
posted @ 2019-12-12 09:53 筱筱的春天 阅读(1016) 评论(1) 推荐(0) 编辑
摘要:http://www.downza.cn/xy/53171.html 有时候因实际需求要更换TortoiseGit用户名密码,怎么办呢?下文就是TortoiseGit用户名密码的更换方法介绍,一起看看去吧。 TortoiseGit用户名密码的更换方法介绍 首先,打开电脑上面的控制面板,找到其中的“凭 阅读全文
posted @ 2019-12-11 18:09 筱筱的春天 阅读(5472) 评论(0) 推荐(1) 编辑
摘要:cd 到想要的路径,然后执行下面的命令 阅读全文
posted @ 2019-12-04 17:58 筱筱的春天 阅读(359) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示