-
NettyInAction
netty开发指南,入门提升,适合大家了解NIO,netty比MINA性能更好(netty Development Guide, Getting upgrade for us to know the NIO, netty better performance than MINA)
- 2014-12-31 11:42:02下载
- 积分:1
-
serialize
序列化又称串行化,是.NET运行时环境用来支持用户定义类型的流化的机制。其目的是以某种存储形成使自定义对象持久化,或者将这种对象从一个地方传输到另一个地方。(Serialization, also known as serialization. NET runtime environment used to support user-defined type of flow mechanism. Its purpose is some storage of the formation of the custom object persistence, or object from one place to another place.)
- 2012-06-09 20:20:05下载
- 积分:1
-
操作系统文件管理源代码, 操作系统文件管理源代码
操作系统文件管理源代码, 操作系统文件管理源代码-Operating system, file management source code, operating systems, file management source code, operating systems, file management source code
- 2022-01-25 18:57:04下载
- 积分:1
-
通过百度的搜索接口提取到所要查找的MP3文件的地址。这是我自己开发的软件里面的一个功能。原来使用的是soso的接口,但是发现soso很不好用,所以改为百度的Mp...
通过百度的搜索接口提取到所要查找的MP3文件的地址。这是我自己开发的软件里面的一个功能。原来使用的是soso的接口,但是发现soso很不好用,所以改为百度的Mp3接口。-Extracted through Baidu" s search interface to find the MP3 files you want to address. This is my own developed software inside a function. The original interface using a soso, but found soso very easy to use, so instead of Baidu Mp3 interface.
- 2022-08-03 16:00:42下载
- 积分:1
-
Microsoft-ASP.NET-Starter-Kits
ASP.NET 初學者開發套件
1. 電子商務
2. 社群網站
3. 問題追蹤
4. 入口網站
5. 報表範例(ASP.NET Starter Kits
1. Commerce
2. Community
3. Issue Tracker
4. Portal
5. Reports)
- 2013-09-08 16:42:18下载
- 积分:1
-
asp教务系统
简单的教务系统,简单的样式,简单的js
- 2022-05-25 14:52:49下载
- 积分:1
-
PersonalBlog
1)通过两个抽象表存放任何数据实体以及实体之间的关系;
2)通过两种扩展字段设计方式实现任何数据实体的字段扩展需要,并且扩展的字段支持数据库级别的排序搜索功能;扩展字段的添加和一般字段没有什么大的区别,仅仅只是添加了一个特性而已。
3)由于将实体与实体之间的关系进行高度抽象(最终抽象为横向和父子递归两种关系),导致数据库访问层的接口的通用型非常广泛,可以适应任何实体之间的关系。这样的设计用一般的言语无法表达;也许你看了代码之后会有所体会;
4)吸取了CS中的很多好的设计,如Provider模式,动态构建SQL实现自定义查询,缓存,多语言资源文件设计,自定义Url重写,Ajax功能,etc;
5)优秀的运行性能;
6)通过一个简单的文章发布系统的后台管理系统作为Demo,展示本框架的部分功能;
7)目前该框架还在不断完善优化中。(1) to store any data entities and the relationship between two abstract table
2) fields of any data entity expansion needs in two extended field design approach, and extended field support database level sort search function add extension field and the general field no big difference, just add a feature.
3) the relationship between the entity and the entity to a high degree of abstraction (the final abstract horizontal and parent-child recursive two), resulting in the interface of the database access layer, Universal is very extensive, and can be adapted to the relationship between any entities. This design can not be expressed in general language maybe you looked at the code will be the experience
4) draw a lot of good design in CS, such as the Provider mode, dynamically build the SQL to implement a custom query cache, the design of multi-language resource files, custom Url rewrite, Ajax functionality, etc.
5) excellent operational performance
6) release system in the backg)
- 2012-04-05 11:54:22下载
- 积分:1
-
C#通过GDI+绘制带刻度尺的数学坐标系
C#通过GDI+绘制带刻度尺的数学坐标系,应用于图形图像编程,各类统计图表绘制,以及对图形图像编程中数值坐标的研究。
调用方式(以WINFORM为例,其他类推):
Bitmap m_Bitmap=null;
private void menuItem_Click(object sender, EventArgs e)
{
m_Bitmap = new Bitmap(1000, 800);
Graphics g = Graphics.FromImage(m_Bitmap);
g.SmoothingMode = SmoothingMode.HighQuality;
g.Clear(Color.White);
MathCoordinate mathCoordinate = new MathCoordinate();
mathCoordinate.IsDrawGrid = true;
- 2022-08-03 22:37:23下载
- 积分:1
-
十二款表白网站源码
十二款表白网站源码,一源码,二源码,三源码,四源码,五源码,六源码,七源码,八源码,九源码,十源码,十一源码,十二源码,一共十二款供你选择。
- 2023-01-05 15:20:07下载
- 积分:1
-
支付宝线下支付C#2010WINFORM实例及官网DEMO
说明: 支付宝线下支付C#2010WINFORM实例及官网DEMO,可以直接测试调用(Alipay offline payment C#2010WINFORM instance and official website DEMO, you can directly test calls.)
- 2019-02-14 10:47:27下载
- 积分:1