博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
不小心发现中粮网站的一个bug
阅读量:5170 次
发布时间:2019-06-13

本文共 1126 字,大约阅读时间需要 3 分钟。

页面点击右侧中间位置的“我要应聘”,引起错误的代码直接写在页面上,截图如下

 

 

完整的文字内容:

 

“/”应用程序中的服务器错误。


编译错误


说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细
信息并适当地修改源代码。 


编译器错误信息: CS1061: 'BaseData' does not contain a definition for 
'executecmdandbackID' and no extension method 'executecmdandbackID' 
accepting a first argument of type 'BaseData' could be found (are you 
missing a using directive or an assembly reference?)


源错误:



行 259:        string sql = "insert into 
resumes(myname,born,sex,workplace,nationals,account,email,telphone,moblie,ad
dress,code,signname,adddate,information,edu,job,certificates,jobid) 

values('" + name + "','" + born + "','" + sex + "','" + workplace + "','" + 
nationals + "','" + accounts + "','" + emails + "','" + phone + "','" + 
moblies + "','" + add + "','" + codes + "','" + mysign + "','" + adddate + 
"','" + information + "','" + edu + "','" + job + "','" +certificates + 
"'," + jobid + ");select @@identity";

行 260:        BaseData bd = new BaseData();

行 261:        string returnID = bd.executecmdandbackID(sql);

行 262:         if (bd != null)

行 263:         {


源文件: d:\zlxt\resume\job\applijob1.aspx.cs    行: 261  

 

转载于:https://www.cnblogs.com/ols/archive/2012/07/30/2615855.html

你可能感兴趣的文章
SpringBoot配置文件属性值
查看>>
记一次挖洞示例
查看>>
A1113 | Integer Set Partition (25)
查看>>
无监督算法
查看>>
设计模式---003代理模式---【巷子】
查看>>
IBase<T>
查看>>
Qwerty78 Trip(组合数,规律,逆元)
查看>>
Android 测试 之MonkeyRunner
查看>>
vue单页面应用中node做反向代理的原理
查看>>
python super()函数
查看>>
Python中参数iterable的意义
查看>>
C#调用大漠插件,发送QQ和微信消息
查看>>
STL vector
查看>>
Leetcode 627. Swap Salary
查看>>
QT的安装及环境配置
查看>>
自动化框架应该具备的要点
查看>>
mybatis 配置
查看>>
springmvc系列一 之配置介绍(包含官网doc)
查看>>
UNIGUI接收普通消息和被动回复用户消息
查看>>
DATASNAP数据序列之FIREDAC的TFDJSONDataSets
查看>>