2008年05月
PHP与C#间使用签名算法验证数据,最近在忙一个项目,要求php使用c#产生的公钥加密数据,加密后的数据返回给.net程序,开始使用php 的Crypt_RSA库,浪费N多时间后,发现根本不能相互通,后来,看了下RSA算法后,利用网络上找到的rsa.php(这东西不错,可若不看算法,根本看不懂的),外加很少的一部分代码,就成功的解决了这个问题。特分享下。阅读全文>
发表于 @ 2008年05月25日 02:31:00|评论(loading...)|编辑
In our previous article, Reflection Part 1: Discovery and Execution, we introduced the System.Reflection namespace and its classes which allow developers to view assembly metadata, query for and discover types, and invoke code - all at run-time. In this article we will examine reflection emit - the ability to dynamically generate code at run-time. 阅读全文>
发表于 @ 2008年05月08日 09:51:00|评论(loading...)|编辑
an article explained reflection —— introduced the System.Reflection namespace and its classes which allow developers to view assembly metadata, query for and discover types, and invoke code - all at run-time. 阅读全文>
发表于 @ 2008年05月08日 09:43:00|评论(loading...)|编辑
Recently, I had to get MonoDevelop working on CentOS 5 for a project. Here is my blow-by-blow summary of how to get it working. The procedure is designed for CentOS 5, and it works on my Fedora 8 system as well. Since most of the activity is just compiling stuff from source, it should be pretty easy to follow on a different distribution. It’s just a matter of getting the correct packages installed in the preparation phase.阅读全文>
发表于 @ 2008年05月03日 10:13:00|评论(loading...)|编辑