要点:1. 2Custmer.cs 1 using
Iesi.Collections.Generic; 2 using System; 3 using System.Linq; 4 using
System.Text; 5 6 namespace Model 7 { 8 p...
分类:
系统相关 时间:
2014-05-26 11:53:27
阅读次数:
302
GridView中Dataformatstring
格式化日期应注意的问题1、HtmlEncode="False"2、DataFormatString="{0:d}"C#格式化日期时间DateTime dt =
DateTime.Now;Label1.Text = dt.ToString();//2...
分类:
其他好文 时间:
2014-05-26 11:47:35
阅读次数:
212
HTML(Hyper Text Markup
language),超文本标记语言样式CSS,一般存储在样式表中CSS样式,一般分为三种:内嵌样式、外部样式、行内样式三种。其中p
#green{color:green}表示只有p标签id为green的才有效HTTP(Hyper Text Transfe...
分类:
其他好文 时间:
2014-05-26 11:17:31
阅读次数:
243
1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 using System.Data.SqlClient; 6 using
System.Dat...
分类:
数据库 时间:
2014-05-26 10:21:48
阅读次数:
247
网上找了一堆资料学习一下,了解这些,有助于规化程序结构,优化代码;使用gcc编译出来的程序,用size可以查看程序结构和大小,如
1: #size hello 2: Text data bss dec hex filename 3: 778 200 4 982 3D6 hello...
分类:
其他好文 时间:
2014-05-26 10:07:17
阅读次数:
289
1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 using System.Threading; 6 using
System.Runtime.Remoti....
分类:
编程语言 时间:
2014-05-26 09:07:50
阅读次数:
270
破解:第一步:打开主文件搜索十六进制F7D81AC02005修改1AC0为B001第二步:搜索F3FF8BC7E895修改其中的8BC7为33C0第三步:过阻拦未注册提示搜索0F8591000000535657将其中的85修改为84汉化:运行SublimeText3
点击 Preferneces -...
分类:
其他好文 时间:
2014-05-26 08:53:01
阅读次数:
339
html就是你可以添加像、等标记text只能写文本如果写了上面的标记则会以文本形式输出val是属性,只有有该属性的对象才能调用html(),
相当于 innerHTMLtext(), 相当于 innerTEXTval() 只有有value属性的才能取到值1、 这个就需要用
val(),只有当标签中有...
分类:
Web程序 时间:
2014-05-26 08:18:59
阅读次数:
315
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace ConsoleProgamming{ class Program {
static void Main(string...
分类:
其他好文 时间:
2014-05-26 08:00:40
阅读次数:
184
1) Select the site to configure in IIS, right
click and select "Properties"2) Under HTTP Headers Tab, select "File Types"
under the MIME Map section a...
分类:
其他好文 时间:
2014-05-24 09:08:53
阅读次数:
299