码迷,mamicode.com
首页 >  
搜索关键字:phpcms v9 get 实现前台搜索结果分页    ( 76486个结果
WCF Data Service ----理论准备
WCF数据服务(WCF Data Service )是.NET Framework的一个组件。可以使用此组件创建一些服务,利用开放式数据协议(OData)来借助具象状态传输(REST)语义通过Web或Intranet公开和使用数据。OData(Open Data Protocol)开放数据协议ODa...
分类:其他好文   时间:2014-05-01 14:23:12    阅读次数:353
java hashtable 排序问题
Hashtable h = new Hashtable();h.put("6", "666");h.put("8", "888");h.put("2", "222");for (String key : h.keySet()) System.out.println(key);System.out.....
分类:编程语言   时间:2014-05-01 14:22:31    阅读次数:383
磁盘调度-02
上节讲了磁盘的一些基本知识。这一节我们就开始磁盘的真正调度,调度之前需要先说一个知识点。磁盘参数: 1. 磁盘容量 = 磁头数 * 柱面数 * 扇区数 * 512bytes,固定的 2. 转速:转速决定读写512字节的速度 3.平均访问时间:是指磁头从起始位置到到达目标磁道位置,并且从目标磁道...
分类:其他好文   时间:2014-05-01 14:21:53    阅读次数:371
eclipse安装maven插件-解决requires ‘bundle org.slf4j.api 1.6.2′
eclipse安装maven插件-解决requires ‘bundle org.slf4j.api 1.6.2′【转载】http://robin.sh/html/1526_eclipse-maven.html给eclipse安装maven插件,网上教程已经很多,不在累述。关键是安装过程中报错:req...
分类:Windows程序   时间:2014-05-01 14:17:18    阅读次数:670
IOS-tableView 设置圆角
// 设置 tableView整体的圆角设置 // /// 设置圆角// v_tableview.layer.cornerRadius = 7;// v_tableview.layer.masksToBounds = YES;// /// 设置边框// v_tableview.layer.bord....
分类:移动开发   时间:2014-05-01 14:16:37    阅读次数:636
kali linux /etc/apt/source.list
this list is very important , you can not download what you want like fictx , flash-plugin , vm-tool and so onyou can use the sites of China , also yo...
分类:系统相关   时间:2014-05-01 14:13:25    阅读次数:561
文件上传大小被限制的解决方案。
修改配置文件Web.config
分类:其他好文   时间:2014-05-01 14:12:07    阅读次数:312
Lodop6 以上打印控件使用,详参考自带说明文档,打印样式及文字大小要特殊设置一下
关键这句var strBodyStyle = "";var strFormHtml = strBodyStyle + "" + document.getElementById("div1").innerHTML + "";把样式带进来
分类:其他好文   时间:2014-05-01 14:10:55    阅读次数:391
泛型连接数据库
这些天用泛型做了一个数据库的底层,自我感觉很方便,但是功能不是很完善,会继续考虑下去下面给大家分享一下代码1数据库连接的帮助类using System;using System.Collections.Generic;using System.Linq;using System.Text;using...
分类:数据库   时间:2014-05-01 14:07:32    阅读次数:603
Full postback triggered by LinkButton inside GridView inside UpdatePanel
GridView inside of a UpdatePanel,get the button to trigger a partial postback ...
分类:其他好文   时间:2014-05-01 14:06:55    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!