自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (18)
  • 收藏
  • 关注

空空如也

去除windows桌面图标小箭头

方便去除桌面快捷方式的小箭头,还你一个清新桌面

2011-11-04

REWORK重塑工作

大多数的企业管理的书籍都会告诉你:制定商业计划、分析竞争形势、寻找投资人等等。如果你要找的是那样的书,那么把这本书放回书架吧。

2011-10-23

Design Patterns for Dummies

傻瓜书系列:Design Patterns for Dummies。和其他同类书籍一样,简单易懂,上手快。不能错过哦。提醒一下:是06年出版的,有点历史了哈

2011-01-13

重构:改善既有代码的设计

软件工程领域的超级经典巨著,与另一巨著《设计模式》并称"软工双雄",全美销量超过100000册,亚马逊书店五星书。 在本书中,作者Martin Fowler充分展示了何处可能需要重构,以及如何将不好的设计改造为良好的设计。 当对象技术成为老生常谈之后——尤其在Java编程语言之中,新的问题也在软件开发社区中浮现了出来。缺乏经验的开发人员完成了大量粗劣设计,获得的程序不但缺乏效率,也难以维护和扩展。渐渐地,软件系统专家发现,与这些沿袭下来的、质量不佳的程序共处,是多么艰难。对象专家运用许多技术来改善既有程序的结构完美性与性能,已有数年之久。

2011-01-13

flashbuilder4Q_airiabook

本书1-2章主要为新接触FLEX开发的朋友提供入门帮助,以图文并茂的方式从零基础开始指引新手 走进FLEX开发,如果是有一定基础的FLEX开发者,这两章可以简单翻阅。3-5章开始进阶学习, 介绍 FB4 / FLEX SDK 4 新特性与开发实例,适合绝大多数的FLEX开发者阅读。 第6章为通信服务方面的必 备知识,这一章以实际案例的方式展示了FLEX与服务端通信的4种方式。

2010-11-29

[PHP.Web.2.0.开发实战.英文原版].Practical.Web.2.0.Applications.With.PHP

This book has been written primarily for intermediate to expert PHP programmers. Although programmers of all levels will benefit from this book, we do jump in to the deep end very quickly, so some prior knowledge of PHP is assumed. Having said that, if you’re relatively new to PHP, you will definitely benefit from this book because it will formalize some of the techniques you have already learned and will show you some different ways of approaching various problems. In this book, I have made the assumption that you are familiar with HTML and CSS, although since most of the code developed in this book is PHP and JavaScript, an advanced knowledge of HTML and CSS is not critical. All JavaScript code is explained thoroughly, which, in combination with the Prototype JavaScript library we will be using, makes the listings relatively straightforward.

2010-07-16

ASP新闻发布网站(IIS+Access实现)

互联网的迅猛发展,使得各种动态资讯成为一种必备的资源,并且变得唾手可得。不管是一般性的内容还是特殊性的内容,只需点击一下搜索引擎,就可以将几乎涵盖任何主题的资讯都尽收眼底。 “教育技术通讯”旨在成为一个教育技术专业人员发布实时动态教育技术相关信息的网络平台,而且简洁、高效。 虽然这个项目并不像BBC News或CNN之类大牌网站那么复杂、有深度,但以下众多特性都使得这个简单的网站成为一个值得付出努力的项目。

2010-06-21

[web开发javascript系列].SitePoint.The.Art.and.Science.of.JavaScript.Dec.2007

This book is targeted at intermediate JavaScript developers who want to take their JavaScript skills to the next level without sacrificing web accessibility or best practice. If you’ve never written a line of JavaScript before, this probably isn’t the right book for you—some of the logic in the later chapters can get a little hairy. If you have only a small amount of experience with JavaScript, but are comfortable enough programming in another language such as PHP or Java, you’ll be just fine—we’ll hold your hand along the way, and all of the code is available for you to download and experiment with on your own. And if you’re an experienced JavaScript developer, we would be very, very surprised if you didn’t learn a thing or two. In fact, if you only learn a thing or two, you should contact us here at SitePoint—we may have a book project for you to tackle!

2010-01-21

PHP+for+Dreamweaver8

This is a book written specifically for Dreamweaver 8, and you’re unlikely to get the best value out of it if you’re using an earlier version of Dreamweaver. At a pinch, you could probably use Dreamweaver MX 2004, because most of the server behaviors are identical, although bugs in the MX 2004 versions of the User Authentication server behaviors will prevent some parts of Chapter 10 working as described, and you will not be able to do any of Chapter 12, which covers the new—and fascinating—XSL Transformation server behavior. However, you’ll also miss out on the important enhancements that have been made to CSS rendering and Code view.

2010-01-21

WordPress For Dummies

Lisa Sabin-Wilson has worked with the WordPress software since its inception in 2003 and has built her business around providing technical support, hosting, and design solutions for bloggers who use WordPress. She reaches thousands of people worldwide with her WordPress services, skills, and knowledge regarding the product.

2010-01-20

java实现的远程ftp文件浏览

FtpList部分是用来显示FTP服务器上的文件; GetButton部分为从FTP服务器下传一个文件; PutButton部分为向FTP服务器上传一个文件。 别忘了在程序中还要引入两个库文件(import sun.net.*,import sun.net.ftp.*)。 以下是这三部分的JAVA源程序: (1)显示FTP服务器上的文件 void ftpList_actionPerformed(ActionEvent e) { String server=serverEdit.getText(); //输入的FTP服务器的IP地址

2010-01-14

jsp+mysql网上成绩录入系统

Java Web是个很不错的东西,虽然配置比较复杂,但是真正掌握好之后会收益颇多的,哈哈!

2009-12-27

flash cs3组件.pdf

开发flash的不可夺得的好资源,有了这些会让你的开发少去不少不必要的工夫

2009-10-20

ActionScript 3.0 Cookbook 中文版.pdf

想要创作出很炫的动画效果吗?这本书会教会你很多,一切下了之后就会知道了,赶紧下载吧。。。

2009-10-20

CSS权威指南-学习css的绝佳助手

国外css经典教程。内容翔实,适合各个层级的学习。如果你是新手,它会带着你一步步走进css,如果你是高手,那么它会让你更上一层楼。一书在手,css就不用愁!

2009-04-26

learning web design

你想学网页设计吗?你想将学到的东西马上付诸实践吗?选择这么本书,没错,它让你在实践中学到很多东西,简单易懂,一点也不晦涩!

2009-04-22

php参考手册(php5_zh.rar)

php开发好助手。 学习一种新的编程语言,我们不必要去熟记每个知识点,我们会在实际开发的过程中遇到各种问题,这时我们就应该学会利用身边的参考手册,里面详细地介绍了解决每种问题的方法。 必不可少!

2009-04-03

空空如也

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

TA关注的人

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