- 授权协议: MIT
- 开发语言: C# JavaScript
- 操作系统: Windows
- 软件首页: http://code.google.com/p/jquerysharp/
软件介绍
jQuerySharp 是一个用 C# 来编写 jQuery 代码的C#类库,下面是生成的 jQuery 代码示例:
Type.createNamespace('JQuerySharp');
////////////////////////////////////////////////////////////////////////////////
// JQuerySharp.Example
JQuerySharp.Example = function JQuerySharp_Example() {
}
JQuerySharp.Example.prototype = {
run: function JQuerySharp_Example$run() {
var jq = jQuery('#test');
jq.append('Some new content').append('A bit more');
jq.attr('style', 'border:1px');
if (jQuery.browser.msie) {
alert('You\'re using IE');
}
jQuery('#clickme').click(Delegate.create(this, this.onClick));
jQuery().ready(Delegate.create(this, this.onReady));
},
onClick: function JQuerySharp_Example$onClick() {
jQuery('#newcontent').html('<h1>new stuff here</h1>');
var test = jQuery('#cloneme').clone();
var jq = jQuery('#newcontent');
jq.attr('style', 'color:red').append('<p>This comes from attr</p>');
jq.append(test);
},
onReady: function JQuerySharp_Example$onReady() {
alert('Called from ready');
var plugin = jQuery('#test');
plugin.accordion();
}
}
JQuerySharp.Example.createClass('JQuerySharp.Example');
人工智能
腾讯研究院、中国信通院互联网法律研究中心、腾讯AI Lab、腾讯开放平台 / 中国人民大学出版社 / 2017-10-25 / 68.00元
面对科技的迅猛发展,中国政府制定了《新一代人工智能发展规划》,将人工智能上升到国家战略层面,并提出:不仅人工智能产业要成为新的经济增长点,而且要在2030年达到世界领先水平,让中国成为世界主要人工智能创新中心,为跻身创新型国家前列和经济强国奠定基础。 《人工智能》一书由腾讯一流团队与工信部高端智库倾力创作。本书从人工智能这一颠覆性技术的前世今生说起,对人工智能产业全貌、最新进展、发展趋势进行......一起来看看 《人工智能》 这本书的介绍吧!
