删除:1、org.springframework.dao.DataIntegrityViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`life`.`tb_ad`, CO...
分类:
系统相关 时间:
2014-08-05 22:00:30
阅读次数:
288
Visual Studio 2013 Update 3除了修复Bug、解决用户反馈问题、对性能和稳定性进行完善之外,还对大量组件和功能进行了更新,涉及CodeLens、CodeMap、Debugger、性能和诊断、IntelliTrace、Windows Store应用、Visual...
分类:
其他好文 时间:
2014-08-05 21:53:20
阅读次数:
359
今天碰到一个很奇怪的问题,XCODE提示这样的警告 Pods was rejected as an implicit dependency for ‘libPods.a’ because its architectures
‘i386’ didn’t contain all required architectures ‘x86_64’
在网上搜了一篇,解析是这样的,因为pod 是以ARM6...
分类:
移动开发 时间:
2014-08-05 19:24:50
阅读次数:
297
??昨天微软的Visual Studio 2013 Update 3(Visual Studio 2013.3)正式发布(RTM)了,做为微软认证金牌合作的葡萄城控件,我们组织力量第一时间进行翻译、分享给大家:下载 Visual Studio 2013 Update 3此更新程序是最新的一个累加了新功能和错误修复的Visual Studio2013,您可以从以下链接获得Visual Studio2...
分类:
其他好文 时间:
2014-08-05 19:18:00
阅读次数:
363
步骤1新建或打开Quartus II工程,用QII自带文本编辑器打开HDL文件。图1 用QII自带的文本编辑器打开HDL文件步骤2选择File>Create / Update>Creat Symbol Files for Current File,等待图3所示画面出现即可。图2 选择Creat Sy...
分类:
其他好文 时间:
2014-08-05 18:32:19
阅读次数:
344
一、安装Subclipse 安装Subclipse的最好方法是使用Eclipse Update Manager。在Eclipse 3.1中,它位于Help -> Software Updates -> Find and Install...菜单下。 选择搜索要安装的新功能部件,点击新建远程站点,弹出...
分类:
其他好文 时间:
2014-08-05 18:17:29
阅读次数:
181
课后习题7–1. 字典方法。哪个字典方法可以用来把两个字典合并到一起?答:dict1 = {'1' :' python' }dict2 = {'2' :"hello" }dict1.update(dict2)dictAll = dict1print dictAllResult:{'1': ' pyt...
分类:
编程语言 时间:
2014-08-05 15:29:09
阅读次数:
414
Visual Studio 2013 Update 3 RTM 正式发布
分类:
其他好文 时间:
2014-08-05 13:28:49
阅读次数:
377
1、使用JdbcTemplate的execute()方法执行SQL语句 Java代码 jdbcTemplate.execute("CREATETABLEUSER(user_idinteger,namevarchar(100))");2、如果是UPDATE或INSERT,可以用update()方法。J...
分类:
数据库 时间:
2014-08-05 13:24:29
阅读次数:
303
Windows 8.1的第二个更新将于8月12日(周二补丁日)发布,官方命名是“8月更新”(August Update)。但是之前我们已经知道Windows 8.1 Update 2不可能重新提供开始菜单,那么它究竟为大家带来了什么更新?据知情人士透露,微软对于这个“8月更新”并不是十分重视,它并非...