自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

烟沉往逝

东风依旧,雨打孤楼。庭前烟柳,雾里扁舟。故人长愁,愁影悠悠。青禽已去,绿水空流..........

  • 博客(10)
  • 资源 (12)
  • 收藏
  • 关注

转载 笑口常开

 老婆是操作系统,一旦安装卸载十分麻烦二奶是互联网,风光无限花钱不断小蜜是桌布,只要你有钱,有兴趣天天可以更换小姐是盗版软件,用时记着先杀毒老婆是字画,挂得发了黄也不能换小蜜是月历,三十天的时间足够长了老婆是挂面汤,虽然平淡但贵在温暖二奶是肯得基,投着洋味吃多了又腻人小蜜是涮羊肉,吃得就是那种膻味小姐是麻辣烫,只要你能叫上的菜都有一个月拼死拼活,一分钱不花才能买到连半张单人床都不到的屁大点地方

2007-08-30 13:07:00 853

转载 石头记——转载

石头问:我究竟该找个我爱的人做我的妻子呢?还是该找个爱我的人做我的妻子呢?佛笑了笑:这个问题的答案其实就在你自己的心底。这些年来,能让你爱得死去活来,能让你感觉得到生活充实,能让你挺起胸不断往前走,是你爱的人呢?还是爱你的人呢?石头也笑了:可是朋友们都劝我找个爱我的女孩做我的妻子?佛说:真要是那样的话,你的一生就将从此注定碌碌无为!你是习惯在追逐爱情的过程中不断去完善自己的。你不再去追逐一个自己爱

2007-08-30 13:01:00 614

转载 狠狠报复了出轨的丈夫和他的情人——转载

一、两年后的今天,我接到前夫的电话: 没想到中秋节他还会打电话给我,两年前他的话尤在耳边“康儿,如果今天你站在我的面前,我会毫不犹豫地杀了你!从没有一个女人让我如此地恨之入骨!我恨不得将你挫骨扬灰!”当时的我,冷笑不止,直接挂了电话,从此再无他的音讯,一晃,已经两年了。 十分钟前,手机响起,一看号码并不认得,接了以后,他的声音依然那么温柔,好象过去三年里的一切都没发生过,我还是他的妻子,他

2007-08-30 12:48:00 6892

原创 网络编程——实战篇

理论过后是实战,不知道理论的内容是否会太枯燥,对我来说,是获益菲浅,大学自学的计算机网络知识已经在摇不可及的世界,只留下我在现实的海洋之中苟延残喘。理论上来说,要实现两台pc之间的通讯,socket是必要条件,然而理论上的东西往往会不自觉的让人产生出一种恐惧感,感谢前辈们的伟大工作,通过他们的努力,我们可以在对象的海洋中,自由选择各种对象,拿来主义的思想在这里得到了发扬光大,在socket层,

2007-08-28 22:04:00 1334 1

转载 网络编程——理论篇

网络编程——理论篇    网络编程的目的就是指直接或间接地通过网络协议与其他计算机进行通讯。网络编程中有两个主要的问题,一个是如何准确的定位网络上一台或多台主机,另一个就是找到主机后如何可靠高效的进行数据传输。在TCP/IP协议中IP层主要负责网络主机的定位,数据传输的路由,由IP地址可以唯一地确定Internet上的一台主机。而TCP层则提供面向应用的可靠的或非可靠的数据传输机制,这是网络编

2007-08-28 20:46:00 925 1

原创 DevExpress控件汉化

1.   文档导读本文档以颜色区分内容的重要性和不同性,阅读本文档时请注意以下事项:1.         红色部分表示需要注意的重点内容;(加粗的尤甚)2.         蓝色部分表示相应于前版本新增的内容;3.         紫色部分表示跟前版本不同的内容;本文档的变动历史都记录在“修改记录说明”一节。本文通过用到英文单词的地方,也是本人理解不是很深刻的地方,如果有什么好

2007-08-28 10:49:00 5624 3

