上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 30 下一页
摘要: 证实可用 <select name="programme" id="programme_view"> </select> 阅读全文
posted @ 2016-12-29 15:39 人生为卒 阅读(237) 评论(0) 推荐(0)
摘要: data ="<pre style="word-wrap: break-word; white-space: pre-wrap;">{"result":1,"Msg":"上传成功!"}</pre>" var obj = jQuery.parseJSON(jQuery(data).text()); o 阅读全文
posted @ 2016-12-29 15:19 人生为卒 阅读(449) 评论(0) 推荐(0)
摘要: var date = new Date(); var year = date.getFullYear(); var month = date.getMonth()+1; var day = date.getDate(); var hour = date.getHours(); var minute 阅读全文
posted @ 2016-12-26 16:58 人生为卒 阅读(160) 评论(0) 推荐(0)
摘要: 推荐使用: encodeURIComponent() 特殊字符必须编码,例如 #,否则传递参数不完整 var urrl = '/SearchDialog/PrefabtypeSearch?functionName=PrefabtypeSearch' + '&prefabNo=' + encodeUR 阅读全文
posted @ 2016-12-26 15:49 人生为卒 阅读(215) 评论(0) 推荐(0)
摘要: DevExpress.XtraCharts.ChartControl 阅读全文
posted @ 2016-11-04 16:37 人生为卒 阅读(628) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/jin870132690/article/details/41597049 相信很多自己动手敲过完整程序的同学都会发现,其实我们敲的很多窗体布局都非常的相似,有的部分用到的控件甚至一模一样,如果每一个窗体都自己重新摆放或者复制粘贴虽然没有问题,但是有时候若是 阅读全文
posted @ 2016-11-01 14:46 人生为卒 阅读(864) 评论(0) 推荐(0)
摘要: $('#packageList').datagrid({ url: url, data:{"total":0,"rows":[]}, //width: 1000, //height: 400, //width: ($(window).width() * 0.9... 阅读全文
posted @ 2016-10-26 16:08 人生为卒 阅读(200) 评论(0) 推荐(0)
摘要: 引用: System.Data.SQLite.dll System.Data.SqlClient.dll SQLite.Interop.076.dll 注意::::SQLite.Interop.076.dll 这样的dll必须放在wince设备上(“计算机\BT-W_Series\\\Windows 阅读全文
posted @ 2016-10-17 23:12 人生为卒 阅读(3397) 评论(0) 推荐(0)
摘要: 1,直接在元素上定义style,如下: 1 <input type="button" style="这里定义样式"> <input type="button" style="这里定义样式"> 2,页面中内嵌样式,如下: 1 2 3 4 <style> .btn{需要添加的样式} </style> < 阅读全文
posted @ 2016-10-13 15:13 人生为卒 阅读(323) 评论(0) 推荐(0)
摘要: 转载:http://www.111cn.net/wy/js-ajax/76891.htm 发现一个其怪的问题生成的json数据格式的文件在ie浏览器会自动下载json格式文件了,那么这种问题如何来解决下面一起来看看在IE浏览器中返回json格式的数据时提示下载问题. 问题: 用jquery.form 阅读全文
posted @ 2016-10-12 10:37 人生为卒 阅读(21356) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 30 下一页