/// /// 扩展方法类 /// public static class
CommonExtension { /// /// 数据类型对应转换方法字典 /// static Dictionary> dic_c...
分类:
Web程序 时间:
2014-05-27 02:50:17
阅读次数:
399
// /// 导出到Excel lichenghu /// /// public static
void ToExcel(DataTable dt) { string sb = ""; ...
分类:
其他好文 时间:
2014-05-27 00:44:33
阅读次数:
251
相关函数getRecord :YAHOO.widget.Record getRecord (
row )For the given identifier, returns the associated Record
instance.传入RecordSet position Index或者Recod...
分类:
其他好文 时间:
2014-05-24 06:23:14
阅读次数:
323
详细代码如下: 1 public class CsvParsingHelper 2 { 3 /// 4
/// 将csv文件的数据转成datatable 5 /// 6 /// csv文件路径 7 ...
分类:
其他好文 时间:
2014-05-24 05:03:12
阅读次数:
246
百度快递查询接口Demo 您输入的验证码错误,请重新输入! ...
更新datasource中_oData数据var myTable =
Map.realYUIDataTable;var recordsSet = myTable.getRecordSet();var records =
recordsSet.getRecords();for(var i=0; i<r...
分类:
其他好文 时间:
2014-05-24 03:24:45
阅读次数:
323
我的项目需要一个可以分组显示的GridView,我不会写,上网找了一圈,最终在国外的网站上找到的这个,比较符合我的要求,但它的分页得重写,它写了能分页,但我发现它的分页功能事实上并没有实现,也不知道是不是我没找见。先上图:此demo原作者:Anurag
Gandhi为方便查看效果,此demo数据源是...
分类:
Web程序 时间:
2014-05-20 07:38:42
阅读次数:
422
1.MVC Model:模型
描述程序是什么,例如数据库操作之类的行文以及纸牌Demo里纸牌玩法都是写在Model这一层,通过Notification和KVO(后续文章会介绍)两种方式与Controller通讯。
Controller:控制层 程序的逻辑在这里组织,Controller负责M...
分类:
移动开发 时间:
2014-05-19 18:34:59
阅读次数:
394
GridView主要是类似表格的形式显示数据。这里主要是模仿别人的Demo来实现了一下。XML布局文件之activity_main.xmlXML布局文件之night_item.xml
XML之资源文件strings.xml Hello World, GvActiv...
分类:
移动开发 时间:
2014-05-19 16:53:30
阅读次数:
403
基于网页的音乐播放器demo
http://pan.baidu.com/s/1dDgm7HR自己diy了一个手机端在线音乐播放器演示地址http://shanxi2014.com/zhuandizhi/dom.php全面支持手机端浏览器。主要修改引用路径(不要修改文件相对存放地址)第二就是正则拼接参...
分类:
Web程序 时间:
2014-05-19 12:02:59
阅读次数:
432