- 博客(9)
- 资源 (29)
- 收藏
- 关注
转载 [Git] 远程重命名项目分支
Git命令可以很方便地重命名本地分支: Java代码 git branch -m 如果想在远程重命一个分支名,则须使用以下思路: 在本地的clone版本中重命名分支删除远程待修改的分支名则本地的新分支名push到远程以下是例子,首先是本地重命名: Bash代码 weli@pow
2013-10-18 11:24:29
645
转载 java class反编译后的代码还原
java class 利用jad 反编译之后,偶尔回碰到一些不正常的代码,例如:label0 :_L1 MISSING_BLOCK_LABEL_30、JVM INSTR ret 7 、JVM INSTR tableswitch 1 3: default 269、 JVM INSTR monitorexit、JVM INSTR monitorenter,这些一般是由特殊的for循环、try catc
2013-09-24 18:11:24
3012
转载 Java Signature
Java方法的Signature是由方法的参数和返回值的类型共同构成的,下面是他们的结构︰ "(argument-types)return-type" 其中Java程序中参数类型和其对应的值如下︰ Signature Java中的类型 Z boolean B
2012-02-17 11:18:06
956
原创 Python字符集编码和文件读写
这篇文章讲得比较清楚python的字符串编码问题原文出处:http://hi.baidu.com/yobin/blog/item/894158b575090dcb37d3ca07.html------------------------------------------------------------------字符串编码python中默认编码是ASCII,可以通过以下
2009-11-27 22:27:00
1844
原创 python中文目录
如有一路径"e:/software/测试.txt" 需要通过pyhon读/写 "测试.txt"文件,可以采用下面的方法: ipath = "e:/software/测试.txt" uipath = unicode(ipath , "utf8") 然后用"uipath"经过编码后的路径去open()即可。 下面是我在项目中用python读写excel的一点体会(解决了读中文文件名问题,其实中文目录
2009-11-27 21:38:00
907
原创 linux学习笔记
linux目录架构 / 根目录 /bin 常用的命令 binary file 的目錄 /boot 存放系统启动时必须读取的档案,包括核心 (kernel) 在内 /boot/grub/menu.lst GRUB设置 /boot/
2009-03-12 03:15:00
417
原创 使用word2007发布csdn博客
设置步骤: 在API中选择MetaWeblog在博客文章URL中博客园的MetaWeblog访问地址,格式为:http://blog.youkuaiyun.com/[yourname]/services/metablogapi.aspx在用户名与密码中与中输入你的Blog用户名与密码。完成上述设置就可以通过Word 2007发布向博客发布文章和图片了。具体的博客文章URL请参考下面的说明。
2009-03-12 02:48:00
538
原创 Just look around
Some times, you will be not clearly know about what to do next. Just look around and ask for some help. The answer is just on the way.
2009-03-12 01:27:00
462
Addison Wesley - Design Patterns - Gang of four.chm
2009-09-25
Network Programming for Microsoft Windows.chm
2009-09-25
(MS Press) Windows Via C C++ (2008).chm
2009-09-25
wEBSTER Essential vocabulary.pdf
2009-09-25
HTML.and.XHTML.The.Definitive.Guide.6th.Edition.Oct.2006
2009-09-09
O'Reilly - CSS The Missing Manual (2006).BBL.chm
2009-09-09
Hacking_Tool_Developer_Sources_Primer_v10_by_Gunther
2009-09-09
battch 批处理
2009-08-27
pywin32-212.win32-py2.5.rar
2009-08-27
CDMA--Mobile Communications System
2009-08-26
TDD-CDMA_for_Wireless_Communications
2009-08-26
Prentice Hall - Core Python Programming
2009-08-26
Hacking Exposed Web Applications McGraw Hill nytr8ed pdf.torrent
2009-07-23
Data.Structures.and.Algorithms.in.Java-Peter.Drake
2008-11-27
MySQL中文参考手册
2008-09-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人