码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
RDLC后台自定义报表模板
首先封装一个公共类,统一来操作RDLC报表 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Xml; using System.Data; using Microsoft.Reporting.WebForms; using System.Text; ...
分类:其他好文   时间:2015-03-16 19:27:12    阅读次数:190
发邮件抛异常。no object DCH for MIME type text/plain; charset=UTF-8
在进行发邮件的时候抛出的这个异常: IOException while sending message; nested exception is: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type text/plain; charset=UTF-8  检查在站点的lib文件夹下和在tom...
分类:其他好文   时间:2015-03-16 17:54:27    阅读次数:163
extjs desktop startmenu (开始菜单)
extjs desktop 的开始菜单 二级菜单 需要动态生成 自己改造即可,以下基本方法原理:首先 建立一个js文件 生成开始菜单数据:? function GetStartMenu(app) { var menuArray = []; var m = { launcher: { text: '开始菜单第一级A',...
分类:Web程序   时间:2015-03-16 17:51:26    阅读次数:134
UITableViewCell的基本使用
//在cell = [[UITableViewCell alloc]initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:identifier]; 下设置cell文字居中 cell.textLabel.text = @"清除缓存"; cell.indentationLevel = 12; 如图所示:...
分类:其他好文   时间:2015-03-16 16:32:50    阅读次数:100
Ada 函数指针
with Ada.Text_IO; use Ada.Text_IO; procedure Main is    type func_ptr is access procedure ( args : in String );        procedure callee( msg : in String ) is    begin       Ada.Text_IO.Put...
分类:其他好文   时间:2015-03-16 16:31:41    阅读次数:175
HTML初级知识点
简介:1)HTML指的是超文本标记语言(Hyper Text Markup Language),HTML文档包含HTML标签和纯文本。 与标签之间,定义了整个HTML文档。 与标签之间,定义文档的头部。可用在其中。 与标签之间,定义了HTML文档的主体,是可见的页面内容。 与标签之间,定义了...
分类:Web程序   时间:2015-03-16 16:20:32    阅读次数:157
CSS hack
去除iPhone的默认input样式input {-webkit-appearance:none; /*去除input默认样式*/}取消chrome浏览器下input和textarea的默认样式取消chrome下input和textarea的聚焦边框:input,button,select,text...
分类:Web程序   时间:2015-03-16 16:03:46    阅读次数:182
Lua 学习笔记(一)环境搭建
Lua是一个小巧的脚本语言。Lua由标准C编写而成,代码简洁,几乎在所有的操作系统和平台上都可以编译,运行。工具: 1、Sublime Text 2 2、LuaForWindows_v5.1.4-46.exe为了方便开发,借助于Sublime Text 2来学习和运行lua文件,当然Subl...
分类:其他好文   时间:2015-03-16 15:54:37    阅读次数:165
html转jsp部分css不可用
解决方法/css/zhuce.css" rel="stylesheet" type="text/css" />
分类:Web程序   时间:2015-03-16 14:08:16    阅读次数:471
面向对象程序设计-C++ Steam & Vector 【第三次上课笔记】
大家可以下载后用Vim 或者 Sublime Text等文本编辑器查看Conference:http://blog.csdn.net/candy1232009/article/details/7032526//ofstream fout; //C style//fout.open("fout....
分类:编程语言   时间:2015-03-16 12:41:02    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!