码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
SSH.net之Service层
一、新建一个项目,命名为:Service二、添加接口及其实现using System;using System.Collections.Generic;using System.Linq;using System.Text;using Model;namespace Service{ publ...
分类:Web程序   时间:2014-12-02 20:34:29    阅读次数:198
jQuery两句话实现HTML转义与反转义
$('').text('').html()结果:<a>$('').html('<a>').text()结果:
分类:Web程序   时间:2014-12-02 19:12:45    阅读次数:269
高并发WCF配置
在使用WCF做服务接口时,TCP模式肯定比Http效率高,Binary/MTOM格式的绑定也会Text格式的绑定高效。 两个endpoint,一个用来调试:ms-mex的binding是用来方便WCF调试工具和远程对象应用,另一个是实际工作模式配置:customBinding。 为了提高接口...
分类:其他好文   时间:2014-12-02 19:02:04    阅读次数:389
SSH.net之model层
新建一个项目,第一个net版本的ssh项目,命名为:Nssh.project:新建类库,作为项目model层然后,开始编写代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;name...
分类:Web程序   时间:2014-12-02 18:47:36    阅读次数:259
MVC中的Controller中返回一个JsonResult在弹出一个下载框?
public JsonResult ReturnTest() { return Json(new {myMsg ="hello world"}, "text/html; charset=UTF-8"); //没问题 //ret...
分类:Web程序   时间:2014-12-02 17:15:51    阅读次数:400
Excel scientific notation issue
This is a known issue, you can find more in internet. Excel will treat text(can display with number) more than 11 numbers, it will convert to scientif...
分类:其他好文   时间:2014-12-02 17:03:48    阅读次数:196
button onclick
1.如果让本页转向新的页面则用: 2.如果需要打开一个新的页面进行转向,则用:
分类:其他好文   时间:2014-12-02 17:03:02    阅读次数:154
获取用户控件的值
1. [代码]前台repeate中绑定用户控件此乃用户控件~~放在了repeater的ItemTemplate中~2. [代码]后台获取 foreach (RepeaterItem item in repeater的ID.Items){string xxx = ((item.FindControl(...
分类:其他好文   时间:2014-12-02 17:02:05    阅读次数:124
eclipse 复制粘贴时卡住原因及解决
修改方法:Window?->?Preferences?->?General?->?Editors?->?Text?Editors?->?Hyperlinking 把超链的快捷键改为其他键比如Alt(不能改为shift) 说明:在Eclipse中,经常可以使用Ctrl+鼠标单击,可以直...
分类:系统相关   时间:2014-12-02 15:28:20    阅读次数:244
cxgrid打印
begintime,endtime:string;beginbegintime:=FormatDateTime(‘yyyy-MM-dd00:00:00‘,dtp_begin.DateTime);endtime:=FormatDateTime(‘yyyy-MM-dd23:59:59‘,dtp_end.DateTime);dxComponentPrinter1Link1.ReportTitle.Text:=‘日期:‘+begintime+‘至‘+endtime;dxComponentPrinter1Link..
分类:其他好文   时间:2014-12-02 15:26:07    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!