摘要: ONE Install maven Check whether it is successful. TWO Clone the project Get into the dictionary you want to put the project in. Open Git Bash. Input " 阅读全文
posted @ 2017-04-17 21:52 Danning1996 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Well, I try to install soot in Eclipse through "help -> install...", but when I finish it, I can not find "soot" on the right click of project. So, I 阅读全文
posted @ 2017-04-12 22:50 Danning1996 阅读(798) 评论(0) 推荐(0) 编辑
摘要: Centos查看IP地址 登陆连接centos系统,输入 ifconfig 可以查看到当前本机的IP地址信息 Sysstat常用命令 SYSSTAT是一个软件包,包含监测系统性能及效率的一组工具,这些工具对于我们收集系统性能数据,比如CPU使用率、硬盘和网络吞吐数据,这些数据的收集和分析,有利于我们 阅读全文
posted @ 2017-04-04 09:39 Danning1996 阅读(89) 评论(0) 推荐(0) 编辑
摘要: Download and install Firefox browser If you are the user of WINDOWS, there is a link available for you. Download and install selenium&firebug There is 阅读全文
posted @ 2017-03-25 23:31 Danning1996 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 浮点数有精度损失;e.g:1.1+1.1+1.1 != 3.3,浮点数转换为二进制,而二进制无法准确地表达出3.3 CPU有专门的浮点数运算部件,计算效率更高; 符号:**(指数) 2**3 = 8 / (floor division) 类型转换:bool < int < float < compl 阅读全文
posted @ 2017-03-19 23:14 Danning1996 阅读(122) 评论(0) 推荐(0) 编辑
摘要: There is the code of PrintPrimes() method. Q1 draw the CFG for this method. Pay attention to the if statement and while, for loops. Q2 If the edge aft 阅读全文
posted @ 2017-03-15 09:35 Danning1996 阅读(182) 评论(0) 推荐(0) 编辑
摘要: LAB 1 REPORT Firstly, install junit, hamcrest and eclemma. Junit is a unit testing framework for the Java programming language. Hamcrest is a framewor 阅读全文
posted @ 2017-03-12 22:07 Danning1996 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Homework 1 I will describe a project to illustrate this homework. This project is about web page creation. It aims to create a Todolist web page, whic 阅读全文
posted @ 2017-02-28 09:56 Danning1996 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Question 1: 1.Identify the fault. The condition of loop is fault. It makes the loop works from the last element in x to the second element. For exampl 阅读全文
posted @ 2017-02-28 09:05 Danning1996 阅读(225) 评论(0) 推荐(0) 编辑
摘要: An Error in My Project Last semester, I finished a WEB project by myself. It involved javascript, react.js, JQuery.js and so on. I made a web page abo 阅读全文
posted @ 2017-02-25 20:31 Danning1996 阅读(143) 评论(0) 推荐(0) 编辑