google-api-for-dotnet

码农软件 · 软件分类 · Google相关API · 2019-03-20 16:29:24

软件介绍

这是 .NET 平台对Google API的封装,包括:搜索、翻译等;这是非官方的开发包。

示例代码:

string text = "我喜欢跑步。";
TranslateClient client = new TranslateClient(/* Enter the URL of your site here */);
string translated = client.Translate(text, Language.ChineseSimplified, Language.English);
Console.WriteLine(translated);
// I like running.

需要 .NET 3.5 SP1 的支持。

本文地址:https://www.codercto.com/soft/d/1773.html

On LISP

On LISP

Paul Graham / Prentice Hall / 09 September, 1993 / $52.00

On Lisp is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme. It gives the first complete description of macros and macro applications. The book also ......一起来看看 《On LISP》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试