• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






liguangsunls

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 188 下一页

2017年8月1日

玩转JPA(一)---异常:Repeated column in mapping for entity/should be mapped with insert="false" update="fal
摘要: 近期用JPA遇到这样一个问题:Repeated column in mapping for entity: com.ketayao.security.entity.main.User column: org_id (should be mapped with insert="false" updat 阅读全文
posted @ 2017-08-01 21:52 liguangsunls 阅读(1846) 评论(0) 推荐(0)
 
怎样在OpenStack上安装Ubuntu系统
摘要: 转载请注明出处,否则将追究法律责任http://blog.csdn.net/xingjiarong/article/details/47011893 OpenStack是一个Iaas即基础即服务的云架构,用户能够在OpenStack上创建自己的虚拟机,然后就像使用自己的电脑一样的时候云主机。接下来一 阅读全文
posted @ 2017-08-01 20:57 liguangsunls 阅读(961) 评论(0) 推荐(0)
 
安装SQLserver 2014(For AlwaysOn)
摘要: SQLserver 2014 AlwaysOn在SQLserver 2012的基础之上,进行了非常大程度的添加。如能够通过“加入 Azure 副本向导”简化了用于 AlwaysOn 可用性组的混合解决方式创建;辅助副本的最大数目从 4 添加到 8; 断开与主副本的连接时,或者在缺少群集仲裁期间,可读 阅读全文
posted @ 2017-08-01 20:32 liguangsunls 阅读(284) 评论(0) 推荐(0)
 
android开发中遇到的问题汇总【九】
摘要: 244.http请求的url含有中字符时。须要Uri编码。Uri.encoder() 245.使用androidstudio时,不知道什么原因svn不见了 Android Studio missing Subversion plugin Please make sure that the “Subv 阅读全文
posted @ 2017-08-01 19:37 liguangsunls 阅读(1907) 评论(0) 推荐(0)
 
【LeetCode-面试算法经典-Java实现】【118-Pascal's Triangle(帕斯卡三角形)】
摘要: 【118-Pascal’s Triangle(帕斯卡三角形(杨辉三角))】 【LeetCode-面试算法经典-Java实现】【全部题目文件夹索引】 原题 Given numRows, generate the first numRows of Pascal’s triangle. For examp 阅读全文
posted @ 2017-08-01 19:05 liguangsunls 阅读(237) 评论(0) 推荐(0)
 
dwr文件上传
摘要: 配置FileService映射: dwr.xml <create creator="new"> <param name="class" value="com.demo.service.FileService"/> </create> FileService: package com.demo.ser 阅读全文
posted @ 2017-08-01 18:42 liguangsunls 阅读(333) 评论(0) 推荐(0)
 
NYOJ 492 King (状态压缩)
摘要: 做题感悟:做完这题发现状态压缩有很多须要优化的地方。 解题思路:状态压缩 開始自己用的一般的思路,就和炮兵阵地,郑厂长等题类似的方法做的,開始超时,然后把数组开到了最小的极限就险过。然后看了别人的代码感觉须要优化(注意)的地方太多了。 首先我们这题能够预处理出来上下两行相应的合法状态,这样我们就确定 阅读全文
posted @ 2017-08-01 18:25 liguangsunls 阅读(141) 评论(0) 推荐(0)
 
poj 2367
摘要: Genealogical tree Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 3658 Accepted: 2433 Special Judge Description The system of Martians' blo 阅读全文
posted @ 2017-08-01 17:00 liguangsunls 阅读(177) 评论(0) 推荐(0)
 
改进Spring中的分页技术
摘要: Spring中有一个PagedListHolder,能够实现分页。但此类有几个缺点: 1. 使用此类的代码比較繁琐 2. 此类存放的数据源是全部的记录集,即对于记录数为1000条的数据,即使我们仅仅需在一个页面中显示10条记录,每次均须要检索1000条记录出来,而且没有内在的缓存机制 3. 假设需将 阅读全文
posted @ 2017-08-01 16:39 liguangsunls 阅读(253) 评论(0) 推荐(0)
 
协同过滤推荐算法
摘要: 简单的理解协同过滤: 类似兴趣爱好的人喜欢类似的东西,具有类似属性的物品能够推荐给喜欢同类物品的人。比方,user A喜欢武侠片。user B也喜欢武侠片。那么能够把A喜欢而B没看过的武侠片推荐给B,反之亦然。这样的模式称为基于用户的协同过滤推荐(User-User Collaborative Fi 阅读全文
posted @ 2017-08-01 15:17 liguangsunls 阅读(464) 评论(0) 推荐(0)
 
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 188 下一页