码迷,mamicode.com
首页 >  
搜索关键字:reporting    ( 607个结果
[随笔][Java][修改pom仓库库为阿里云]
``` 4.0.0 com.liu wenda 0.0.1-SNAPSHOT jar wenda Demo project for Spring Boot org.springframework.boot spring-boot-starter-parent 2.0.5.RELEASE alimav... ...
分类:编程语言   时间:2018-09-27 10:30:55    阅读次数:278
Springboot 2.0.0单元测试
1. 引入spring-boot-starter-test包 2. 记得在自己测试时,导包有问题的话,是要记得去掉spring-boot-starter-test中的scope范围,只需要三个注解就行 官方文档,可参考:https://docs.spring.io/spring-boot/docs/ ...
分类:编程语言   时间:2018-09-25 18:30:33    阅读次数:209
Word Count基础功能
Gitte地址:https://gitee.com/gyuyue/WordCount PSP表格 PSP2.1 PSP阶段 预估耗时 (分钟) 实际耗时 (分钟) Planning 计划 15 20 · Estimate · 估计这个任务需要多少时间 30 30 Development 开发 60 ...
分类:其他好文   时间:2018-09-24 21:22:48    阅读次数:209
php session类
<?phperror_reporting(E_ERROR);classSessionDeal{private$database;/*session初始化函数@paramdatabase数据库对象@returnbool操作成功返回true,失败返回false*/functionopen($database){$this->database=$database;echo"open".PHP
分类:Web程序   时间:2018-09-21 00:40:38    阅读次数:256
如何关闭php的所有错误提示
在调试PHP 应用程序时,应当知道两个配置变量。下面是这两个变量及其默认值:display_errors = Offerror_reporting = E_ALL E_ALL能从不良编码实践到无害提示到出错的所有信息。E_ALL 对于开发过程来说有点太细,因为它在屏幕上为一些小事(例如变量未初始化) ...
分类:Web程序   时间:2018-09-18 22:34:01    阅读次数:171
个人项目:WC
https://github.com/RicyGray/wc.exe PSP2.1 Personal Software Process Stages 预估耗时(分钟) 实际耗时(分钟) Planning 计划 10 5 · Estimate · 估计这个任务需要多少时间 10 5 Developme ...
分类:其他好文   时间:2018-09-15 12:23:34    阅读次数:154
python 实现 wc.exe
github项目地址:https://github.com/qq1040673290/untitled/blob/master/wc.py WC 项目要求 wc.exe 是一个常见的工具,它能统计文本文件的字符数、单词数和行数。这个项目要求写一个命令行程序,模仿已有wc.exe 的功能,并加以扩充, ...
分类:编程语言   时间:2018-09-15 00:40:57    阅读次数:199
用C给小学生出题目
用C给小学生出题目 一、预估与实际 | PSP2.1 | Personal Software Process Stages | 预估耗时(分钟) | 实际耗时(分钟) | | | | | | | Planning | 计划 | 600 | 300 | | ? Estimate | ? 估计这个任务需 ...
分类:其他好文   时间:2018-09-12 01:29:55    阅读次数:206
小学数学题大礼包
小学数学题大礼包 一、预估与实际 | PSP2.1 | Personal Software Process Stages | 预估耗时(分钟) | 实际耗时(分钟) | | | | | | | Planning | 计划 | 30 | 60 | | ? Estimate | ? 估计这个任务需要多少 ...
分类:其他好文   时间:2018-09-11 22:57:16    阅读次数:214
Spring Boot 整合 Dubbo和Zookeeper
Spring Boot 整合 Dubbo和Zookeeper Spring Boot 整合 Dubbo和Zookeeper 环境介绍 Zookeeper 安装 启动 Dubbo admin 搭建 创建主maven项目 创建子spring boot项目 Spring Boot 整合 Dubbo和Zoo ...
分类:编程语言   时间:2018-08-28 10:36:18    阅读次数:184
607条   上一页 1 ... 13 14 15 16 17 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!