- 博客(9)
- 收藏
- 关注
转载 How to create a certificate to use with SslStream AuthenticateAsServer without importing
Q:I'm lost in a twisty maze of certificates and private keys.I am writing a server in C#. I want it to accept SSL connections. For test purposes, I want to generate a certificate for "local...
2018-05-20 10:20:00
385
转载 A Simple Pattern for Creating Re-useable UserControls in WPF / Silverlight
This blog post provides step-by-step instructions for creating a user control, which exposes bindable properties, in WPF and Silverlight. The post covers dependency properties, and how to manage ...
2018-03-27 10:17:00
241
转载 This I believe...( the developer edition)
I was trying to come up with a set of guiding principles as we've been using them on my current project, with an eye toward educating new developers being assigned to the project, so I wrote up...
2018-03-15 11:39:00
263
转载 Separate Assemblies != Loose Coupling
Sorry guys, but it’s time to rant. I see so many people needlessly complicating their architecture and deployment by insisting on using separate assemblies for every layer of the app or even d...
2018-03-15 11:16:00
196
转载 Unit Tests, How to Write Testable Code and Why it Matters
Unit testing is an essential instrument in the toolbox of any serious software developer. However, it can sometimes be quite difficult to write a good unit test for a particular piece of code. Ha...
2018-03-13 15:45:00
1275
转载 Writing Great Unit Tests: Best and Worst Practices
What’s the difference between a good unit test and a bad one? How do you learn how to write good unit tests? It’s far from obvious. Even if you’re a brilliant coder with decades of experience, ...
2018-03-13 15:31:00
282
转载 Never worry about ASP.NET AJAX’s .d again
Note: This post is part of a long-running series of posts covering the union of jQuery and ASP.NET: jQuery for the ASP.NET Developer.Topics in this series range all the way from using jQuer...
2016-12-16 17:21:00
199
转载 51单片机学习笔记(一)
也说不上来到底为啥吧,因为这些年做的项目都是跟硬件或多或少有打交道的,脑子一热决定单片机学起来。虽然说以前学的也是嵌入式吧,专业名称有点屌,软件专业(移动通信技术开发方向) (。˘•ε•˘。) 但上课也听不懂老师讲的啥。废话不说,进入正题:你需要准备啥 为了能够进行单片机的学习从小白到高手,你得… 1.知道单片机是个啥,起码需要对她感兴趣吧。。 2.具备基础...
2016-12-16 10:03:00
293
转载 编译过程中出现 'function' undefined
最近在做一个项目,包含有C++和C的代码,在Makefile 里指定所有的cpp文件使用C++编译器(g++)编译,所有的c文件使用C编译器(gcc),然而在编译过程中(链接阶段)出现了 xxx undefined,函数未定义的错误提示。function undefined后来经过一番搜索,发现是linkage的问题,我也不知道这个词怎么翻译,简单的说就是要加 ext...
2016-12-16 09:55:00
940
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