posts - 15,  comments - 29,  trackbacks - 1
公告

最新评论

共2页: 1 2 下一页 
多谢了
re: document.execCommand()的作用 逸_枫 2008-09-03 11:11  
真够乱的
re: substring函数详解 yyyy 2008-06-02 11:39  
webPath=substring(0,s1.lastIndexOf("\\"))
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java(Compiled Code))

怎么解决?请教.
re: document.execCommand()的作用 bolus 2008-05-30 15:28  
@搞你到天亮

as below:

<input type=button value=字體 onclick=document.execCommand('FontName',false,"Arial")>
<input type=button value=字體大小 onclick=document.execCommand('FontSize',false,"12")>

That's it
re: substring函数详解 于海洋 2008-02-01 13:08  
如果 start 或 end 为 NaN 或者负数,那么将其替换为0。
NaN应该是Null吧?
re: 高兴,能申请到博客园的帐号! 郝亮飞 2007-10-05 16:54  
千古雕刻
re: document.execCommand()的作用 搞你到天亮 2007-06-30 18:21  
<input type=button value=字体 onclick=document.execCommand('FontName',false,fn)>
<input type=button value=字体大小 onclick=document.execCommand('FontSize',false,fs)>
---------------------
请给出上面 的 fn 和 fs 定义.实在不行,给个例子也行
是不是 fn = 字体名
fs= 字体大小
?
re: substring函数详解 nianhualeaf 2006-11-06 20:47  
如何利用substring()按顺序取得 string的各个字符?
re: substring函数详解 r 2006-10-23 12:42  
substring(时间1,1,2)是错的?
时间1的格式为 08:10:10
re: substring函数详解 蓝色梦想 2006-08-08 22:21  
substring 方法将返回一个包含从 start 到最后(不包含 end )的子字符串的字符串。
我觉得是stringvar.substring(start [,length ])
我用的是C#
re: 用XmlSerializer删除xsd和xsi前缀 CsOver 2005-04-10 17:51  
最近在研究XML技术!把这个当成个小技巧~
re: 用XmlSerializer删除xsd和xsi前缀 hbifts 2005-04-10 11:21  
呵呵,下次搞点深入的东西哦:)
re: 用XmlSerializer删除xsd和xsi前缀 hbifts 2005-04-10 11:20  
it is so easy~:)
re: 类与结构的区别 cowbird 2005-03-05 19:11  
总而言之,类有行为,是面向对象的。

记得有人形象的描述,结构是个“笔记本”,几种物质的组合。
类却是活生生的“生物体”


http://www.cnblogs.com/cowbird/articles/16814.html
re: 这两种方法也有区别的! idior 2005-02-28 12:20  
不知道楼主是否知道as的用法?
这样的随笔就不用放首页了吧, 太那个了点... 如楼上所说
re: 这两种方法也有区别的! CsOver 2005-02-28 12:14  
发这个贴,以此来记住这个方法。
re: 这两种方法也有区别的! James 2005-02-28 08:31  
这个在msdn中有介绍的。
re: refactoring? sysword 2005-02-02 15:15  
该文里说的就是《Refactoring:Improving the design of existing code》书上的Extract Method方法
re: refactoring? XiaoHui 2005-02-02 15:04  
相对于新手,这个比idior更通俗易懂点. :)
共2页: 1 2 下一页