codeplex

How to clone a codeplex mercurial repository behind a proxy?

冷暖自知 提交于 2019-12-20 03:45:06
问题 I am using TortoiseHG version 2.4.2 and with either firefox or internet explorer I can browse the following codeplex project just fine. https://hg.codeplex.com/oxyplot The problem is that I cannot clone the repository on my local computer. Initially, I used to get errors like this, URLError: [Errno 10061] No connection could be made because the target machine actively refused it Some google-fu later (HOURS later), I figured out that I needed to set proxy settings for tortoiseHg, which

MEF: a replacement for PRISM?

懵懂的女人 提交于 2019-12-18 10:53:19
问题 To what extent, if any, is MEF a replacement for PRISM? 回答1: Edit: Do not read this answer. It is embarrassingly wrong. I am fail. Read Glenn Block's below. It's not obvious, but this is the same question: Managed Extensibility Framework (MEF) vs. Composite UI Application Block (CAB) Consensus in the duplicate post is that MEF and Prism provide the same basic set of functionality in different ways, except that Prism provides the Event Aggregator, which is a pub-sub means of communication

Virtualizing WPF Wrap Panel Issue

末鹿安然 提交于 2019-12-18 02:49:51
问题 There are not very many options for a virtualizing wrap panel for use in WPF. For one reason or another MS decided to not ship one in the standard library. If anyone could be so bold as to provide a crowd source answer (and explaination) to the first work item on the following codeplex project, I would greatly appreciate it: http://virtualwrappanel.codeplex.com/workitem/1 Thanks! Summary of issue: I've recently tried using the virtualizing wrappanel from this project and have encountered a

如何在Notepad ++中重新格式化JSON?

扶醉桌前 提交于 2019-12-17 19:33:28
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 我需要Notepad ++从中获取一个json字符串 {"menu": {"id": "file","value": "File","popup": {"menuitem": [{"value": "New", "onclick": "CreateNewDoc()"},{"value": "Open", "onclick": "OpenDoc()"},{"value": "Close", "onclick": "CloseDoc()"}]}}} 对... {"menu": { "id": "file", "value": "File", "popup": { "menuitem": [ {"value": "New", "onclick": "CreateNewDoc()"}, {"value": "Open", "onclick": "OpenDoc()"}, {"value": "Close", "onclick": "CloseDoc()"} ] } }} 我环顾了所有TextFX选项,但找不到任何有用的东西。 #1楼 我知道你问的是NotePad ++,但OS X的TextMate可以通过JSON包来实现,它叫做“Reformat Document”命令。 #2楼 Notepad ++的

c# 常用框架整理

心不动则不痛 提交于 2019-12-12 10:49:57
原文: C#开源框架 Json.NET http://json.codeplex.com/ Json.Net 是一个读写Json效率比较高的.Net框架.Json.Net 使得在.Net环境下使用Json更加简单。通过Linq To JSON可以快速的读写Json,通过JsonSerializer可以序列化你的.Net对象。让你轻松实现.Net中所有类型(对象,基本数据类型 等)和Json的转换。 Math.NET http://www.mathdotnet.com/ Math.NET的目标是为提供一款自身包含清晰框架的符号运算和数学运算/科学运算,它是C#开发的开源类库。Math.NET含了一个支持线性代数的解析器,分析复杂微分,解方程等等功能。 Faker.Net https://github.com/jonwingfield/Faker.Net 开发的时候是不是为测试数据烦恼?Faker.Net可以非常方便帮你生成大批量测试数据。例如人员表里面的姓名、性别什么的。 Html Agility Pack http://htmlagilitypack.codeplex.com/ Html Agility Pack 是CodePlex 上的一个开源项目。它提供了标准的DOM API 和XPath 导航--即使 HTML 不是适当的格式!HTML Agility Pack 搭配

Using Tortoise SVN, how can I download the latest version of the source code of my CodePlex application?

时光怂恿深爱的人放手 提交于 2019-12-12 08:43:29
问题 I'm trying to figure out how to download the latest source code. Here's what I've done. On my desktop machine, I created my CodePlex app account, installed Tortoise SVN and successfully uploaded my code to the site. The source code now shows on the CodePlex site. On my laptop , I installed Tortoise SVN. I then created a blank folder and I'm now trying to download the code available on my CodePlex site. I know my SVN url, and my user name and password. I'm just lost as to how to do it. I try

Has any one used TFS AGGREGATOR for implementing below scenarios?

折月煮酒 提交于 2019-12-11 22:15:55
问题 When any child link is set to ACTIVE Parent should transit from "Proposed" to "Active" If any child is active under the parent, the parent work item will not be set to "Closed" unless all child's are set to Closed or resolved. 回答1: The first item is achievable with TFS Aggregator. Here's an example configuration you could use: <!--When any Tasks are In Progress set the parent (PBI) to In Progress --> <AggregatorItem name="Update InProgress" operationType="String" linkType="Parent" linkLevel=

Cloning using Tortoise-Hg abort in middle[command returned code 255]

五迷三道 提交于 2019-12-10 23:33:32
问题 I am using Tortoise-Hg for cloning a fork from CodePlex and cloning stops in the middle of the process . I have tried it more than 6 times and it does have a problem. I am using the visual client of Tortoise-Hg and I gave the source as https://hg.codeplex.com/forks/xxx/xxxx and selected a destination First used compressed method This is what appeared in the command prompt % hg clone --verbose -- https://hg.codeplex.com/forks/xxx/xxxx xxxx But the process start quite fast and then it get hung

WPF 的开源项目有哪些

ε祈祈猫儿з 提交于 2019-12-09 03:06:25
Modern UI for WPF : http://mui.codeplex.com/ 利用Wpf实现Win8 Modern样式的开源项目 wpf toolkit : http://wpftoolkit.codeplex.com/ WPF常用的官方开源控件库 MVVM light toolkit : http://mvvmlight.codeplex.com/ 一个实现Mvvm模式的轻量级开源框架 Fluent Ribbon Control Suite : http://fluent.codeplex.com/ 最好用的开源Ribbon风格菜单栏库 AvalonDock : http://avalondock.codeplex.com/   VS界面多窗格可自由拖拉的Panel 来源: CSDN 作者: Metal1 链接: https://blog.csdn.net/Metal1/article/details/41894893

Getting “Unable to connect to a repository” error in CodePlex with TortoiseSVN

限于喜欢 提交于 2019-12-08 13:42:24
I just created a project over at codeplex and tried committing the sourcecode (so my project can be available publicly). TortoiseSVN just doesn't work with CodePlex anymore it seems. And codeplex doesn't let you change source uploading options without contacting them first. The errors in get when I try to checkout are: Unable to connect to a repository at URL 'http://onthefly.codeplex.com' The OPTIONS request returned invalid XML in the response: XML parse error at line 1: no element found (https://onthefly.svn.codeplex.com/svn) and OPTIONS of 'http://onthefly.codeplex.com': could not connect