自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

转载 How to create an RMI system

http://patriot.net/~tvalesky/easyrmi.htmlhttp://userpages.umbc.edu/~tarr/dp/lectures/RMI.pdfhttp://www1.cs.columbia.edu/dcc/nestor/presentations/java-rmi/java-rmi-handouts.pdf

2014-11-21 04:24:21 726

转载 Fix git “not currently on any branch” after merge conflicts

Not sure what happened, but you could fix it easily by creating a new branch and then merging it:git branch lost_changesgit checkout mastergit merge lost_changesgit branch lost_changesgit che

2014-11-21 03:54:29 1576

转载 # Not currently on any branch. nothing to commit (working directory clean)

http://stackoverflow.com/questions/1745464/git-commit-problemsShort answer:git push -u origin masterLonger answer:You're most likely trying to push commits to a branch that wasn't create

2014-11-21 03:35:04 6546

转载 Restore a deleted file in a Git repo

Find the last commit that affected the given path. As the file isn't in the HEAD commit, this commit must have deleted it.git rev-list -n 1 HEAD -- Then checkout the version at the commit before.

2014-11-21 03:00:21 640

转载 10 Example of Hashtable in Java – Java Hashtable Tutorial

http://javarevisited.blogspot.com/2012/01/java-hashtable-example-tutorial-code.html

2014-11-21 01:15:23 654

转载 Split a string using String.split()Tag(s): String/Number

http://www.rgagnon.com/javadetails/java-0438.htmlThe String class has a split() (since 1.4) method that will return a String array.public class StringSplit { public static void main(Stri

2014-11-21 00:54:29 534

转载 Parsing Strings with split

http://pages.cs.wisc.edu/~hasti/cs302/examples/Parsing/parseString.html

2014-11-21 00:29:50 627

转载 Simple Queue Impliment in C

http://ben-bai.blogspot.com/2012/04/simple-queue-data-structure-in-ansi-c.html

2014-11-13 13:37:32 681

转载 did you run git # update-server-info on the server?

https://help.github.com/articles/generating-ssh-keys/

2014-11-13 13:10:29 2536

空空如也

空空如也

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

TA关注的人

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