自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

原创 Eclipse打开当前文件所在文件夹--模拟MyEclipse的Open in explorer 功能

Run--->> External Tools  ---->>> External Tools Configurations ---->>  Program   下面new 一个program ,命名为Open_Source_Location 在Location中填: C:/WINDOWS/explorer.exe Arguments 下填: ${contain

2016-08-19 11:46:14 1047 1

原创 Eclipse 编译的时候出现“Remote System Explorer Operation”的优化方案

出现这种情况往往造成主进程一直处于waiting状态。 解决方案: Window ---->> preferences ---->> General ----->> Startup and Shutdown  ------>> uncheck "RSE UI" ------>>>> Remote Systems  ------>>>   uncheck "Re-open Re

2016-08-19 10:24:18 4006 1

Coding with JavaScript For Dummies

很好的JavaScript入门书,强烈推荐,源码可以在这个网址下载http://www.codingjsfordummies.com/code/?C=N;O=A This book is a friendly and approachable guide to getting started with writing JavaScript code. As programming languages go, JavaScript is fairly easy to pick up and start using. Because it’s so accessible, many people who started as web page authors have found themselves in the position of being responsible for maintaining, modifying, and writing JavaScript code. If that describes you, this book will quickly and easily bring you up to speed. Whether you know a little JavaScript or you’ve never seen it, this book shows you how to write JavaScript the right way. Topics covered in this book include the following: ✓✓Understanding the basic structures of JavaScript programs ✓✓Integrating JavaScript with HTML5 and CSS3 ✓✓Structuring your programs with functions ✓✓Working with JavaScript Objects✓✓Using advanced JavaScript techniques, such as AJAX, callbacks, and closures ✓✓Getting started with jQuery

2016-04-07

空空如也

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

TA关注的人

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