摘要: /**//* functionname:decStoreCode purporse:分解以逗號分開的StoreCode字符串 author:seven createdate:2004/11/20 modifer:seven modifieddate:2004/8/21 useexam: */ CREATEFUNCTIONdecStoreCode ( ... 阅读全文
posted @ 2004-11-21 14:13 hi-justin 阅读(1466) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2004-11-20 12:43 hi-justin 阅读(2981) 评论(2) 推荐(0) 编辑
摘要: var str = 'This;is;a;test'; var str1 = str.replace(';',' '); 在javascript中,想通過上面的代碼替換字符串str中的所有';'為' '是行不通的,str1的內容為'This is;a;test' 如果想str1的內容為'This is a test',則需要這樣來做: var re = '/;/g'; var str =... 阅读全文
posted @ 2004-10-27 17:44 hi-justin 阅读(1605) 评论(3) 推荐(0) 编辑
摘要: 今天有一位同事離開了公司哎,有一點傷感,又少了一個陪我抽煙的 阅读全文
posted @ 2004-10-22 11:53 hi-justin 阅读(837) 评论(0) 推荐(0) 编辑
摘要: 記得剛到深圳,有一次晚上過去南山科技園,因沒有邊防證所以過梅林海關的時候被警官叫下了車,下了車後我發現其實很多和我一樣沒帶證件的人都沒有下來,就我一個傻呼呼的跟他下來了。因為這個時候已經十一點多了,海關已經不給辦證件了,就讓我過去了,我倒!,已經十一點了耶,沒車了,只有叫的士了.............。第二次,我就比較幸運了,嘎嘎。是怎麼回事呢,聽我慢慢道來:這次我又忘了帶證件,身份證都沒帶,過... 阅读全文
posted @ 2004-10-20 12:09 hi-justin 阅读(909) 评论(0) 推荐(0) 编辑
摘要: (\d{3}-|\d{4}-)?(\d{8}|\d{7})? //国内电话^[1-9]*[1-9][0-9]*$ //腾讯QQ^[\\w-]+(\\.[\\w-]+)*@[\\w-]+(\\.[\\w-]+)+$ //email地址 ^[a-zA-z]+://(\\w+(-\\w+)*)(\\.(\\w+(-\\w+)*))*(\\?\\S*)?$ //url^\d+$ ... 阅读全文
posted @ 2004-10-12 12:31 hi-justin 阅读(834) 评论(0) 推荐(0) 编辑
摘要: Rule 0: Keep improving这个没有什么好说的,你要提升自己就要不断地去做。所谓不进则退,今天提升一点明天休息一下,实际上你就和大家的平均水平差不多。所谓的提升就是要让自己比别人更好,要保证这一点只能够尽力做到最好,也就是不断的去提升自己的水平。 Rule 1: Balance your self first每个人都有自己的特性,比如说喜欢思考还是喜欢做事情,或者比如乐观还是悲观等... 阅读全文
posted @ 2004-10-11 16:59 hi-justin 阅读(954) 评论(0) 推荐(0) 编辑
摘要: 為什麼總是給我這樣的提示?“Oops... the system was unable to perform your operation.Plese try again in a few seconds” 阅读全文
posted @ 2004-10-09 09:59 hi-justin 阅读(1025) 评论(3) 推荐(0) 编辑
摘要: /**//*function name:getLocationStrbyCodepurporse:根據產品連接儲位代碼author:Justin Leecreate date:2004/10/7modifer:Justin Leemodified date:2004/10/7*/create function getLocationStrbyCode(@ProdCode varchar(20),... 阅读全文
posted @ 2004-10-07 17:19 hi-justin 阅读(841) 评论(0) 推荐(0) 编辑
摘要: 應各位老大的要求,我決定去掉了另大家郁悶的金魚和蝴蝶。不過它們真的很漂亮,哈哈 阅读全文
posted @ 2004-09-28 08:35 hi-justin 阅读(620) 评论(1) 推荐(0) 编辑
摘要: 今天才發現:原來在多層構架的系統中使用DataReader是如此的不好控制.設計模式中好像也有說到在多層構架的系統中最好不要用DataReader不知各位對此有什麼看法 阅读全文
posted @ 2004-09-24 11:21 hi-justin 阅读(1532) 评论(4) 推荐(0) 编辑
摘要: 葉子離開樹,是風的追求。防輻射眼鏡的鏡片掉到地上摔碎了,我不知道是地板的追求還是鏡框的不挽留? 阅读全文
posted @ 2004-09-22 11:59 hi-justin 阅读(492) 评论(0) 推荐(0) 编辑
摘要: On a dark desert highway cool wind in my hair Warm smell of colitas rising up through the air Up ahead in the distance I saw a shimmering light My head grew heavy and my sight grew dim I had to stop f... 阅读全文
posted @ 2004-09-21 11:09 hi-justin 阅读(1526) 评论(0) 推荐(0) 编辑
摘要: 1.《乱世佳人》 Tomorrow is another day. 2.《泰坦尼克号》 Jack: "You must do me this honor... promise me you will survive... that you will never give up... no matter what happens... no matter how hop... 阅读全文
posted @ 2004-09-20 11:48 hi-justin 阅读(3244) 评论(1) 推荐(0) 编辑
摘要: result love(boy, girl) { if ( boy.有房() and boy.有车() ) { boy.set(nothing); return girl.嫁给(boy); } else if ( girl.愿意等() ) { while( ! (boy.赚钱 > 100,000 and girl.感情 > 8 ) ) { for ( d... 阅读全文
posted @ 2004-09-14 17:23 hi-justin 阅读(606) 评论(0) 推荐(0) 编辑