随笔分类 -  [15] 软件开发

软件开发实践。Develop Practice
摘要:postman 简介 在我们日常的测试工作中,接口测试其实很普遍,无论你是做什么测试,功能、自动化亦或是性能测试,都会或多或少接触到接口。在测试过程中,很多场景都需要测试人员针对某个接口进行测试,并针对不同类型的接口设计不同的测试方案,这时如果有一款功能强大的接口测试工具,就快速完成繁琐工作,大幅提 阅读全文
posted @ 2022-01-05 22:19 emanlee 阅读(733) 评论(0) 推荐(0) 编辑
摘要:接口管理现状 目前常用的解决方案如下: 使用 Swagger 管理接口文档 使用 Postman 调试接口 使用 RAP Mock 数据 使用 JMeter 做接口自动化测试 ref https://zhuanlan.zhihu.com/p/423521918 阅读全文
posted @ 2022-01-05 18:15 emanlee 阅读(56) 评论(0) 推荐(0) 编辑
摘要:Apache Shiro是一个强大且易用的Java安全框架,执行身份验证、授权、加密和会话管理。 三个核心组件:Subject, SecurityManager 和 Realms. Subject:即“当前操作用户”。但是,在Shiro中,Subject这一概念并不仅仅指人,也可以是第三方进程、后台 阅读全文
posted @ 2021-08-22 22:32 emanlee 阅读(130) 评论(0) 推荐(0) 编辑
摘要:市面上的消息队列产品有很多,比如老牌的 ActiveMQ、RabbitMQ ,目前最火的 Kafka ,还有 ZeroMQ ,去年底阿里巴巴捐赠给 Apache 的 RocketMQ ,连 redis 这样的 NoSQL 数据库也支持 MQ 功能。总之这块知名的产品就有十几种,本文讲 RabbitM 阅读全文
posted @ 2021-08-22 16:11 emanlee 阅读(81) 评论(0) 推荐(0) 编辑
摘要:I'm using visual studio 2019, and I'm faced with 3 options for when I commit my C# code. I need an explanation of the differences between each of the 阅读全文
posted @ 2021-08-22 15:05 emanlee 阅读(728) 评论(0) 推荐(0) 编辑
摘要:http://tool.lu/regex/ http://tool.lu/regex/ http://regexr.com/ https://txt2re.com/index.php3 http://www.regular-expressions.info/regexmagic.html 阅读全文
posted @ 2016-08-23 18:18 emanlee 阅读(48297) 评论(0) 推荐(5) 编辑
摘要:Is it hard to perform a postback confirmation dialog - Cancel to cancel , and OK to PostBack ?   http://demos.telerik.com/aspnet-ajax/window/examples/browserdialogboxes/defaultcs.aspx http://w... 阅读全文
posted @ 2010-07-21 22:28 emanlee 阅读(377) 评论(0) 推荐(0) 编辑
摘要:Can I change RadGrid Headertext at runtime?? =================== Try the following code snippet to set the HeaderText of RadGrid at runtime. CS: protected void RadGrid1_ItemDataBound(object sender,... 阅读全文
posted @ 2009-07-28 12:19 emanlee 阅读(594) 评论(0) 推荐(0) 编辑
摘要:Gets or sets the text content of the RadComboBox control. Use RadComboBox1.Text NOT Use RadComboBox1.SelectedItem.Text 阅读全文
posted @ 2009-07-21 19:57 emanlee 阅读(231) 评论(0) 推荐(0) 编辑
摘要:每个函数都可以将表达式 (表达式:算术或逻辑运算符、常数、函数和字段名称、控件和属性的任意组合,计算结果为单个值。表达式可执行计算、操作字符或测试数据。)强制转换为特定 的数据类型 (数据类型:决定字段可拥有的数据类型的字段特征。数据类型包括 Boolean、Integer、Long、Currency、Single、Double、Date、String 和 Variant(默认)。)。 语法 ... 阅读全文
posted @ 2009-07-20 23:19 emanlee 阅读(1622) 评论(0) 推荐(0) 编辑
摘要:We've noticed some changes and one of it is the "page size" control(dropdownlist) appears in the footer of the RadGrid if the pagerstyle mode is set to "NextPrevAndNumeric". Is the... 阅读全文
posted @ 2009-07-17 17:44 emanlee 阅读(1054) 评论(0) 推荐(0) 编辑
摘要:ChooseSourceDatabase选择数据库MappingFileMapping文件位置(会根据output目录自动更改,不需要设置)OutputDirectory文件输出目录RootNameSpace根节点的命名空间Filter by Individual Objects - OptionalEnumTables枚举表,表中的所有数据都会被用作枚举类型,要求:第一列为主键,第二列为唯一键,... 阅读全文
posted @ 2009-07-16 21:41 emanlee 阅读(280) 评论(0) 推荐(0) 编辑
摘要:转自:http://www.cnblogs.com/iCaca/archive/2007/06/28/799429.html   IDE:Visual Studio 2005 + Resharper.3.1 语言:Asp.net ,C# 单元测试:NUnit 网页测试:VSTS 框架及代码生成:.netTiers v2.2.0.596 日志:entLib 3.1 web控件:Tele... 阅读全文
posted @ 2009-07-16 21:15 emanlee 阅读(433) 评论(0) 推荐(0) 编辑
摘要:Change the back color of the expanded row and the collapsed rows.   protected void RadGrid1_ItemCommand(object source, Telerik.Web.UI.GridCommandEventArgs e)     {   &... 阅读全文
posted @ 2009-07-16 13:06 emanlee 阅读(1201) 评论(0) 推荐(0) 编辑
摘要:================================= ASPX - like HierarchyExpandCollapseOnDoubleClick_WebUI.ziphttp://www.telerik.com/community/code-library/aspnet-ajax/grid/expand-collapse-hierarchy-with-ajax-request-o... 阅读全文
posted @ 2009-07-16 13:05 emanlee 阅读(3516) 评论(0) 推荐(0) 编辑
摘要:操作RadGrid1并且有PostBack时,如果RadAjaxLoadingPanel1不出现,要检查以下设置是否正确: <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">         &#... 阅读全文
posted @ 2009-07-16 13:04 emanlee 阅读(555) 评论(0) 推荐(0) 编辑
摘要:       每一个具有有限资源的软件项目必须理解所要求的特性、使用实例和功能需求的相对优先级。设定优先级有助于项目经理,解决冲突,安排阶段性交付,并且做出必要的取舍。 当客户的期望很高、开发时间短并且资源有限时,你必须尽早确定出所交付的产品应具备的最重要的功能。建立每个功能的相对重要性有助于你规划软件的构造,以最少的费用提供产品的最大功... 阅读全文
posted @ 2009-07-12 11:44 emanlee 阅读(1245) 评论(0) 推荐(0) 编辑
摘要:An error occurred while attempting to connect to your blog: network connection Error - Error Attempting to connect to blog at: http://website.com found: found you must correct this error before proce... 阅读全文
posted @ 2009-07-07 17:59 emanlee 阅读(383) 评论(0) 推荐(0) 编辑
摘要:  “/”应用程序中的服务器错误。 Pages.Instance is null 说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.InvalidOperationException: Pages.Instance is null 源错误: 执行当前 Web 请求期间生成了未处理... 阅读全文
posted @ 2009-07-07 15:43 emanlee 阅读(571) 评论(0) 推荐(0) 编辑
摘要:    在开发团队里往往都不会有一名专职美工负责界面设计,交给美术公司设计似乎是一种很好的方法,但是由于业务沟通,或者所采用的是平面设计工具而不是程序开发工具,做出来的效果要么与初衷不符,要么难以将其完全搬进真实界面中.很多开发人员在界面设计这块不擅长的领域里四处碰壁,界面不统一,色调不统一,成员间对界面设计理解的差异,都严重影响了团队开发的效果和进程.  ... 阅读全文
posted @ 2009-06-30 19:42 emanlee 阅读(596) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示