摘要: 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 阅读全文
posted @ 2018-05-20 10:20 勒·普若米子 阅读(412) 评论(0) 推荐(0) 编辑
摘要: This blog post provides step-by-step instructions for creating a user control, which exposes bindable properties, in WPF and Silverlight. The post cov 阅读全文
posted @ 2018-03-27 10:17 勒·普若米子 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 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 b 阅读全文
posted @ 2018-03-15 11:39 勒·普若米子 阅读(168) 评论(0) 推荐(0) 编辑
摘要: Sorry guys, but it’s time to rant. I see so many people needlessly complicating their architecture and deployment by insisting on using separate assem 阅读全文
posted @ 2018-03-15 11:16 勒·普若米子 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2018-03-13 15:45 勒·普若米子 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 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 b 阅读全文
posted @ 2018-03-13 15:31 勒·普若米子 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 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 s 阅读全文
posted @ 2016-12-16 17:21 勒·普若米子 阅读(543) 评论(0) 推荐(0) 编辑
摘要: 也说不上来到底为啥吧,因为这些年做的项目都是跟硬件或多或少有打交道的,脑子一热决定单片机学起来。虽然说以前学的也是嵌入式吧,专业名称有点屌,软件专业(移动通信技术开发方向) (。˘•ε•˘。) 但上课也听不懂老师讲的啥。 废话不说,进入正题: 你需要准备啥 为了能够进行单片机的学习从小白到高手,你得 阅读全文
posted @ 2016-12-16 10:03 勒·普若米子 阅读(885) 评论(0) 推荐(0) 编辑
摘要: 最近在做一个项目,包含有C++和C的代码, 在Makefile 里指定所有的cpp文件使用C++编译器(g++)编译,所有的c文件使用C编译器(gcc), 然而在编译过程中(链接阶段)出现了 xxx undefined,函数未定义的错误提示。 function undefined 后来经过一番搜索, 阅读全文
posted @ 2016-12-16 09:55 勒·普若米子 阅读(1202) 评论(0) 推荐(0) 编辑