Problem Description
The 15-puzzle has been around for over 100 years; even if you don't know it by that name, you've seen it. It is constructed with 15 sliding tiles, each with a number from 1 to 1...
分类:
其他好文 时间:
2014-12-25 01:28:24
阅读次数:
300
1、错误描述
[RPC Fault faultString="Cannot invoke method 'saveOrUpdate'." faultCode="Server.ResourceUnavailable" faultDetail="Method 'saveOrUpdate' not found."]
2、错误原因
3、解决办法...
分类:
其他好文 时间:
2014-12-25 00:14:02
阅读次数:
354
主要是模仿记事本这样的面板设计,不过在其中还改进改进
类名:MyNote
主要软件包:java.awt*;
javax.swing*;
代码:
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.even...
分类:
编程语言 时间:
2014-12-24 22:50:14
阅读次数:
163
When you using sqlcmd to export some data by a query, you will found some column data is truncated if it is a ntext/text/varch(max)/nvarchar(max).the ...
分类:
其他好文 时间:
2014-12-24 19:48:09
阅读次数:
200
1、获取管道前面的返回值
echo ${PIPESTATUS[0]}
e.g.
root@node2:~# date1 | echo 2
2
No command 'date1' found, did you mean:
Command 'date' from package 'coreutils' (main)
date1: command not found
root@node2...
分类:
系统相关 时间:
2014-12-24 16:26:54
阅读次数:
233
Multiple bindings were found on the class pathSLF4J API is designed to bind with one and only one underlying logging framework at a time. If more than...
分类:
其他好文 时间:
2014-12-24 08:42:17
阅读次数:
139
描述:Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in...
分类:
其他好文 时间:
2014-12-23 20:58:03
阅读次数:
158
I can assure you: SelectedItems is indeed bindable as a XAML CommandParameter After a lot of digging and googling, I have finally found a simple solut...
最近再看CoreText其中有很多地方需使用了__bridge或者CFBridgingRelease 作为菜鸟不太理解什么意思于是百度了下大体回答是这样的CFObject和NSObject转换的问题,由于ARC不能管理Core Foundation Object的生命周期,所以在Core Found...
分类:
其他好文 时间:
2014-12-23 19:24:23
阅读次数:
129
dyld: Library not loaded: @rpath/MySDK.framework/MySDK
Referenced from: /var/mobile/Applications/08B6D2C2-5028-4A64-93F5-1252B0B0BCAB/MyApp.app/MyApp
Reason: no suitable image found. Did find:/p...
分类:
其他好文 时间:
2014-12-23 15:40:01
阅读次数:
177