原创 在SmartPhone上实现类似城管通的系统 —— 问题思考

        经过三个星期的接触,对基于NETCF的mobile开发的认识也开始明朗起来, 一开始我认为最艰难的问题,在于解决怎么通过gprs发送数据,对我来说,gprs之前几乎一无所知,在我的认识里,也仅限于移动营业厅的宣传的通过gprs实现手机上网的广告,所幸的是我之前开通过这样的服务,down过几张图片,然后不知不觉中就扣了100大洋,从此再也没有开通过。        之前我一直以为gp

2007-08-27 22:06:00 1372 2

原创 C#中有关string和byte[]转换的问题

byte[] byteArray = System.Text.Encoding.Default.GetBytes(  str  );  反过来也是一样,把byte[]转成string:string str = System.Text.Encoding.Default.GetString( byteArray );  其实,在System.Text.Encodin

2007-08-23 11:40:00 952

原创 image与byte数组的转换

image与byte数组的转换 image to byte[]   Image photo = new Bitmap(selectPictureFile);   System.IO.MemoryStream ms = new System.IO.MemoryStream();   photo.Save(ms, System.Drawing.Imaging.ImageFormat.Jpeg); 

2007-08-23 11:38:00 685

原创 在SmartPhone上实现类似城管通的系统

     这段时间参与了一个项目,我被分派的任务是做一个类似与城管通的运行于smartphone上的软件,基于windows ce 5.0 +  windows mobile smartphone sdk,因为此前对次一无所知,我们公司此前也没有做过,都是外包给别的公司做的,因为考虑到接下来还有较多类似项目,所以想借此机会,自己把它拿下。    通过内部的协调,这块任务的安排是由我和项目经理共

2007-08-19 15:11:00 1506

深入浅出AutoCAD.NET二次开发 .李冠亿.扫描版

深入浅出AutoCAD.NET二次开发 .李冠亿.扫描版, 带目录,带目录,带目录 可复制文本,可复制文本,可复制文本

2018-04-13

NET Reflector_10.0.4.406

NET Reflector_10.0.4.406最新的版本,老的keygen依然适用(下载包中已包含)。

2018-02-27

db2驱动(db2jcc-1.4.2.jar+db2jcc_license_cu-1.4.2.jar)

最新版的db2驱动,适用于jdk8。最新版的db2驱动,适用于jdk8。

2018-02-27

C# 标尺控件

简单好用的标尺控件,含c#源码,运行效果图见压缩包内图片。

2014-01-26

aspose.words.java.13.12.chm

对官方html格式文件的打包,13.12版本,

2014-01-22

VA_X_patch_10.6.1862(Visual AssistX)

VA_X_patch_10.6.1862(Visual AssistX),仅包好patch,安装好程序之后直接运行patch即可

2012-01-12

DXCore 3.2.1 正式版(Part2)

DXCore 正式版本,无须破解无须序列号

2008-12-07

DXCore 3.2.1 正式版(Part1)

DXCore 正式版本,无须破解无须序列号

2008-12-07

CodeRushNET v3.2.1 正式版

请先下载DXCore,然后解压到CodeRush的子目录下再安装。此为正式版本,无须破解无须输入序列号

2008-12-07

Getting Started with Flex 3: An Adobe Developer Library Pocket Guide for Developers

Discover how easy RIA development can be with this one-of-a-kind handbook from the Adobe Developer Library. Several clear, step-by-step mini-tutorials teach you about web services, event handling, designing user interfaces with reusable components, and more. After finishing this guide, you'll be able to build Flash applications ranging from widgets to full-featured RIAs using the Flex SDK and Flex Builder 3.0. With Getting Started with Flex 3, you will: Walk through sample RIA projects and see examples of amazing applications people have built with Flex Work with ActionScript 3.0 and the MXML markup language Build user interfaces using the controls and tools available with the framework Get a tour of controls available commercially and through open source Learn how Flex integrates with ASP.NET, ColdFusion, PHP, and J2EE in the server Build Flex-based widgets that let you display real-time data Use advanced controls to build 3D graphs, data dashboards, mapping applications, and more You'll find complete code for video players, a slideshow, a chat client, and an RSS reader, just to name a few. You also get plenty of tips, tricks, and techniques to leverage your existing programming skills, whether you come from an open source or Visual Studio-intensive background. About the Author Jack D. Herrington is an engineer, author and presenter who lives and works in the Bay Area. His mission is to expose his fellow engineers to new technologies. That covers a broad spectrum, from demonstrating programs that write other programs in the book Code Generation in Action. Providing techniques for building customer centered web sites in PHP Hacks. All the way writing a how-to on audio blogging called Podcasting Hacks. All of which make great holiday gifts and are available online here, and at your local bookstore. Jack also writes articles for O'Reilly, DevX and IBM Developerworks. Emily Kim, President, Trilemtry, Inc., has co-authored and contributed to a number of books including a college-level workbook about the Internet and various ColdFusion books. Besides being a writer, Emily is also a programmer, designer and a Abobe Master Instructor.

