自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

编程小战

用代码改变人生

  • 博客(7)
  • 资源 (27)
  • 收藏
  • 关注

原创 JetBrains ReSharper 7.1.3000.2254 破解版

下载: http://www.400gb.com/file/19711691

2013-04-30 16:21:30 1760

转载 电子书下载:Delphi XE 2 之FireMonkey 入门学习笔记

下载:http://www.400gb.com/file/19809546

2013-04-28 00:06:46 3618

原创 安卓软件推荐:无损播放利器 andless

这货是开源的:http://code.google.com/p/andless/除了常见的ape,flac无损格式,苹果的Apple Losses也能搞定,播放界面相当简洁,重要的是它可以支持.cue文件,对整轨无损进行单曲播放。不过它目前只支持unicode编码的.cue文件,否则会提示找不到音源。用记事本打开另存为unicode文本就可以识别。

2013-04-15 23:33:25 1944

转载 Sql Server Compact 4.0部署注意事项

Sql Server Compact 4.0相比3.5版本增强了很多,支持Entity Framework 4.1,对于轻量级应用来讲,使用Sql Server Compact 4.0是个很好的选择,而且部署相当方便,不需要Sql Server Compact 4.0的安装包,仅需要发布相关的dll以及web.config配置即可。 开发环境下,需要安装vs2010 sp1Mi

2013-04-14 22:17:48 2913

原创 Delphi实现的登录窗口切换到桌面无法显示的问题

今天偶然遇到这样的问题:程序的登录窗口在主窗口之前创建并显示,按Win+D键切回桌面后,点击任务栏的程序标题,居然不能还原显示出来,只能强行结束任务。打开QQ的登录窗口,按Win+D键,这货居然还在,什么情况? 于是试了下加入如下代码: procedure CreateParams(var Params: TCreateParams);override;procedur

2013-04-12 11:02:04 1985

原创 Delphi使窗口支持文件拖放的简单例子,附源代码

使窗口支持Windows Shell的文件拖放功能简单的方式是使用Windows API: DragAcceptFiles,然后使用Delphi的VCL消息函数重载机制处理WM_DROPFILES消息,调用DragQueryFile即可. DragAcceptFiles Function------------------------------------------

2013-04-09 18:17:01 1632

转载 IIS托管管道模式解析

IIS改善和发展的主要因素是IIS已经成为应用程序(特别是ASP.NET)的支持平台。通过将ASP.NET直接集成到IIS 7.0中,IIS 7.0进一步推动了平台的发展。从管理功能到身份验证,乃至请求处理管道本身,相关功能都已经集成到IIS 7.0之中。将管道集成到IIS 7.0中具有两个好处:一是为基于ASP.NET的Web应用程序及IIS 7.0扩展提供了更好的性能,二是通过使用托管代码获得

2013-04-06 15:22:19 2849 1

TCP&UDP测试工具.rar

用于TCP,UDP发包的调试工具,支持客户端及服务端模式,支持自动重发,字符及十六进制格式,及文件发送

2020-01-12

Delphi 下深入Windows 核心编程

Delphi 下深入Windows 核心编程, PDF

2012-03-19

Delphi模式编程

Delphi模式编程,刘艺,PDF中文版

2012-03-19

Delphi Win32核心API参考

Delphi Win32核心API参考,PDF中文版

2012-03-19

Pro Android Apps Performance Optimization

Pro Android Apps Performance Optimization

2012-03-12

Pro OpenGL ES for Android

Pro OpenGL ES for Android, PDF

2012-03-12

Game Engine Architecture

Game Engine Architecture, PDF

2012-03-12

Essential Windows Phone 7.5

Essential Windows Phone 7.5, PDF

2012-03-12

Pro Android 4

Apress Pro Android 4, PDF

2012-03-09

Beginning Android 4

Beginning Android 4, PDF

2012-03-08

Pro jQuery

Apress.Pro.jQuery.Feb.2012.rar

2012-03-03

Delphi IDE Theme Editor 支持XE2

Delphi IDE Theme Editor 支持XE2

2012-03-03

Apress iOS 5 Recipes

Apress.iOS.5.Recipes.Feb.2012

2012-03-02

Microsoft.Silverlight.5.Building.Rich.Enterprise.Dashboards

Microsoft.Silverlight.5.Building.Rich.Enterprise.Dashboards

2012-03-02

iPhone and iPad Apps for Absolute Beginners iOS 5 Edition

iPhone and iPad Apps for Absolute Beginners iOS 5 Edition

2012-03-01

Pro Silverlight 5 in C# 4th

Pro Silverlight 5 in C# 4th

2012-03-01

Pro ASP.NET MVC 3 Framework 3rd Edition

Pro ASP.NET MVC 3 Framework 3rd Edition, pdf

2012-02-27

Wrox.Professional.CSharp.4.and.NET.4.Mar.2010

Wrox.Professional.CSharp.4.and.NET.4.Mar.2010

2012-02-25

C# Database Basics

C# Database Basics, PDF

2012-02-25

Professional NoSQL

Professional NoSQL, PDF

2012-02-23

ASP.NET 4.0 in Practice

ASP.NET 4.0 in Practice,PDF

2012-02-23

Sams Teach Yourself TCPIP in 24 Hours 5th

Sams Teach Yourself TCPIP in 24 Hours 5th

2012-02-22

编辑长求字符串相似度Delphi源代码

编辑长求字符串相似度Delphi源代码 编辑长求字符串相似度Delphi源代码

2012-02-04

VMware ESX Server: Advanced Technical Design Guide

600 pages Publisher: The Brian Madden Company (September 1, 2005) Language: English ISBN-10: 0971151067 ISBN-13: 978-0971151062 Detailing the design and deployment of a VMware ESX Server environment, and written from the practical experience of proven VMware engineers, this book provides IT architects with the insight needed to tackle tough design issues such as ESX Server security, network and SAN design, host hardware selection, guest selection and configuration, management tool selection, ESX performance optimizations, and automated installs and provisioning. A linear progression is provided, starting at the basic architecture of ESX server and then moving on to server configurations, design alternatives for hardware, SAN configuration and management tools, the creation of guest operating systems, and strategy development for implementing this technology into a specific environment. Advanced topics such as unattended installs, integration with network management software, configuration options for high availability, and disaster recovery scenarios are also addressed.

2012-02-04

Beginning iPhone and iPad Web Apps

Beginning iPhone and iPad Web Apps

2012-02-02

Embarcadero Delphi XE2 破解

Embarcadero Delphi XE2 破解

2012-02-02

Professional Windows Phone 7 Application Development

PROFESSIONAL Windows® Phone 7 Application Development BUILDING APPLICATIONS AND GAMES USING VISUAL STUDIO, SILVERLIGHT® , AND XNA®

2011-12-13

空空如也

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

TA关注的人

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