文章出处:http://www.cnblogs.com/tristanguo/archive/2009/05/15/1457197.htmlusing System;using System.Collections.Generic;using System.Linq;using System.Tex...
分类:
其他好文 时间:
2014-12-15 15:21:20
阅读次数:
121
给页面的TextBox设置ReadOnly="True"时,在后台代码中不能赋值取值,下边几种方法可以避免: 1、不设置ReadOnly,设置onfocus=this.blur() C#代码 [c#] view plaincopyprint?文本框不变灰色,但也无法手动修改内容,可以在后台通过Tex...
分类:
Web程序 时间:
2014-12-14 17:12:43
阅读次数:
122
5.1.1 WERTYU
把手放在键盘上时,稍不注意就会往右错一位。 这样的话,Q会变成W,J会变成K等。 输入一个错位敲出的字符串,输出打字员本来想打出的句子。
样例输入:O S,GOMR YPFSU/
样例输出:I AMFINE TODAY.
#include
#include
char *s = "`1234567890-=QWERTYUIOP[]\\ASDF...
分类:
编程语言 时间:
2014-12-10 21:17:59
阅读次数:
285
添加引用using NPOI.HSSF.UserModel;using NPOI.SS.UserModel;using System;using System.Collections.Generic;using System.Data;using System.IO;using System.Tex...
分类:
其他好文 时间:
2014-12-10 09:13:46
阅读次数:
136
以winedt为例:
1、在mathtype里头输入公式
2、选择Preferences里头的Translators
3、
选择Translator,去掉Include translator name in translation和Include MathType data in translation,并选择TeX-LaTex 2.09 and later
4、
复制
5、在lat...
分类:
其他好文 时间:
2014-12-06 22:55:05
阅读次数:
400
在linux系统中,可以利用texlive配合shell脚本,把eps格式的图片转换成pdf格式的图片。用到的两个文件如下:eps2pdf.tex:\documentclass[a4paper]{article}\usepackage{graphicx}\usepackage{epstopdf}\begin{document}\begin{figure}\centering%Requires\usepackage{graphicx}..
分类:
其他好文 时间:
2014-12-05 19:35:37
阅读次数:
161
【SQLite】 语法一 . 创建数据库 1. 只需创建数据库,只需创建文件,操作时将连接字符串指向该文件即可 2. 连接字符串 : data source = FilePath; 不能加密所以没有密码二 . 创建表 1. 语法 : CREATE TABLE TableName(str TEX...
分类:
数据库 时间:
2014-12-05 12:09:42
阅读次数:
227
设置元素及内容通过选择器、过滤器来得到我们想要操作的元素。这个时候,我们就可以对这些元素进行 DOM 的操作。那么,最常用的操作就是对元素内容的获取和修改。在常规的 DOM 元素中,我们可以使用 html()和 text()方法获取内部的数据。html()方法 可以获取或设置 html 内容,tex...
分类:
Web程序 时间:
2014-12-05 00:41:50
阅读次数:
260
设置元素及内容通过选择器、过滤器来得到我们想要操作的元素。这个时候,我们就可以对这些元素进行 DOM 的操作。那么,最常用的操作就是对元素内容的获取和修改。在常规的 DOM 元素中,我们可以使用 html()和 text()方法获取内部的数据。html()方法 可以获取或设置 html 内容,tex...
分类:
Web程序 时间:
2014-12-04 19:35:09
阅读次数:
218
//后台代码
protectedvoidXXX_GridView_RowDataBound(objectsender,GridViewRowEventArgse){if(e.Row.RowType==DataControlRowType.DataRow||e.Row.RowType==DataControlRowType.Header){
//保持列不变形for(inti=1;i<e.Row.Cells.Count;i++){//方法一:e.Row.Cells[i].Tex..
分类:
其他好文 时间:
2014-12-03 19:35:09
阅读次数:
129