06 2017 档案

摘要:打印该年月日下的所有身份证号码 阅读全文
posted @ 2017-06-29 13:27 testway 阅读(286) 评论(0) 推荐(0) 编辑
摘要:distributionManagement 为发布到本地参考的地址 repository 设置从本地maven库拉取jar包 4.0.0 com.abc.test aaa-bbb-ccc jar 0.0.1-SNAPSHOT fcbox-ad-test http://maven.apache.org 2.5.3 3.... 阅读全文
posted @ 2017-06-19 22:30 testway 阅读(352) 评论(0) 推荐(0) 编辑
摘要:spring读取dubbo xml文件,在本项目内可以调用正常,一旦把改项目打成jar包,供其他项目调用,就会提示找不到配置文件 ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("classpat 阅读全文
posted @ 2017-06-19 21:59 testway 阅读(466) 评论(0) 推荐(0) 编辑
摘要:安卓微信公众号的H5页面是webview,一般操作需要切换context。 在执行如下步骤,就能直接像识别native样识别webview 1、代码追加: 2、在微信任何对话框 发送 "//deletetbs" appium操作微信H5 阅读全文
posted @ 2017-06-13 17:20 testway 阅读(1877) 评论(0) 推荐(0) 编辑
摘要:package com.note.testcases; /** * * The MIT License (MIT) * * Copyright (c) 2016 Alejandro Gómez Morón * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this soft... 阅读全文
posted @ 2017-06-07 23:45 testway 阅读(365) 评论(0) 推荐(0) 编辑