posted @ 2018-04-22 16:53 XieJuan 阅读(301) 评论(0) 推荐(0)
摘要:        
问题1: Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in cls_template.php XXX line Deprecated: preg_replac    阅读全文
        
摘要:        
一、 实验要求 二、 实验过程 1. 实验环境配置——seleniumIDE 该实验进行的环境为 操作系统:Windows 10 专业版,64位操作系统,基于x64的处理器 处理器:Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz 2.19GHz 1.1 下载浏览器     阅读全文
        posted @ 2018-04-19 10:54 XieJuan 阅读(384) 评论(0) 推荐(0)
摘要:        
// 学习笔记来源于 廖雪峰的Git教程 Git 是分布式版本控制系统, 集中式版本控制系统,版本库是集中存放在中央服务器,工作时是用的个人电脑,其最大的缺陷是必须联网才能工作。 安装 Ubuntu Linux / Debian 命令: sudo apt-get install git Linux     阅读全文
        posted @ 2018-04-04 15:23 XieJuan 阅读(93) 评论(0) 推荐(0)
摘要:        
1. Junit 安装 1.1 下载 下载网址:http://mvnrepository.com/artifact/junit/junit 我下载的是Junit 4.12 版本的 jar 包。 想要使用Junit 还要配套下载Hamcrest all 的 jar 包,这街在搜索栏搜Hamcrest     阅读全文
        posted @ 2018-03-22 11:36 XieJuan 阅读(268) 评论(0) 推荐(0)
摘要:        
作业题目: 作业要求 1: 作业要求 2: The simple fault that t2(n=5) would be more likely to discover than t1(n=3) would is the index of the array out of bounds. It is    阅读全文
        posted @ 2018-03-20 20:07 XieJuan 阅读(219) 评论(0) 推荐(0)
摘要:        
如何通过Java发送HTTP请求,通俗点讲,如何通过Java(模拟浏览器)发送HTTP请求。 Java有原生的API可用于发送HTTP请求,即java.net.URL、java.net.URLConnection,这些API很好用、很常用,但不够简便; 所以,也流行有许多Java HTTP请求的fr    阅读全文
        posted @ 2018-03-13 20:21 XieJuan 阅读(104) 评论(0) 推荐(0)
摘要:        
想要对这三者进行区分,首先要知道它们的定义。 fault: A static defect in the software. error: External, incorrect behavior with respect to the requirements or other descripti    阅读全文
        posted @ 2018-03-12 11:44 XieJuan 阅读(1879) 评论(0) 推荐(1)
摘要:        
经常戏谑自己的编程之旅就是:“写 bug,改 bug,再写 bug,直到运行成功”。毕竟,作为编程渣渣经常性不知道自己哪又写错了,一顿 debug 之后,常常又会有其他的问题出现。现在还记得大一刚接触编程时,不知道犯了多少的语法错误。 那时最容易犯的一个错误就是“=”和“==”分不清,每次写判断语句    阅读全文
        posted @ 2018-03-12 11:05 XieJuan 阅读(801) 评论(0) 推荐(0)
摘要:        
随手贴一个百度的 ant 解释 1. 下载 官方下载网站:https://ant.apache.org/manualdownload.cgi 注意下载时和自己已有的 java 版本相匹配。我这里下载的是 binary 版本。 2. 安装 将压缩包解压到你想放置的硬盘内。 我一般都放在 C 盘:C:\    阅读全文
        posted @ 2018-03-11 18:15 XieJuan 阅读(161) 评论(0) 推荐(0)
                    
                
浙公网安备 33010602011771号