自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (29)
  • 收藏
  • 关注

原创 ChatGPT常用名词解释

在 ChatGPT 中,Prompt 是指用户在发起对话时输入的初始消息,作为与模型进行交互的起点。GPT 是 **G**enerative **P**re-trained **T**ransformer 的首字母缩写,是由 OpenAI 推出的一个预训练语言模型,能出色地处理非常复杂的 NLP 任务,例如文章生成、代码生成、机器翻译、Q&A 等。ChatGPT Plus 是 ChatGPT 的会员版本,在注册 ChatGPT 账号后,用户可以花费 20 美元/月的价格升级为 ChatGPT Plus。

2023-10-13 10:15:50 283 2

Modern Android 13 Development Cookbook (Madona S. Wambua) (2023)

This Cookbook serves as a comprehensive guide for developers seeking to build cutting-edge Android applications using the latest advancements in technology. Android is the most widely used mobile operating system worldwide, powering billions of devices. Android 13, the latest major release of the Android platform, introduces several exciting features and enhancements, designed to enhance user experiences, improve performance, and enable developers to create robust and innovative application.

2023-10-02

Beginning Entity Framework Core 2.0

Beginning Entity Framework Core 2.0 Database Access from .NET — Work directly with data through domain-specific objects and methods

2018-03-04

Illustrated C# 7, Fifth Edition

Illustrated C# 7 The C# Language Presented Clearly, Concisely, and Visually, Fifth Edition

2018-02-21

Learning Perl, 7th Edition

Learning Perl, 7th Edition

2018-02-21

Invent Your Own Computer Games with Python, 3rd Edition

Invent Your Own Computer Games with Python, 3rd Edition.pdf python 游戏开发 国外最新书籍 2018

2018-02-05

Beginning XML with C# 7 XML Processing and Data Access for C# Developers

Learn XML and how to use it with C# 7 and the newest .NET Framework

2018-02-05

NHibernate 3.0 Cookbook

NHibernate 3.0 Cookbook

2011-04-06

Packtpub ASP.NET MVC 2 Cookbook Jan 2011

Packtpub.ASP.NET.MVC.2.Cookbook.Jan.2011

2011-04-06

Pragmatic Test-Drive ASP.NET MVC 2

Pragmatic Test-Drive ASP.NET MVC 2

2010-07-23

ASP.NET MVC 2 in Action

ASP.NET MVC 2 in Action

2010-07-02

Professional ASP.NET MVC 2

Professional ASP.NET MVC 2

2010-07-02

DXperience Universal v2010.1.4 Full Sources Part2

DXperience Universal v2010.1.4 Full Sources Part2

2010-05-21

DXperience Universal v2010.1.4 Full Sources Part1

DXperience Universal v2010.1.4 Full Sources

2010-05-21

DevExpress eXpressApp Framework 10.1.4 Full Sources

DevExpress eXpressApp Framework 10.1.4 Full Sources

2010-05-21

Programming Microsoft ASP.NET MVC - Covers ASP.NET MVC2 and Microsoft Visual Studio 2010

Programming Microsoft ASP.NET MVC - Covers ASP.NET MVC2 and Microsoft Visual Studio 2010

2010-05-08

Effective C# (Covers C# 4.0) 50 Specific Ways to Improve Your C# 2nd Edition

Effective C# (Covers C# 4.0) 50 Specific Ways to Improve Your C# 2nd Edition

2010-04-07

jQuery 1.4 Reference Guide

jQuery 1.4 Reference Guide

2010-02-02

DevExpress 2009.3.2 Full Sources.part2

DevExpress 2009.3.2 Full Sources.part2

2010-01-18

DevExpress 2009.3.2 Full Sources.part1

DevExpress 2009.3.2 Full Sources.part1.rar

2010-01-18

DevExpress 2009.3.2 Full Sources

DevExpress 2009.3.2 Full Sources (上传错误的,无法删除文件,请勿下载)!!!

2010-01-18

DevExpress 2009.3.2 Full Sources

DevExpress 2009.3.2 Full Sources

2010-01-18

jQuery Recipes (January 2010)

eBook - jQuery Recipes (January 2010)

2010-01-17

jQuery in Action 2nd Edition

eBook - jQuery in Action 2nd Edition

2010-01-17

jQuery Cookbook Dec.2009

eBook - jQuery Cookbook Dec.2009

2010-01-17

Pro ASP.NET MVC Framework

This book is for web developers with a basic knowledge of ASP.NET and C# who want, or need, to start using the new ASP.NET MVC framework.

2009-06-22

ASP.NET MVC 1.0 Quickly

Design, develop, and test powerful and robust web applications with MVC framework the agile way

2009-05-15

ASP.NET MVC in Action

The Model-View-Controller pattern—universally known as MVC—provides a stable, testable approach to web application development by separating the major functions—or concerns—of an application into independently defined roles. Until now, developers needed to adopt third-party solutions such as Monorail because ASP.NET lacked a true MVC-based architecture. Microsoft's brand new ASP.NET MVC Framework now offers a fully-supported way for developers to implement MVC architectures in ASP.NET applications. ASP.NET MVC in Action is a comprehensive guide to MVC-based development using this powerful new framework. It offers a clearly-written introduction both to the ASP.NET MVC Framework and to the MVC approach. The focus is on creating real, maintainable web applications—so don't expect toy examples and short snippets. The authors lead you from first-use through real-life scenarios. One of the key benefits of the MVC approach is introducing a high degree of testability to your applications and process. ASP.NET MVC in Action shows you how to test each piece of your ASP.NET application and how to introduce principles of test-driven development into your process. Because the framework is completely pluggable, you'll learn how to work with external Inversion of Control containers like StructureMap, Windsor, and Spring.NET and open-source persistence layers like NHibernate. Along the way, you'll benefit from the wide-ranging experience of the authors, who have extensive experience with ASP.NET, Monorail, and Ruby on Rails. This book assumes that you already know how to build a standard ASP.NET application and presents most examples in C#.

2009-04-14

swfobject 2.1

swfobject2的第一个Update.修正了IE内存泄漏等错误。<br>

2008-07-25

swfobject 2.0

SWFObject是一种易用的、符合标准的在网页中嵌入flash对象的方法,你只需要在网页中引用一个小 巧的js文件。

2008-04-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除