10 2018 档案
摘要:1.Win+R 输入regedit打开注册表 找到对应的以下目录HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System此时如果System下没有CredSSP时创建CredSSP没有Parameters
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc; namespace Web.Controllers{ using System.IO; usi
阅读全文
摘要:@{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <script src="~/Content/jque
阅读全文
摘要:layer.open({ type: 1,//模态窗种类 skin: "layui-layer-rim", title: "编辑信息", area: ["400px", "500px"], maxmin: true, //拼接字符串自定义名称 content: '<div><input type="
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Security.Cryptography;using System.Text;using System.Web; namespace sci_p
阅读全文