2010年12月20日

摘要: #includestdio.h#includestring.hvoid main(){ FILE *stream; stream = fopen("EMA.txt", "r"); if(!stream) { printf("open file error"); return 0; } char num[4000][100]; char SysStockCode[4000][9]; char StockCode[4000][6]; char BourseNo[4000][2]; char values[4000][15]; char tempTotal[50] = "\0"; int i 阅读全文
posted @ 2010-12-20 14:24 wasd 阅读(297) 评论(0) 推荐(0) 编辑
 
摘要: 根据字符串新建日期只能用格式为(2010/7/19)而(2010-9-19)不行但是可以使用date.replace('-','/')就可以了。for(var key in result)遍历数组,所有的键值都在key里了parseInt可以转换成整型值 阅读全文
posted @ 2010-12-20 14:20 wasd 阅读(183) 评论(0) 推荐(0) 编辑
 
摘要: htmlheadstyle type="text/css".disabled {}.disabled optgroup{font-size: 12px;font-style: normal;font-weight: normal;font-variant: normal;color:#CCCCCC;background-color: #F5F5F5;}.disabled option {padding-left:0px;}/styletitle/title/headbodyselect name="carCos" class="disabled"optgr 阅读全文
posted @ 2010-12-20 14:19 wasd 阅读(289) 评论(0) 推荐(0) 编辑