码迷,mamicode.com
首页 >  
搜索关键字:title    ( 28176个结果
项目准备(view)
管理员登陆界面-manage-admin 1 2 3 4 5 6 7 8 9 10 get_var('title')?> 11 12 13 --> 14 15 16 ...
分类:其他好文   时间:2014-10-12 03:11:37    阅读次数:262
allegro 的光绘层概念
TOP层:boardgeometry/outlinemanufacturing/photoplot_outlineetch/toppin/topviaclass/topdrawingformat/title_data(加入注释文字,亦可根据习惯在其他层加入)GND层:boardgeometry/ou...
分类:其他好文   时间:2014-10-12 02:03:27    阅读次数:933
json
很多次都在纠结网页脚本和后台怎么进行交互,现在想想还是写写关于json序列化的问题,虽然不是很经典,但是还是希望能够帮助一些初学mvc的小伙伴,下面我将贴出相关的代码cshtm:@{ ViewBag.Title = "电影播放列表"; Layout = null;} ...
分类:Web程序   时间:2014-10-11 18:59:06    阅读次数:178
jquery_easyui 相关问题
1. datagrid点击title,无法进行客户端排序。 增加属性data-options="singleSelect:true,collapsible:true,url:'/ViewStat/GetTeamStat/@ViewBag.Season',method:'get',remoteSor....
分类:Web程序   时间:2014-10-11 18:50:16    阅读次数:197
java 导出excel
直入主题,上代码。 //导出excel @RequestMapping(value="excel") public void excel(String excelname,String title,@RequestParam("district3") String district3,@RequestParam("district4") String district4,@RequestPa...
分类:编程语言   时间:2014-10-11 18:47:35    阅读次数:241
列表实现例子
1 #ifndef LIST_H_ 2 #define LIST_H_ 3 4 #include 5 #define TSIZE 45 6 7 typedef struct film 8 { 9 char title[TSIZE];10 int rating;11 } Ite...
分类:其他好文   时间:2014-10-11 16:04:05    阅读次数:187
EasyMonkeyDevice vs MonkeyDevice&HierarchyViewer API Mapping Matrix
1. 前言 本来这次文章的title是写成和前几篇类似的《EasyMonkeyDevice API实践全记录》,内容也打算把每个API的实践和建议给记录下来,但后来想了下觉得这样子并不是最好的方法,鉴于EasyMonkeyDevice其实就是在前几章描述的MonkeyDevice和HierarchyViewer的基础上加了一层Wrapper,把原来的通过接受坐标点或者ViewNode来操作控件的...
分类:移动开发   时间:2014-10-11 15:29:35    阅读次数:207
tableview和cell的样式
IOS开发中UITableView和UITableViewCell的几种样式 cell.textLabel.text = shop.title; cell.detailTextLabel.text = shop.desc; //cell.imageView是只读的,可以给cell.imageV...
分类:其他好文   时间:2014-10-11 13:48:35    阅读次数:320
ExtJS panel
JS 代码:Ext.onReady(function(){ myPanel = new Ext.Panel({ id:'id', title:'名字', width:600, autoheig...
分类:Web程序   时间:2014-10-11 11:38:45    阅读次数:209
自定义按钮
- (CGRect)backgroundRectForBounds:(CGRect)bounds; //返回背景边界 (image + title)- (CGRect)contentRectForBounds:(CGRect)bounds; //- (CGRect)titleRectForCont....
分类:其他好文   时间:2014-10-11 11:07:55    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!