10 2019 档案
摘要:1 需要persistence.xml 完全通过属性配置没成功 2 引包 hibernate-core groupid 为hibernate的包已经过时了 要引org.hibernate 3 检查lib中是否有jpa1.x 需要移除掉 不然会报 Exception in thread "main"
阅读全文
摘要:1 丢弃本地变更 重置为远端分支内容 git reset --hard origin/branchName 如 git reset --hard origin/F_AssetItem
阅读全文
摘要:1 忽略路径超长 git config --system core.longpaths true 2 比较全的gitignore https://www.gitignore.io/api/vim,node,java,linux,macos,emacs,nanoc,eclipse,windows,ja
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; namespace xxx.Common { static class TypeUtilities { public static List ...
阅读全文