- 博客(13)
- 资源 (21)
- 收藏
- 关注
原创 Azure Pipeline build Error
1. 错误1: The missing file is packages\EntityFramework.6.4.4\build\EntityFramework.propsError : This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.mic.
2020-07-29 15:51:46 455
原创 调试powershell
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [
2020-07-08 09:30:29 441
原创 System.Data.Entity.Core.EntityCommandExecutionException SqlException: Invalid column name
System.Data.Entity.Core.EntityCommandExecutionException HResult=0x8013193C Message=An error occurred while executing the command definition. See the inner exception for details. Source=EntityFramework StackTrace: at System.Data.Entity.Core.Entit...
2020-05-22 16:58:55 1158
原创 Spring boot java.lang.NoClassDefFoundError: org/springframework/boot/bind/RelaxedPropertyResolver
Spring boot 2.0.3 RELEASE 配置报错 java.lang.NoClassDefFoundError: org/springframework/boot/bind/RelaxedPropertyResolver at org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.getExclud...
2018-07-14 07:40:59 43137 6
原创 jquery 高效实现htmlencode()与htmldecode()函数
htmlEncode: function (html) { return $("<div>").text(html).html();},htmlDecode: function (encodedHtml) { return $("<div>").html(encodedHtml).text();},
2018-02-09 14:20:38 6175
原创 jpa @ManyToOne Could not determine type for **错误
jpa ManyToOne 绑定问题这种错误一般是,这个字段的@Annotation和其他字段的不一致造成的。如果你的@ManyToOne写在get方法上,这个类每个@column之类的Annotation都写在get方法上,如果都在字段上,就都写在字段上。@ManyToOne(fetch = FetchType.EAGER, targetEntity = SoInfo.cla
2018-01-28 12:46:49 1969
原创 MySQL not using SSL the verifyServerCertificate property is set to 'false'
Thu Jan 25 13:09:25 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection mus
2018-01-25 15:23:25 4227
原创 DruidDataSource CannotGetJdbcConnectionException: Could not get JDBC Connection;
报错如下:### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Unsupported character
2018-01-25 12:13:25 1841
原创 在WinForm程序中使用MVVM开发模式
在WinForm程序中使用MVVM开发模式熟悉WPF的朋友一定在WPF程序中使用了MVVM的开发模式,因为MVVM可以带来以下几个优点:1. 低耦合。视图(View)可以独立于Model变化和修改,一个ViewModel可以绑定到不同的"View"上,当View变化的时候Model可以不变,当Model变化的时候View也可以不变。2. 可重用性。你可以把一些视图逻辑放在一个ViewM
2016-12-09 15:45:53 13517 5
转载 如何让你的网站排名靠前
网站做好了,怎样才能让你的网站在各大搜索引擎中排名靠前呢?网上的帖子很多,通过搜索和总结,整理出了一套自己行之有效的方法,写出来供大家参考 成功案例推荐:http://www.sooboo.com.cn/ 还在继续整理中,而且我们的网站也在不断优化中.........1、 网站建好后首先到各大搜索引擎免费登录你的网站http://www.sowang.com/
2007-07-09 16:31:00 12400
原创 C#处理文本文件
文本文件是一种常用的文件格式,所以如何处理文本文件也就成为编程的一个重点。本文就来探讨一下用C#是如何来处理文本文件。其内容重点就是如何读取文本文件内容、如何改变文本文件的内容,以及如何用C#来实现对读取后的文本文件的打印预览和打印。 一. 本文程序设计和运行的软件环境: (1).微软公司视窗2000服务器版 (2)..Net FrameWork SDK Beta 2 二
2007-07-09 09:04:00 572
原创 为什么我的IE如何设置都无法调试asp程序
无法显示网页 试图访问的网页出现问题,无法显示。 --------------------------------------------------------------------------------请尝试执行下列操作:单击刷新按钮,或稍后重试。打开 localhost 主页,然后查找与所需信息相关的链接。 HTTP 错误 500.100 - 内部服务器错误 - ASP
2007-07-09 08:54:00 1136
原创 经典正则表达式 (收藏)
经典正则表达式 document.title="经典正则表达式 - "+document.title作者:阿赖 (Email: A at Lai.com.cn 主页:http://www.9499.net Blog: http://blog.csdn.net/laily/ )关键字:正则表达式 模式匹配 Javascript摘要:收集一些常用的正则表达式。正则表达式用于字符串
2007-07-09 08:50:00 518
word2007-xml存储标签属性说明文件.pdf
2019-07-03
Servlet3.1规范(最终版)- 只要2个积分
2017-11-07
.NET代码混淆工具eazfuscator3.3最后免费版本支持4.5
2016-12-18
.NET代码混淆工具eazfuscator3.3最后免费版本
2016-12-18
DHTMLX绝对专业版(2.5)
2012-05-20
Focal.Press.3D.Art.Essentials.Apr.2011
2011-09-13
最新css3.0.chm
2008-06-17
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人