欢迎访问我的博客 https://javascript.shop
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 58 下一页
摘要: 原文发布时间为:2008-10-11 —— 来源于本人的百度文章 [由搬家工具导入] 这个例子是从gridview中导出到Excel,可以举一反三,可以直接从数据库中取值放在DataSet中,然后再从DataSet中导出到Excel,原理是一样的。。。。 例子: 网站文件夹中的所有内容: excel 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(147) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-10-10 —— 来源于本人的百度文章 [由搬家工具导入] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE h 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(194) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-11-09 —— 来源于本人的百度文章 [由搬家工具导入] dreamveawer中,选择插入——表单——然后后面的几个选项进行学习: 大体上这么些类型: <html> <head> <title>js</title> </head> <body><form action= 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(179) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-11-08 —— 来源于本人的百度文章 [由搬家工具导入] <html> <head> <title>js</title> </head> <body><input type="button" name="goto" Value="Back" onClick="histor 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(109) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-11-02 —— 来源于本人的百度文章 [由搬家工具导入] http://www.cnblogs.com/Terrylee/archive/2006/07/17/334911.html 最初写探索设计模式系列的时候,我只是想把它作为自己学习设计模式的读书笔记来写,可是写到今 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(89) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-11-05 —— 来源于本人的百度文章 [由搬家工具导入] 1.设置web.config文件。<system.web> <globalization requestEncoding="gb2312" responseEncoding="gb2312" culture="zh 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(398) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-10-09 —— 来源于本人的百度文章 [由搬家工具导入] 不用注册,就能免费下载系统源码不错哦 http://down.chinaz.com/class/4_1.htm 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(88) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-11-08 —— 来源于本人的百度文章 [由搬家工具导入] <html> <head> <title>js</title> <script type="text/JavaScript"><!--var v;document.write(typeof(v)+"<br>");v 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(192) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-11-01 —— 来源于本人的百度文章 [由搬家工具导入] 事件的由来 我们继续思考上面的程序:上面的三个方法都定义在Programe类中,这样做是为了理解的方便,实际应用中,通常都是 GreetPeople 在一个类中,ChineseGreeting和 EnglishGr 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(122) 评论(0) 推荐(0)
摘要: 原文发布时间为:2008-09-24 —— 来源于本人的百度文章 [由搬家工具导入] 这里提供了另外一个更有用的函数:NewID(),它返回一个GUID(全局唯一标志符) select top 10 newid() as row, productid, productname from Produc 阅读全文
posted @ 2017-07-11 00:33 孑孓子 阅读(157) 评论(0) 推荐(0)
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 58 下一页
欢迎访问我的博客 https://javascript.shop