05 2007 档案

摘要:1System.IO.Stream iStream = null; 2 3 // Buffer to read 10K bytes in chunk: 4 byte[] buffer = new Byte[10240]; 5 6 // Length of the file: 7 int length; 8 9... 阅读全文

posted @ 2007-05-24 21:56 Leon0812 阅读(205) 评论(0) 推荐(0) |

摘要:1using System; 2using System.Drawing; 3using System.Collections; 4using System.ComponentModel; 5using System.Windows.Forms; 6using System.Data; 7using System.Net; 8using System.IO; 9using S... 阅读全文

posted @ 2007-05-24 21:35 Leon0812 阅读(449) 评论(0) 推荐(0) |

摘要://得到真实数字,剔除前面有0的整数字符串 function GetIntStr(str) { var flag = false; var slStr; var lNum; for(var i=0;i<str.length;i++) { slStr = str.subst... 阅读全文

posted @ 2007-05-23 11:32 Leon0812 阅读(193) 评论(0) 推荐(0) |

摘要:function allPrpos(obj) { // 用来保存所有的属性名称和值 var props = ""; // 开始遍历 for(var p in obj){ // 方法 if(typeof(obj[p])=="function"){ obj[p](); }else{ ... 阅读全文

posted @ 2007-05-13 10:17 Leon0812 阅读(398) 评论(0) 推荐(0) |

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3