自定义博客皮肤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)
  • 资源 (13)
  • 收藏
  • 关注

原创 J2ee学习流程

发信人: petbear (雨中的人), 信区: J2EE标  题: J2EE学习经验和流程发信站: BBS 水木清华站 (Sun May 30 00:13:51 2004), 站内J2ee学习流程在这里我谈谈我在学习j2ee流程,并谈到在此过程中领会的经验和教训。以便后来者少走弯路。Java发展到现在,按应用来分主要分为三大块:J2SE,J2ME和J2EE。这三块相互补充,应用范围不同。J2SE

2004-08-27 20:19:00 1155

原创 eclipse in action 读书笔记(第一章-概述)

eclipse in action 读书笔记(第一章-概述)木子1 eclispse的网站:www.eclipse.org2 项目的领导者:IBM3 参与者:Borland,Merant,QNX Software Systems,Rational Software,Red Hat,SuSE,TogetherSoft,Hewlett Packard,Fujitsu,Oracle,Sy

2004-08-21 21:33:00 1259 1

原创 Eclipse in action 读书笔记(――简介)

Eclipse in action 读书笔记(――简介)木子出版:Manning Publications Co.作者:David Gallardo,Ed Burnette,Robert McGovern关键字:Eclipse ,java ,IDE, Guide ,development tools ,ant , CVS 简介:这本书是如何组织的:全书400多页,英文版

2004-08-20 16:04:00 1777 7

原创 eclipse 快捷键

CompareCopy All from Left to RightCopy All from Right to LeftCopy from Left to RightCopy from Right to LeftSelect Next ChangeSelect Previous ChangeEditAdd BookmarkAdd TaskContent Assist Ctrl+SpaceC

2004-08-10 21:34:00 1127

原创 选择了软件行业,你就选择了挑战自己!

不知道自己千心万苦的选择了软件开发是不是明智的选择,什么都不会,什么都要去学习,努力去充实自己,别人在看电视的时候,你在学习修炼Programe秘笈,别人过周末的时候,你可能在自己的电脑前加班,别人在和朋友过8小时以外的世界时,你则被BUG困扰,别人工作的年头多了,混成了经验丰富的元老,你却由于年龄的问题,而考虑下一步该去哪里养老而不被踢出公司,哎、、、不过我喜欢编程的成就感,那种创造的感觉,

2004-08-10 18:58:00 1234 3

原创 Hibernate超简单入门

史上最简单的Hibernate入门简介     doodoofish [原作]  关键字   史上最简单的Hibernate入门简介 出处      其实Hibernate本身是个独立的框架,它不需要任何web server或application server的支持。然而,大多数的Hibernate入门介绍都加入了很多非Hibernate的东西,比如: Tomcat, Eclip

2004-08-10 18:39:00 1498 2

原创 Javascript中的'=='等同运算符

                                                  Javascript中的==等同运算符                                                               木子(blog.csdn.net/luckybeggar)                                 

2004-08-07 15:52:00 1162

eclipse-hadoop-plugin.rar

eclipse hadoop 插件 针对Hadoop2.8.5编译,hadoop-eclipse-plugin-2.8.5.jar 解压后放置到eclipse plugins目录

2020-03-20

01-springBoot起步源代码.rar

博客文章:Spring boot专栏,01-Spring boot起步(https://blog.csdn.net/luckybeggar/article/details/103364365)配套源码,包含代码Spring Initilizr生成基本项目,springboot_cli生成基本项目,spring-boot-note,支持jsp的例子

2019-12-03

Linux for Beginners: An Introduction to the Linux Operating System

inux for Beginners doesn't make any assumptions about your background or knowledge of Linux. You need no prior knowledge to benefit from this book. You will be guided step by step using a logical and systematic approach. As new concepts, commands, or jargon are encountered they are explained in plain language, making it easy for anyone to understand. Here is what you will learn by reading Linux for Beginners: How to get access to a Linux server if you don't already. What a Linux distribution is and which one to choose. What software is needed to connect to Linux from Mac and Windows computers. Screenshots included. What SSH is and how to use it, including creating and using SSH keys. The file system layout of Linux systems and where to find programs, configurations, and documentation. The basic Linux commands you'll use most often. Creating, renaming, moving, and deleting directories. Listing, reading, creating, editing, copying, and deleting files. Exactly how permissions work and how to decipher the most cryptic Linux permissions with ease. How to use the nano, vi, and emacs editors. Two methods to search for files and directories. How to compare the contents of files. What pipes are, why they are useful, and how to use them. How to compress files to save space and make transferring data easy. How and why to redirect input and output from applications. How to customize your shell prompt. How to be efficient at the command line by using aliases, tab completion, and your shell history. How to schedule and automate jobs using cron. How to switch users and run processes as others. Where to go for even more in-depth coverage on each topic. What you learn in "Linux for Beginners" applies to any Linux environment including Ubuntu, Debian, Linux Mint, RedHat, Fedora, OpenSUSE, Slackware, and more.

2019-02-11

Python Projects for Kids电子书

Chapter 1: Welcome! Let's Get Started Chapter 2: Variables, Functions, and Users Chapter 3: Calculate This! Chapter 4: Making Decisions – Python Control Flows Chapter 5: Loops and Logic Chapter 6: Working with Data – Lists and Dictionaries Chapter 7: What's in Your Backpack? Chapter 8: pygame Chapter 9: Tiny Tennis Chapter 10: Keep Coding!

2018-11-30

Pro Spring Boot(Apress,2016)对应源码

Pro Spring Boot(Apress,2016) pdf电子书的配套源码 共14章 配套源码

2018-11-26

Spring mvc 入门向导

spring mvc入门资源,webstore项目贯穿始终,mvc,视图解析器,拦截器restfull,文件上传等方方面面

2016-03-24

Sun提供的有关开源方面的讲座资料

Sun提供的有关开源方面的讲座资料,详细讲述开源的方方面面,包括开源的概念,知名的开源项目,开源的参与者,开源如何运作等等

2008-09-27

Java面试题整理附网上收集的答案。

j2ee方向面试题,jsp,java,Hibernate,struts等等,附网上收集的答案。

2008-09-25

开源软件moodle的安装及介绍

包含开源软件moodle的安装录屏和moodle普及介绍ppt,其中录屏格式为wrf需要webex软件才可以打开,moodle可以用了构建知识管理系统。非常时候教师构建电子教室,比如sun就使用moodle建立了学习unix的服务器:http://www.unix-center.net/

2008-09-25

Oracle9i出错信息速查

Oracle9i出错信息速查,根据错误ID查询Oracle9i信息。

2008-09-05

使用JavaMail发邮件示例录屏

需要网讯的webex打开,讲解利用JavaMail发送邮件的开发过程。

2008-09-05

学习Jsp的宠物医院管理系统源码

应用基本的jsp、servlet、表达式语言、JSTL、过滤器等知识,比较简单小巧的系统。

2008-09-05

CMMI培训资料pdf文档,非常全面

某CMMI认证培训机构的pdf资料,包括CMMI模型概述、模型组件、相关术语、过程改进、风险管理、决策分析、配置管理等等。

2008-09-04

空空如也

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

TA关注的人

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