上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 68 下一页
摘要: Visual Studio进行Web性能测试- Part III 原文作者:Ambily.raj 对于一个多用户的应用程序,性能是非常重要的。性能不仅是执行的速度,它包括负载和并发方面。Visual Studio是可以用于性能测试的工具之一。Visual Studio Test版或Visual St 阅读全文
posted @ 2019-02-10 21:34 特洛伊-Micro 阅读(226) 评论(0) 推荐(0)
摘要: Visual Studio进行Web性能测试- Part II 2012-08-31 14:34 by 知平软件, 7557 阅读, 5 评论, 收藏, 编辑 原文作者:Ambily.raj 对于一个多用户的应用程序,性能是非常重要的。性能不仅是执行的速度,它包括负载和并发方面。Visual Stu 阅读全文
posted @ 2019-02-10 21:33 特洛伊-Micro 阅读(378) 评论(0) 推荐(0)
摘要: Visual Studio进行Web性能测试- Part I 2012-08-29 08:01 by 知平软件, 5356 阅读, 9 评论, 收藏, 编辑 原文作者:Ambily.raj Visual Studio是可以用于性能测试的工具之一。Visual Studio Test版或Visual 阅读全文
posted @ 2019-02-10 21:32 特洛伊-Micro 阅读(333) 评论(0) 推荐(0)
摘要: namespace System.Runtime.Remoting.Messaging { /// Provides a set of properties that are carried with the execution code path. This class cannot be inherited. // Token: 0x0200085D RID: 2141 [Securi... 阅读全文
posted @ 2019-01-21 10:33 特洛伊-Micro 阅读(570) 评论(0) 推荐(1)
摘要: C# 多线程调用静态方法或者静态实例中的同一个方法-方法内部的变量是线程安全的 using System;using System.Threading;using System.Threading.Tasks;using System.Diagnostics;using System.Reflect 阅读全文
posted @ 2018-12-14 13:33 特洛伊-Micro 阅读(2202) 评论(0) 推荐(0)
摘要: 在学习 Asp.Net Core 的过程中,注入可以说是无处不在,对于 .Net Core 来说,它是独立的一个程序集,没有复杂的依赖项和配置文件,所以对于学习 Asp.Net Core 源码的朋友来说,注入作为一个起点非常合适,园子里确实有许多关于注入的博客,不过 .Net Core2.0 已经出 阅读全文
posted @ 2018-11-16 18:01 特洛伊-Micro 阅读(2811) 评论(0) 推荐(0)
摘要: 推荐: 我们知道在Python源码的头文件中要声明编码方式,如果你不只是会用到ascii码,很多人都写得都有点差别: #coding=utf-8 #coding:utf-8 #-*- coding:utf-8 -*- 那么怎样写才是有效地呢,哪些优势无效的呢? 可以查看下http://www.pyt 阅读全文
posted @ 2018-11-09 13:44 特洛伊-Micro 阅读(15085) 评论(0) 推荐(0)
摘要: https://cn.vuejs.org/v2/guide/components.html https://cn.vuejs.org/v2/guide/components-dynamic-async.html 上述内容可以通过 Vue 的 <component> 元素加一个特殊的 is 特性来实现 阅读全文
posted @ 2018-10-21 13:26 特洛伊-Micro 阅读(63699) 评论(0) 推荐(2)
摘要: 至于svn 。。忽略不计了。。。 集中式代码管理 CVCS 模式:TFS 分布式代码管理 DVCS 模式:git 两者比较大的差别:tfs 只有一个中央仓储,其他副本都要与中央仓储进行更新。git 是分布式的仓储,每个副本仓储都是独立的。中央远程 origin 仓储,是用来迭代各个分布式仓储的最新的 阅读全文
posted @ 2018-09-23 12:28 特洛伊-Micro 阅读(890) 评论(0) 推荐(0)
摘要: 纠正Mac上的错误: Fatal: java.lang.Error encountered. Details: unexpected errorfatal: credential helper '!/Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Co 阅读全文
posted @ 2018-09-05 13:56 特洛伊-Micro 阅读(583) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 68 下一页