摘要:
方法一 using System.Xml; using System.Reflection; XmlDocument xml = new XmlDocument(); xml.LoadXml(result); //加载xml格式后最外部被response包含,因此需要获取此节点的对应子节点 var 阅读全文
摘要:
不小心将数据库删除后,若有启用日志操作记录可通过binlog进行数据还原(在Mysql下执行) 查询是否开启 ==> show variables like 'log_bin'; 查询正在使用的操作记录 ==> show master status; 查找binlog文件(不一样的版本对应的名字会不 阅读全文
摘要:
前台通过JS代码判断图片格式 var uploadpath = document.getElementById('uploadpath'); var simplepath = uploadpath.innerText; var pathsuffix = simplepath.substr(simpl 阅读全文