win10卸载IE11后想要从新安装,运气不好的话各种坑安装不上,运气好就不说了.这里笔者在知乎看到一种方法,亲测可用,记录如下: 设置--应用--应用和功能--管理可选功能--添加功能--Internet Explorer 11,点开进行安装, 然后重启电脑,即可在 启用或关闭Windows功能 里找到Internet Explorer 11. 注意:点击安装后IE11会消失不见,不要慌,此时是正在安装,点击左上角的箭头可看到安装进度.安装完之后重启电脑就行了
plsql 登录后提示: Database character set (AL32UTF8) and Client character set (ZHS16GBK) are different.Character set conversion may cause unexpected results. Note: you can set the client character set through the NLS_LANG environment variable or the NLS_LA
public static Stream CreateZip(List<string> listPath, int level = 5) { MemoryStream mstream = new MemoryStream(); using (ZipOutputStream zipstream = new ZipOutputStream(mstream)) { zipstream.SetLevel(level); Crc32 crc = new Crc32(); foreach (var pat