摘要: 1.学点闽南话是个不错的主意,至少买菜的时候菜场阿姨不会多算你钱。2.话说学闽南话要从骂人开始,比如常把“塞林母”“干林梁”挂在嘴边,人家以为你是泉州土著,不过要注意素质。 3.在泉州打的,起步价6块。很多司机不会找你5毛钱,而且要多交一块钱燃油税。 4.泉州城不大,打的满城绕一般从东到西,从南到北不会超过15块钱。5.泉州的公交车很慢,我看还是走路... 阅读全文
posted @ 2010-08-26 12:28 94cool 阅读(1611) 评论(0) 推荐(0)
摘要: if(!/^[0-9]+.[0-9]{0,2}$/.test(txtprice.value)) { alert("价格必须是数字,如有小数,保持两位!"); txtprice.focus(); return false; } 阅读全文
posted @ 2010-08-20 17:38 94cool 阅读(219) 评论(0) 推荐(0)
摘要: Byte order: Little-endian 阅读全文
posted @ 2010-08-18 18:15 94cool 阅读(554) 评论(0) 推荐(0)
摘要: http://hi.baidu.com/24787716/blog/item/d54fdb2467c657328744f9b0.html 阅读全文
posted @ 2010-08-18 18:15 94cool 阅读(103) 评论(0) 推荐(0)
摘要: 生梨润肺化痰好, 苹果止泻营养高。 黄瓜减肥有成效, 抑制癌症猕猴桃。 番茄补血助容颜, 莲藕除烦解酒妙。 橘子理气好化痰, 韭菜补肾暖膝腰。萝卜消食除胀气, 芹菜能治血压高。 白菜利尿排毒素, 菜花常吃癌症少。 冬瓜消肿有利尿, 绿豆解毒疗效高。 木耳搞癌散血淤, 山药益肾浮肿消。海带含碘散淤结, 蘑菇抑制癌细胞。 胡椒驱寒兼除湿, 葱辣姜汤治感冒。鱼虾猪蹄补乳汁, 猪肝羊肝明目好。 益肾强腰吃... 阅读全文
posted @ 2010-08-10 10:49 94cool 阅读(120) 评论(0) 推荐(0)
摘要: private void toexcel(string title) { try { Encoding encContent = Encoding.GetEncoding("utf-8"); int count = GridView1.Columns.Count; Response.Clear(); Response.ClearContent(); Response.ClearHeaders();... 阅读全文
posted @ 2010-08-09 17:35 94cool 阅读(248) 评论(0) 推荐(0)
摘要: private void toexcel(string title) { Response.Clear(); Response.Buffer = false; Response.Charset = "utf-8"; Response.AppendHeader("Content-Disposition", "attachment;filename=" + HttpUtility.UrlEncode(... 阅读全文
posted @ 2010-08-09 16:30 94cool 阅读(272) 评论(0) 推荐(0)
摘要: 输入正整数 n , 按从大到小的顺序输出所有形如 abcde/fghij = n 的表达式,其中a ~ j为0 ~ 9的数字(不可重复)。2 <= n <=79. 样例输入: 62 样例输出: 79546/01283 = 62 94736/01528 = 62 方法:以62为例private bool isRepeat(string val) { bool result = true;... 阅读全文
posted @ 2010-08-04 15:29 94cool 阅读(233) 评论(0) 推荐(0)
摘要: 1:建立Handler.cs文件using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls... 阅读全文
posted @ 2010-06-01 16:53 94cool 阅读(279) 评论(0) 推荐(0)
摘要: 哈佛图书馆的二十条训言:  1.此刻打盹,你将做梦;而此刻学习,你将圆梦。  2.我荒废的今日,正是昨日殒身之人祈求的明日。  3.觉得为时已晚的时候,恰恰是最早的时候。  4.勿将今日之事拖到明日。  5.学习时的苦痛是暂时的,未学到的痛苦是终生的。  6.学习这件事,不是缺乏时间,而是缺乏努力。  7.幸福或许不排名次,但成功必排名次。  8.学习并不是人生的全部。但既然连人生的一部分R... 阅读全文
posted @ 2010-05-26 19:30 94cool 阅读(142) 评论(0) 推荐(0)