上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 31 下一页
摘要: 简介:这是如何释放Assembly.LoadFrom的详细页面,介绍了和asp.net,如何释放Assembly LoadFrom.NET技术 C#有关的知识、技巧、经验,和一些asp.net源码等。system.reflection.assembly assembly =system.reflection.assembly.loadfrom(assemblyname);加载一个dll文件,lo... 阅读全文
posted @ 2010-12-22 16:04 天涯海客 阅读(1049) 评论(0) 推荐(0) 编辑
摘要: public stringAssemblyFileVersion(){object[] attributes =Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyFileVersionAttribute),false);if (attributes.L... 阅读全文
posted @ 2010-12-21 16:20 天涯海客 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 当要进行MD5加密的字符串不含中文时,那么ASP.NET的加密结果和ASP是一致的:代码如下:Response.Write(FormsAuthentication.HashPasswordForStoringInConfigFile("www.mzwu.com","MD5"));//结果:D66E1F138689B9B5AA4C520D9EAFFB61代码如下:Response.Write(MD5... 阅读全文
posted @ 2010-12-17 11:40 天涯海客 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 为了实现varchar型的字段序号递增,我每次插入数据要先找出数据库中序号最大的那个再加1,可是对varchar进行orderby时,得不到正确结果,如varchar里,‘100’<'99'怎么实现转化另外,我只比较varchar的后几位,那个怎么截取后几位再进行int转化再排序呢?回答1:select*fromyourtableorderby... 阅读全文
posted @ 2010-12-11 10:49 天涯海客 阅读(1233) 评论(0) 推荐(0) 编辑
摘要: // 获取程序的基目录。System.AppDomain.CurrentDomain.BaseDirectory// 获取模块的完整路径。System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName// 获取和设置当前目录(该进程从中启动的目录)的完全限定目录。System.Environment.CurrentDirecto... 阅读全文
posted @ 2010-12-06 15:27 天涯海客 阅读(149) 评论(0) 推荐(0) 编辑
摘要: sql 取各组中的最大值2008-04-08 09:54表testidnamerecord1a882b763c664c905b... 阅读全文
posted @ 2010-11-26 12:24 天涯海客 阅读(207) 评论(0) 推荐(0) 编辑
摘要: C#Winform DataGridView使用总结 - 转http://www.cnblogs.com/afish1984/archive/2009/7/12.html 阅读全文
posted @ 2010-11-12 22:25 天涯海客 阅读(202) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.DirectoryServices;using System.Collections;namespace DLL{/// ///IISManager 的摘要说明。/// public classIISManager {//定义需要使用的private... 阅读全文
posted @ 2010-09-27 17:34 天涯海客 阅读(247) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.IO;using System.Text;using System.Data;using System.Data.SqlClient;using System.Reflection;using System.Configuration.Insta... 阅读全文
posted @ 2010-09-27 11:59 天涯海客 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://bbs.ecshop.com/viewthread.php?tid=115004&page=1无奈做好事真难,删除图个安心各位看官请考虑下我免费制作这个效果,并且好心写出教程,无奈网上小人总会以各种方式来说你做得不够,本人不是来教基础知识的,连基本的模板选择都不会我怎么去教他们做这些功能,反而不教这些基础知识成为了我共享这个功能点的不对的地方。喜欢这个特效的朋友,可以去下... 阅读全文
posted @ 2010-08-18 15:17 天涯海客 阅读(876) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 31 下一页