摘要:
前端: <form role="form" class="form-horizontal" id="form1" method="post" enctype="multipart/form-data" action="../ImportStudentEnrollment/ImportExcelFil 阅读全文
摘要:
public static class SQLDefenderHelper { public static string SQLFilter(string inText) { string word = "and|exec|insert|select|delete|update|chr|mid|ma 阅读全文
摘要:
public static string GetPageSql(string sql, int start, int end) { return string.Format(" select * from (select t1.*,rownum rowno from ({0}) t1 where r 阅读全文