自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 How to enter ios simulator sandbox

The sandbox by default is hidden and locates at: /Users//Library/Application Support/iPhone Simulator You can access by: Finder->Go to Folder

2013-04-26 19:34:35 670

转载 IE e.target.id is not working

IE doesn't support the target property, they use srcElement instead. Change: if (e.target.id != 'show_calender') to: if ((e.target || e.srcElement).id != 'show_calender') You may also need to add

2013-04-19 15:09:42 648

转载 How to share files between Mac and Windows

windows access mac ->System Preferences ->Sharing ->File Sharing ->Options ->Share files and folders using SMB(Windows) ->account ->password ->Done ->access mac in cmd using "\\192.168.x.

2013-04-07 13:56:53 947

netconfig rpm包

netconfig-0.8.22-1.i386.rpm

2011-05-14

AppFotTest

测试目的: 1.双击是否可以运行 2.在1的回答为否的情况下用命令行javaw AppForTest是否可以运行 3.运行后的结果确认 测试结果将用来说明一个jar机制的问题。 欢迎大家来测试这个小程序。

2009-06-04

空空如也

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

TA关注的人

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