1654. Cipher Message
Time limit: 1.0 second
Memory limit: 64 MB
Müller tried to catch Stierlitz red-handed many times, but alwaysfailed because Stierlitz could ever find some excuse. Once Sti...
分类:
其他好文 时间:
2015-05-30 14:59:32
阅读次数:
125
今天用android studio新建了个项目,当展示xml文件的时候,提示The following classes could not be instantiated: android.support.v7.widget.ActionBarOverLayLayout。
在stackoverflow查了查,解决方案如图所示:...
分类:
移动开发 时间:
2015-05-30 13:36:12
阅读次数:
148
Unrecognized option: -jrockitError: Could not create the Java Virtual Machine.Error: A fatal exception has occurred. Program will exit
是weblogic 10.3.5 启动的时候抛出的一个错误
weblogic安装时选择的是开发模式,选用的jdk是jdk1.7,domain域创建的时候选择的jdk也是jdk1.7
证明, %JAVA_VM% 的内容是-jrockit,这是...
分类:
编程语言 时间:
2015-05-30 00:41:31
阅读次数:
611
org.hibernate.InvalidMappingException: Could not parse mapping document from resource com/domain/book.hbm.xml at org.hibernate.cfg.Configuration.addRe...
分类:
移动开发 时间:
2015-05-29 20:20:30
阅读次数:
150
Given an array of integers, every element appears twice except for one. Find that single one.
Note:
Your algorithm should have a linear runtime complexity. Could you implement it without using ext...
分类:
其他好文 时间:
2015-05-29 18:16:19
阅读次数:
142
一、问题现象
STM32使用J-Link烧写出错,出错信息如下:
1、Error: Flash Download failed - Cortex-M3
这是编译器弹窗信息。
2、**JLink Warning: Could not set S_RESET_ST
这是编译器调试窗口打印的显示信息。
二、问题原因
电路板上STM32芯片的复位电路有问题,在J-Link复位芯片时,导致复位信号拉低的间隔太长。
1、正常情况下复位引脚电平
2、异常情况下复位引脚电平...
分类:
其他好文 时间:
2015-05-29 18:07:24
阅读次数:
1180
在SSIS Script task 中,我引用了 NPOI 相关的DLL文件,编写一段代码,用于修改Excel的column name,在脚本中build successfully,但是在execute task时,VS2012报错,错误信息如下:“Could not load file or as...
分类:
其他好文 时间:
2015-05-29 17:08:19
阅读次数:
1015
昨天Xshell远程连接我的本地虚拟机:10.43.2.113很正常,今天尝试了好几次都连接不上,如下图所示登陆到虚拟机查看目前服务器开放的端口:ss-lnt竟然没有22端口,那不就是说我的SSH服务没有启动么?可是昨天我远程连接没有任何问题,而且根本就没有关闭ssh服务,不管怎么说,既..
分类:
其他好文 时间:
2015-05-29 12:17:40
阅读次数:
164
Given an index k, return the kth row of the Pascal's triangle.
For example, given k = 3,
Return [1,3,3,1].
Note:
Could you optimize your algorithm to use only O(k) extra space?
题意:和上一题差别在于只能用...
分类:
其他好文 时间:
2015-05-29 12:07:02
阅读次数:
124
问题
Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent.
A mapping of digit to letters (just like on th...
分类:
其他好文 时间:
2015-05-29 10:08:13
阅读次数:
115