上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 65 下一页
摘要: 快走比慢走消耗更多赘肉 而且快走比慢走消耗的小腹赘肉多出了5倍。也就是说,如果你每周快走三次。每次时间不长,15~30分钟,远远比你每周散步两次,每次走上一两个小时更能减小肚腩,即使两种方法消耗的总热量是一样的。这些快速走路能在八周里让你减掉将近10公斤。除了更减小腹的肥肉,燃烧臀腿脂肪也多了3倍,总体重多减了4倍。 快速走路能提高体内的燃烧脂肪的荷尔蒙含量,从而消耗掉大量的内膜脂肪。这些内膜脂肪通常是包附在肝脏、肾脏等内脏器官外的,过多的内脏脂肪会引发脂肪肝、糖尿病、高血压等心血管疾病。 此外,快走的燃烧脂肪作用还能在运动后持续发挥,它燃烧掉的脂肪比慢走要多出将近47%。多快算是快走? 根据 阅读全文
posted @ 2011-05-20 15:25 94cool 阅读(152) 评论(0) 推荐(0)
摘要: 首先在VS2005----》网站----》添加引用----》com----->microsoft office web components privatevoidgetchart(DataTabledt, int rows){try{intcount=dt.Rows.Count;if (count < 3) { divchart.InnerHtml = "<span style='color:red'>数据少于3条,无法生成图表!</span>";return; }//存放月string[]MonNum=newstrin 阅读全文
posted @ 2011-05-11 14:56 94cool 阅读(286) 评论(0) 推荐(0)
摘要: 设置如下时间刻度:ChartAxisGroupingEnum.chAxisGroupingManual;ChartAxisUnitTypeEnum.chAxisUnitMonth;需要在SetData后面加上上面属性,否则会出现参数无效问题:InsertChart.SeriesCollection.Add(0); InsertChart.SeriesCollection[0].DataLabelsCollection.Add(); InsertChart.SeriesCollection[0].DataLabelsCollection[0].HasValue = true; InsertCha 阅读全文
posted @ 2011-05-11 14:52 94cool 阅读(361) 评论(0) 推荐(0)
摘要: 如:有用户控件header、affiche,在affiche中获取header的值(前提这些值必须public)在affiche.cs中加入多个属性值:Page p = this.Parent.Page; UserControl uc = p.FindControl("header1") as UserControl; Type pageType = uc.GetType();FieldInfo[] myFields = pageType.GetFields(BindingFlags.Public | BindingFlags.Instance);for (int i = 阅读全文
posted @ 2011-05-03 10:34 94cool 阅读(266) 评论(0) 推荐(0)
摘要: 1:vc6中新建win32 简单动态链接库2:添加Rename.cpp文件,如下:#include <string>#include <stdlib.h>using namespace std; extern "C" int _declspec(dllexport) renamefile(char *_oldname,char * _newname);int renamefile(char* _oldname,char* _newname) { char oldname[1000], newname[1000]; strcpy(oldname,_ol 阅读全文
posted @ 2011-04-16 23:35 94cool 阅读(550) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--file="c:\\temp\test.csv";DataSetds=newDataSet();stringfilePath=file.Substring(0,file.LastIndexOf("\\")+1);using(OleDbConnectionconn=newOleDbConnection(string.Format(@"Provider=Microsoft.Jet.OLEDB.4.0; 阅读全文
posted @ 2010-12-24 11:19 94cool 阅读(621) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#regionToVCF2protectedvoidbtn_outvcf_Click(objectsender,EventArgse)3{4stringcode=Request["hid_code"].ToString().Trim(',');5StringBuildersb=newStringBuilder();6if(!string.IsNullOrEmpty(code))7{8string 阅读全文
posted @ 2010-12-23 14:03 94cool 阅读(325) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1privatevoidbutton1_Click(objectsender,EventArgse)2{3UploadFileHttpRequest(AppDomain.CurrentDomain.B... 阅读全文
posted @ 2010-11-26 16:48 94cool 阅读(2648) 评论(2) 推荐(1)
摘要: WTK2.5.2\wtklib\devices\DefaultColorPhone\DefaultColorPhone.properties这个配置文件里面screenPaintableRegion.y=10设置为0 阅读全文
posted @ 2010-11-24 17:25 94cool 阅读(560) 评论(0) 推荐(0)
摘要: string msg = "<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope//">"; msg += "<SOAP-ENV:Body>"; msg += "<samlp:ArtifactResponse xmlns:samlp=\"urn:oasis:names:... 阅读全文
posted @ 2010-09-19 09:18 94cool 阅读(983) 评论(0) 推荐(1)
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 65 下一页