首页 > 2015年04月25日 > 全部分享
团队分工情况和当前单元测试主流工具
小组分工情况:组长:刘静负责整个团队的分工,以及最后的程序测试组员:许花子负责分析需求,有了要用例之后,开发人员和用户要分析并确认软件系统得提供什么样的功能来满足用户的需求,功能有什么约束条件,如何验证功能满足了用户需求。组员:徐旭东在实现工作流中,集成由单个开发者所产生的结果,通过手工或自动化的手...
分类:其他   时间:2015-04-25 18:11:04    收藏:0  评论:0  赞:0  阅读:234
SSH2配置事务的两种方式
classpath:config/hibernate.cfg.xml-->-->PROPAGATION_REQUIRED,+RuntimeExceptionPROPAGATION_REQUIRED,+com.exception.MyRuntimeExceptionPROPAGATION_REQUIR...
分类:其他   时间:2015-04-25 18:10:54    收藏:0  评论:0  赞:0  阅读:313
android setDestinationInExternalPublicDir 下载到SD卡根目录
一:setDestinationInExternalPublicDir(“Trinea”, “MeiLiShuo.apk”);表示设置下载地址为sd卡的Trinea文件夹,文件名为MeiLiShuo.apk。设置下载路径接口为setDestinationUri,setDestinationInExt...
分类:移动平台   时间:2015-04-25 18:10:44    收藏:0  评论:0  赞:0  阅读:227
C# 接收邮件
/// /// 收取新邮件、不删除老邮件、收取邮件后写入数据库 /// public static void GetNewMailIntoDataBase(string UserName,string PassWord,string PopServer,int Port,Da...
分类:Windows开发   时间:2015-04-25 18:10:34    收藏:0  评论:0  赞:0  阅读:319
git错误:fatal: Not a git repository (or any of the parent directories): .git
git错误:fatal: Not a git repository (or any of the parent directories): .git我用git add file添加文件时出现这样错误:fatal: Not a git repository (or any of the parent ...
分类:其他   时间:2015-04-25 18:10:24    收藏:0  评论:0  赞:0  阅读:91
linux 挂载和使用文件系统
从分区,到创建文件系统,再到把磁盘或分区挂载到一个目录后才能够使用。Windows或Mac系统会自动进行挂载,一旦创建好文件系统后会自动挂载到系统上,Windows我们称之为C\D盘,而Linux需要手工进行挂载操作或配置系统进行自动挂载。一般磁盘或分区挂载到根分区下的mnt目录下,实际上挂载到.....
分类:系统服务   时间:2015-04-25 18:10:14    收藏:0  评论:0  赞:0  阅读:358
Java for LeetCode 006 ZigZag Conversion
The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font ...
分类:编程语言   时间:2015-04-25 18:10:04    收藏:0  评论:0  赞:0  阅读:179
高可用方案之脑裂问题探讨(原创)
关于脑裂我们先来看看红帽的文档是如何解释的# What does "split-brain" mean?"Split brain" is a condition whereby two or more computers or groups of computers lose contact wit...
分类:其他   时间:2015-04-25 18:09:54    收藏:0  评论:0  赞:0  阅读:267
nmon 命令
nmon 命令用途以交互方式显示本地系统统计信息并以记录方式记录系统统计信息。语法交互方式:nmon[-h]nmon[-s] [-c] [-b] [-B] [-g] [-kdisklist] [-C] [-i]记录方式:nmon[-f|-Ffilename|-x|-X|-z] [-r ] [-t|-...
分类:其他   时间:2015-04-25 18:09:45    收藏:0  评论:0  赞:0  阅读:214
ArrayList集合--C#
1 static void Main(string[] args) 2 { 3 //实例化出一个集合对象 4 ArrayList list = new ArrayList(); 5 6 /*添加*/ 7 ...
分类:Windows开发   时间:2015-04-25 18:09:14    收藏:0  评论:0  赞:0  阅读:218
c++重载运算符实验定义分数类实现分数间四则运算
实验二 自定义类型的运算【实验目的】理解运算符函数与运算符重载方法;掌握运算符重载为友元函数;【实验内容】题目:在C++中,分数不是预先定义的,建立一个分数类,使之具有以下功能:能防止分母为0、当分数不是最简形式时进行约分及分母为负数。用重载运算符完成加法、减法、乘法、除法等四则运算。源程序代码:#...
分类:编程语言   时间:2015-04-25 18:08:44    收藏:0  评论:0  赞:0  阅读:896
Grails中使用Ajax
Grails中使用Ajax步骤以及常见问题
分类:Web开发   时间:2015-04-25 18:08:34    收藏:0  评论:0  赞:0  阅读:426
负载均衡多台机子session不起效:把php.ini中file改为memcache存储
一 开启memcache服务二 修改php.ini中session配置 php/lib/php.inisession.save_handler=memcachesession.save_path="tcp://127.0.0.1:11211" 查找memcache服务:netstat ano|gre...
分类:Web开发   时间:2015-04-25 18:08:14    收藏:0  评论:0  赞:0  阅读:256
nodeJS-使用buffer类处理二进制数据
nodeJS-使用buffer类处理二进制数据
分类:Web开发   时间:2015-04-25 18:07:34    收藏:0  评论:0  赞:0  阅读:333
Recover Binary Search Tree
https://leetcode.com/problems/recover-binary-search-tree/Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without ch...
分类:其他   时间:2015-04-25 18:07:24    收藏:0  评论:0  赞:0  阅读:259
201504251733_《JavaScript中判断是否为一个数字所写的一个方法》
varisNumber=functionisNumber(value){ returntypeofvalue==='number'&&isFinite(value);}
分类:编程语言   时间:2015-04-25 18:07:14    收藏:0  评论:0  赞:0  阅读:206
树莓派-交叉编译环境搭建(Eclipse)
转自别人的文章(http://www.cnblogs.com/emouse/archive/2013/06/07/3124063.html),一些看不清楚的图片替换了一下。In this blog entry the setup of a cross-compiling development en...
分类:系统服务   时间:2015-04-25 18:06:44    收藏:0  评论:0  赞:0  阅读:423
编程之美2015 round2a c 二分图最大独立集
题目描述:两个数a和b(a 2 #include 3 #include 4 using namespace std; 5 6 const int N = 1001; 7 const int M = 500001; 8 const int E = 100000; 9 bool p...
分类:其他   时间:2015-04-25 18:06:34    收藏:0  评论:0  赞:0  阅读:265
DirectX Box
通过该Demo,可以清楚了解DirectX流程。将完整程序贴出,自己加以注释,方面查看理解。 1 /* 2 2015.4 3 d3dUtil.h 4 5 d3d 常用工具代码 6 */ 7 8 #ifndef D3DUTIL_H 9 #define D3DUTIL_H 10 ...
分类:其他   时间:2015-04-25 18:06:25    收藏:0  评论:0  赞:0  阅读:205
B/S结构和C/S结构
概念: C/S结构,即Client/Server(客户机/服务器)结构,是大家熟知的软件系统体系结构,通过将任务合理分配到Client端和Server端,降低了系统的通讯开销,可以充分利用两端硬件环境的优势。早期的软件系统多以此作为首选设计标准。 B/S结构,即Browse...
分类:Web开发   时间:2015-04-25 18:06:15    收藏:0  评论:0  赞:0  阅读:153
1405条   上一页 1 ... 21 22 23 24 25 ... 71 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!