二乙青苔

导航

 

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Drawing.Drawing2D;using ... 阅读全文
posted @ 2015-07-13 00:42 二乙青苔 阅读(2222) 评论(1) 推荐(0)
 

2015年9月15日

摘要: 关于怎么打开xp_cmdshell的方法:exec sp_configure 'show advanced option',1reconfiguregoexec sp_configure 'xp_cmdshell',1reconfigurego关于截取表字段名称:select NewName=lef... 阅读全文
posted @ 2015-09-15 00:01 二乙青苔 阅读(192) 评论(0) 推荐(0)
 

2015年9月14日

摘要: 在Form元素的语法中,EncType表明提交数据的格式 用 Enctype 属性指定将数据回发到服务器时浏览器使用的编码类型。 下边是说明: application/x-www-form-urlencoded: 窗体数据被编码为名称/值对。这是标准的编码格式。 multipart/form-dat... 阅读全文
posted @ 2015-09-14 23:51 二乙青苔 阅读(228) 评论(1) 推荐(1)