摘要: http://members.tip.net.au/~dbell/The home page of David Ingalls Bell.Good programs available from one of the best programmers on planet. 阅读全文
posted @ 2013-11-25 01:23 丸子No1 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Parameters:p , q (private, chosen)n=p*q (public, calculated)e (public, chosen)d (private, calculated)e*d mod=1. =(p-1)*(q-1); 阅读全文
posted @ 2013-11-09 00:58 丸子No1 阅读(201) 评论(0) 推荐(0) 编辑
摘要: The purpose of this algorithm is to enable two users to exchange a key securely that can then be used for subsequent encryption of messages. The algorithm itself is limited to the exchange of keys.Two publicly known parameters:1.prime number q2.integer g that is primitive root of q.Using these two p 阅读全文
posted @ 2013-11-09 00:50 丸子No1 阅读(137) 评论(0) 推荐(0) 编辑
摘要: three public parameters:1.160-bit prime number q is chosen;2.prime number p is selected with a length between 512 and 1024 bits , such that q divides(p-1).3.g is chosen to be of the form h^((p-1)/q)mod p. 1<g<p-1.With these numbers in hand, each user selects a private key and genertes a public 阅读全文
posted @ 2013-11-09 00:26 丸子No1 阅读(301) 评论(0) 推荐(0) 编辑
摘要: What is Ajax?Asynchronous javascript and XML.Based on javascript and HTTP request.Ajax is not a new language but a new way to use standard._______________________________________________________How to use it?create XMLHttpRequest object.method:open();send();properties: onreadystatechange,readyState, 阅读全文
posted @ 2013-11-02 20:02 丸子No1 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1. download fromhttp://ant.apache.org/. This tool can be used to package code.2. set path. right click my computer->properties->Advanced System Setting->variable path. Under Administrator,create new ANT_HOME variable setting its value asD:\program tools\apache-ant-1.9.2-bin\apache-ant-1.9.2 阅读全文
posted @ 2013-10-29 01:33 丸子No1 阅读(220) 评论(0) 推荐(0) 编辑
摘要: WSDL, Web Service Description Language, used for describing the web services. SOAP, Simple Object Access Protocol, used for accessing web services. UDDI, Universal Description, Discovery and Integration,a directory service where company can search web services.RDF, Resource Description Framework, wr 阅读全文
posted @ 2013-10-28 21:39 丸子No1 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Just searched some pages on google, I conclude following tips:1..h files only contain declarations, .c contain definitions. In other words, .h don't use memory but .c use.2..h is interpreted during pompilation time.3..h is like interface , it only servers definition rather than execution. 阅读全文
posted @ 2013-10-27 00:50 丸子No1 阅读(145) 评论(0) 推荐(0) 编辑
摘要: Metadata is data (information) about data.The tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata.The. 阅读全文
posted @ 2013-10-15 01:59 丸子No1 阅读(158) 评论(0) 推荐(0) 编辑
摘要: My dear fellow-citizens,Brothers, sisters and dear children,I greet you all on this Independence Day.Today is certainly a day of joy for us. But on this celebration of independence we also feel pain in our hearts that our brothers and sisters inUttarakhandhad to face devastation about two months bac 阅读全文
posted @ 2013-08-15 12:57 丸子No1 阅读(146) 评论(0) 推荐(0) 编辑