不知不觉,软工实践小学期已经进行了三天,一开始,老师就明确了我们最终要做出什么:一个客户信息维护软件 首先,我们需要安装编写软件的环境:my eclipse Java enterprise 要说明的是my eclipse和之前我们学习java语言所用的eclipse稍有出入MyEclipse企业级工 ...
分类:
其他好文 时间:
2017-06-29 01:00:05
阅读次数:
134
迭代 如果给定一个list或tuple,我们可以通过for循环来遍历这个list或tuple,这种遍历我们称为迭代(Iteration)。 在Python中,迭代是通过for ... in来完成的,而很多语言比如C或者Java,迭代list是通过下标完成的,比如Java代码: for (i=0; i ...
分类:
编程语言 时间:
2017-06-28 13:13:07
阅读次数:
155
在调用mcp2210_dll_m_dotnetv4_x86.dll时,出现上述问题,并且存在warning:There was a mismatch between the processor architecture of the project being build "MSIL" and th ...
分类:
其他好文 时间:
2017-06-28 11:50:44
阅读次数:
196
Question: Leedcode提交代码:Runtime: 19 ms 完整可运行代码: 注: ①最开始使用一个String变量ans进行循环,导致每轮次ans之间混乱,加入curr变量,解决这个问题。 ② String与StringBuilder之间的区别: String:字符串常量 Stri ...
分类:
其他好文 时间:
2017-06-27 23:41:41
阅读次数:
381
找到building setting找到other link flgs里把里面'-websockets删掉 ...
分类:
Web程序 时间:
2017-06-27 19:53:53
阅读次数:
123
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Web; namespace CRM3.Common{ public clas ...
分类:
其他好文 时间:
2017-06-27 14:57:24
阅读次数:
184
洛谷P1531 I Hate It 线段树 单点修改 区间求最大 ...
分类:
其他好文 时间:
2017-06-27 13:50:37
阅读次数:
166
代码高效的表达意图,是优秀代码的基本标准,所以在刚刚写代码的时候我们总是被教育方法的名字,变量字段的名字要尽可能表达出在程序中的含义。 在《重构和模式》中提到的creation,就是讲构造实例的方式封装变为可以表达含义的方法提供给客户端使用,从而保证了在阅读客户端代码时,可以清洗的明白代码在做什么, ...
分类:
其他好文 时间:
2017-06-27 00:07:06
阅读次数:
260
VMWARE + REDHAT + ORA10 先说一下环境,操作系统为Microsoft Windows Server 2003,安装的是虚拟机VMware Workstation Version 7.1.2 build-301548,虚拟机上选择安装的是Redhat Enterprise Lin ...
分类:
数据库 时间:
2017-06-26 22:39:54
阅读次数:
262
用本机的 Microsoft SQL Server Management Studio 2005 客户端连接数据库服务器时报错:“This version of Microsoft SQL Server Management Studio can only be used to connect to ...
分类:
数据库 时间:
2017-06-26 22:36:32
阅读次数:
222