- 博客(6)
- 资源 (7)
- 收藏
- 关注
原创 ASP.NET WinForm C# 上传文件测试代码。
不废话,直接上代码。 save.aspx 上传文件测试 // <![CDATA[ function Button1_onclick() { document.getElementById("form1").submit(); } // ]]>
2012-04-08 00:26:49
980
原创 混合模式程序集是针对“v2.0.50727”版的运行时生成的,在没有配置其他信息的情况下,无法在 4.0 运行时中加载该程序集
一般由sqlite引起。启用 .NET Framework 2.0 版 运行时激活策略,在app.config的configuration节点下添加 startup useLegacyV2RuntimeActivationPolicy="true"> supportedRuntime version="v4.0"/> startup> 即可解决。
2012-04-06 15:27:09
692
原创 在IIS6 配置使用php5.4的fastcgi模式
在IIS6 配置使用php的fastcgi模式 1.下载FastCGI For IIS6 fastcgi页面:http://www.iis.net/download/fastcgi CGI配置教程 http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/ 2、下
2012-04-04 10:31:42
8320
转载 PHP 5.4 的新特性
现在开始。 1. 实例化时访问类成员 class Human { function __construct($name) { $this->name = $name; } public function hello() { return "Hi " . $this->name; } } //
2012-04-04 10:30:51
663
转载 得到Request.QueryString所有参数的键值
string str = ""; int num = 0; System.Text.StringBuilder sb = new System.Text.StringBuilder(); num = Request.QueryString.Count; sb.AppendLine("共有"+nu
2012-04-01 15:09:28
2619
转载 JavaScript及C# URI编码详解
混乱的URI编码 JavaScript中编码有三种方法:escape、encodeURI、encodeURIComponent C#中编码主要方法:HttpUtility.UrlEncode、Server.UrlEncode、Uri.EscapeUriString、Uri.EscapeDataString JavaScript中的还好,只提供了三个,C#中主要用的就有这么多,还没有列出其他编
2012-04-01 15:07:53
571
DTcms_50_sql_src 旗舰版(2018年4月亲测带手机)
2018-04-17
《Android平台开发之旅第2版》配套光盘(完整)
2012-04-25
精美工具栏图标150个_PNG_ICO
2012-04-06
百炫录音盒软件
2007-11-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人