2008-10-21

Professional Adobe Flex 2 (Programmer to Programmer)

If you want to learn how to create robust, scalable applications using the power of Flex 2, then this is the book for you. This book walks you through all aspects of this powerful software and shows you how to build your own custom components. You'll gain a thorough understanding of the Software Development Kit (SDK), Flex Data Services (FDS), Flex Builder 2 Integrated Development Environment (IDE), Flex Charting, and much more. Integrated throughout the pages, you'll find best practices that will enable you to begin developing and deploying applications in Flex 2 that meet your requirements. You'll also discover the most effective ways to use frameworks, MXML, and ActionScript 3. And with the help of numerous practical examples that you can tweak and apply in your own environment, this hands-on guide will quickly get you quickly up and running. What you will learn from this book •Steps for developing an application using Flex Builder •How to build customized user interfaces with Flex controls and containers •Ways to access data and chart components •Tips for creating and extending Flex components •Methods for programming and data typing ActionScript classes •All about integrating Flex 2 with rich media and external applications •How to use the Cairngorm framework, the Flex-Ajax bridge, ActionScript 3.0 libraries, and more Who this book is for This book is for programmers and Web developers who want to create Internet applications using Flex 2. You should have prior experience with Flash, ActionScript, and an XML-based language.

2008-10-21

WPF高级编程2008(C#)第二版

The Microsoft Windows Presentation Foundation provides the foundation for building applications and high–quality user experiences in Windows Vista. WPF blends application user interface, documents, and media content to provide richer control, design, and development of the visual aspects of Windows programs. Author Matthew MacDonald shows you how WPF really works. His no–nonsense, practical advice will get you building high–quality WPF applications quickly and easily. MacDonald will take you through a thorough investigation of the more advanced aspects of WPF, and its relation to other elements of the WinFX stack and the .NET Framework 3.5, to complete your understanding of WPF and C# 2008. WPFs functionality extends to support for Tablet PCs and other forms of input device, and provides a more modern imaging and printing pipeline, accessibility and UI automation infrastructure, data–driven UI and visualization, as well as the integration points for weaving the application experience into the Windows shell. What you’ll learn WPF basics: XAML, layout, control essentials, and data flow WPF applications: Navigation, commands, localization, and deployment Advanced controls: Custom controls, menus, toolbars, and trees WPF documents: Text layout, printing, and document packaging Graphics and multimedia: Drawing shapes, sound and video, animation, geometric transformations, and imaging Who is this book for? Developers encountering WPF and .NET 3.5 for the first time in their professional lives About the Apress Pro Series The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder. You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career. Related Titles Beginning C# 2008: From Novice to Professional Illustrated C# 2008 Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition Pro ASP.NET 3.5 in C# 2008, Second Edition Pro LINQ: Language Integrated Query in C# 2008 About the Author Matthew MacDonald is an author, educator, and MCSD developer who has a passion for emerging technologies. He is a regular writer for developer journals such as Inside Visual Basic, ASPToday, and Hardcore Visual Studio .NET, and he's the author of several books about programming with .NET, including User Interfaces in VB .NET: Windows Forms and Custom Controls, The Book of VB .NET, and .NET Distributed Applications. In a dimly remembered past life, he studied English literature and theoretical physics..。。

2008-10-21

空空如也

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

TA关注的人

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