1 事务的传播属性(Propagation)1) REQUIRED ,这个是默认的属性Support a current transaction, create a new one if none exists.如果存在一个事务,则支持当前事务。如果没有事务则开启一个新的事务。被设置成这个级别时,会...
分类:
其他好文 时间:
2014-09-15 11:16:18
阅读次数:
218
dpkg: serious warning: files list file for package "********" missing, assuming package has no files currently installed.该错误通常发生在以下情况,使用dpkg -i安装deb包后...
分类:
系统相关 时间:
2014-09-14 21:59:47
阅读次数:
338
[Xamarin.Android] Support Library TipsSupport Library支持内容Xamarin Support Library每个版本支持、那些组件,可以参考这份简报的第8张。Backwards Compatibility in Xamarin.Android Ma...
分类:
移动开发 时间:
2014-09-14 17:51:27
阅读次数:
250
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:
其他好文 时间:
2014-09-13 20:05:25
阅读次数:
225
这2天事情比较多,都没时间更新博客,趁周末,继续继续~今天来讲个比较新潮的组件——ViewPager什么是ViewPager?ViewPager是安卓3.0之后提供的新特性,继承自ViewGroup,专门用以实现左右滑动切换View的效果。如果想向下兼容就必须要android-support-v4....
分类:
微信 时间:
2014-09-13 18:26:45
阅读次数:
384
The following classes could not be instantiated:-android.support.v4.widget.DrawerLayout (Open Class, Show Exception) Tip: Use View.isInEditMode() in y...
分类:
移动开发 时间:
2014-09-13 13:13:15
阅读次数:
528
1.安装语言包http://www.eclipse.org/babel/downloads.php 11.0的时候仍然是junohttp://download.eclipse.org/technology/babel/update-site/R0.12.0/juno2.安装StartExplorer...
分类:
其他好文 时间:
2014-09-13 01:56:06
阅读次数:
292
//cvmat_serialization.h
#include
#include
using namespace cv;
BOOST_SERIALIZATION_SPLIT_FREE(::cv::Mat)
namespace boost {
namespace serialization {
/** Serialization support for cv::Mat */
...
分类:
其他好文 时间:
2014-09-12 20:46:44
阅读次数:
359
MySQL的字符集支持(Character Set Support)有两个方面: ? ? ? ?1:字符集(Character set) ? ? ? ?2:排序方式(Collation) 对于字符集的支持细化到四个层次: ? ? ? ?1:服务器(server): ? ? ? ?2...
分类:
数据库 时间:
2014-09-12 17:29:04
阅读次数:
289
Android 3.0引入了CursorLoader实现异步加载数据,为了避免同步查询数据库时阻塞UI线程的问题。在API 11之前可以通过下载支持库,来使之前的系统支持此功能,下载页面为http://developer.android.com/tools/extras/support-librar...
分类:
移动开发 时间:
2014-09-12 13:27:53
阅读次数:
147