会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
enych
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
9
10
11
···
52
下一页
2020年5月13日
js if()
摘要: 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> /
阅读全文
posted @ 2020-05-13 18:05 enych
阅读(530)
评论(0)
推荐(0)
2020年5月11日
编码
摘要: 参考1: https://www.qqxiuzi.cn/bianma/Unicode-UTF.php参考2: https://www.cnblogs.com/xinruzhishui/p/6259146.html本工具可以把中文、英文字母、标点符号、特殊特号等字符串转换成以反斜杠u(\u)开头的16
阅读全文
posted @ 2020-05-11 16:20 enych
阅读(424)
评论(0)
推荐(0)
2020年4月21日
winform 新增后提示 是否再 新增
摘要: frm标准编辑 frm = new frm标准编辑(); if (frm.ShowDialog() == DialogResult.OK) { BindData(); if (MsgBox.Confirm("提示", "是否继续添加!")) { tsb新增按钮_Click(null, null);
阅读全文
posted @ 2020-04-21 14:40 enych
阅读(235)
评论(0)
推荐(0)
2020年4月17日
asp.net core 3.1 问题
摘要: // 启用倒带功能,就可以让 Request.Body 可以再次读取 Request.EnableBuffering(); //((Microsoft.AspNetCore.Http.DefaultHttpRequest)Request).ContentLength ASP.NET Core 中 H
阅读全文
posted @ 2020-04-17 09:25 enych
阅读(463)
评论(0)
推荐(0)
2020年3月28日
Request.Form
摘要: var obj = Request.Form; StringBuilder sb = new StringBuilder(); PropertyInfo[] properties = obj.GetType().GetProperties(); foreach (PropertyInfo p in
阅读全文
posted @ 2020-03-28 17:54 enych
阅读(314)
评论(0)
推荐(0)
2020年3月27日
invoke和begininvoke的用法 多线程??
摘要: //声明接受int的方法并返回空的委托。 public delegate void invokeDelegate(); //调用委托, // invokeDelegate FF = new invokeDelegate(StartMethod); private void button1_Click
阅读全文
posted @ 2020-03-27 17:44 enych
阅读(300)
评论(0)
推荐(0)
2020年3月26日
测试 系统
摘要: 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
阅读全文
posted @ 2020-03-26 11:57 enych
阅读(427)
评论(0)
推荐(0)
2020年3月24日
js html 时间控件源码 [未完成]
摘要: <!DOCTYPE html> <html> <head> <style> /*字体*/ @font-face { font-family: 'Chinese Quote'; src: local('PingFang SC'), local('SimSun'); unicode-range: U+2
阅读全文
posted @ 2020-03-24 17:51 enych
阅读(389)
评论(0)
推荐(0)
2020年3月23日
请求和接收 .netcore
摘要: C#服务器接受 string url = request["url"]; publicasync Task<AjaxResult<List<T_Sys_Suggestion>>> GetDataListByTime(Pagination pagination, string condition, s
阅读全文
posted @ 2020-03-23 15:42 enych
阅读(353)
评论(0)
推荐(0)
转 .Net Core WebApi控制器接收原始请求正文内容
摘要: https://www.cnblogs.com/fancunwei/p/9567497.html
阅读全文
posted @ 2020-03-23 15:28 enych
阅读(187)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
52
下一页
公告