摘要:
https://blog.csdn.net/qq_41319343/article/details/86632254 1、publicstaticvoidEnableVisualStyles():此方法为应用程序启用可视样式。 是激活应用程序的显示风格,而显示风格是构成操作系统主题的各种元素,如色彩 阅读全文
posted @ 2022-10-27 15:52
yinghualeihenmei
阅读(659)
评论(0)
推荐(0)
摘要:
http://liyongseo.com/blog/post/3907.html 先来说 Web 服务器,它一般指的是网站服务器,可以向浏览器(PC端或者移动端)等 Web 客户端提供服务,供请求数据或者下载数据。服务器使用 HTTP (超文本传输协议)和客户端浏览器进行通信,因此我们也把 Web 阅读全文
posted @ 2022-10-27 15:15
yinghualeihenmei
阅读(135)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/weixin_43027000/article/details/120451054 ” - %22# - %23% - %25& - %26( - %28) - %29+ - %2B, - %2C/ - %2F: - %3A; - %3B< - %3C= 阅读全文
posted @ 2022-10-26 17:59
yinghualeihenmei
阅读(145)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/zhaocg00/article/details/124539625 因为Format方法接收的参数是Object类型,所以对于值类型会涉及到装箱的操作 下面通过一些例子来详细介绍string.Format的用法: 如果你想要往另外一个字符串中插入某个ob 阅读全文
posted @ 2022-10-26 17:14
yinghualeihenmei
阅读(404)
评论(0)
推荐(0)
摘要:
https://zhidao.baidu.com/question/142795342.html C语言中“=>”的意思: lambda表达式,表示一个匿名函数,=>前面的是参数,后面的是函数体。你可以把它当作一个函数。 举例说明:Func<int, int, int> Add = (x, y) = 阅读全文
posted @ 2022-10-26 16:33
yinghualeihenmei
阅读(1708)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/shanhanyu/article/details/80515892 1. SQL注入 安全等级★★★★★ 实际上这个漏洞很严重,一旦被注入成功,后果不堪设想,但这类问题处理起来还是蛮简单的,下面以JAVA为例举例说明 推荐方案,使用预编译的prepare 阅读全文
posted @ 2022-10-26 16:32
yinghualeihenmei
阅读(646)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/cplvfx/article/details/55517436 有不少解决办法,我用下面的。 在web.config中添加: <system.web> <customErrors mode="Off"/> </system.web> 这样可以看到具体的错误 阅读全文
posted @ 2022-10-26 12:01
yinghualeihenmei
阅读(659)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/hhw199112/article/details/80437011 https://zhidao.baidu.com/question/544465492.html 右侧四个选项,程序集,COM,项目,浏览。 项目和浏览很好理解。程序集和COM的区别在哪 阅读全文
posted @ 2022-10-25 16:30
yinghualeihenmei
阅读(637)
评论(0)
推荐(0)
摘要:
https://www.likecs.com/show-305879574.html#sc=200 nuget 是.Net平台上的包管理器, 对于包的发布(打包 package)和消费(下载依赖管理)都有很好的支持。 为什么要使用Nuget 在我们的项目, 存在着一些公共Dll, 这些Dll被大量的 阅读全文
posted @ 2022-10-25 16:26
yinghualeihenmei
阅读(231)
评论(0)
推荐(0)
摘要:
https://segmentfault.com/a/1190000039202628 https://learn.microsoft.com/zh-cn/dotnet/csharp/linq/ https://blog.csdn.net/qq_42672770/article/details/12 阅读全文
posted @ 2022-10-25 11:28
yinghualeihenmei
阅读(47)
评论(0)
推荐(0)