摘要:
if(0,0) { console.log("0,0"); } if(0,1) //执行了 { console.log("0,1"); } if(1,0) { console.log("1,0"); } if(1,1) //执行了 { console.log("1,1"); } <script> / 阅读全文
摘要:
参考1: https://www.qqxiuzi.cn/bianma/Unicode-UTF.php参考2: https://www.cnblogs.com/xinruzhishui/p/6259146.html本工具可以把中文、英文字母、标点符号、特殊特号等字符串转换成以反斜杠u(\u)开头的16 阅读全文
摘要:
frm标准编辑 frm = new frm标准编辑(); if (frm.ShowDialog() == DialogResult.OK) { BindData(); if (MsgBox.Confirm("提示", "是否继续添加!")) { tsb新增按钮_Click(null, null); 阅读全文
摘要:
// 启用倒带功能,就可以让 Request.Body 可以再次读取 Request.EnableBuffering(); //((Microsoft.AspNetCore.Http.DefaultHttpRequest)Request).ContentLength ASP.NET Core 中 H 阅读全文
摘要:
var obj = Request.Form; StringBuilder sb = new StringBuilder(); PropertyInfo[] properties = obj.GetType().GetProperties(); foreach (PropertyInfo p in 阅读全文
摘要:
//声明接受int的方法并返回空的委托。 public delegate void invokeDelegate(); //调用委托, // invokeDelegate FF = new invokeDelegate(StartMethod); private void button1_Click 阅读全文
摘要:
win8 6.2 9200 win8.1 6.3 9600 win2012r 6.3 9600 --分区 win2012r 分为4个区 1.300MB(恢复) 2.100MB(系统分区) 3.128MB(MSR保留) 4.59.5G win8.1 分为4个分区 和win2012r一样 win10 1 阅读全文
摘要:
<!DOCTYPE html> <html> <head> <style> /*字体*/ @font-face { font-family: 'Chinese Quote'; src: local('PingFang SC'), local('SimSun'); unicode-range: U+2 阅读全文