Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The...
分类:
其他好文 时间:
2014-09-15 21:14:39
阅读次数:
190
oracle SQL Developer 连接信息保存的位置,在什么地方?在切换登录用户后,oracle SQL Developer 连接信息不见了。只要以前的用户信息还存在,可以在路径C:\Users\用户名\AppData\Roaming\SQL Developer\system2.1.1.64...
分类:
数据库 时间:
2014-09-15 17:15:49
阅读次数:
242
大部分情况下,使用用Percona XtraBackup进行整库的备份和恢复比较容易,此处略去; 对于单表的恢复略有不同,而且对数据库版本和Percona XtraBackup的版本都有限制 局限性: 1.源库MySQL版本无要求,但启用了inn...
分类:
其他好文 时间:
2014-09-15 14:27:09
阅读次数:
318
1 事务的传播属性(Propagation)1) REQUIRED ,这个是默认的属性Support a current transaction, create a new one if none exists.如果存在一个事务,则支持当前事务。如果没有事务则开启一个新的事务。被设置成这个级别时,会...
分类:
其他好文 时间:
2014-09-15 11:16:18
阅读次数:
218
遇到的问题
我们在编程中需要把数据封装成一个类,调用pthread_create 利用成员函数去创建一个线程往往是不成功的!
error: argumentof type ‘void* (Threadpool::)(void*)’ does not match ‘void* (*)(void*)’
出现类型不匹配的问题。因为pthread_create需要的参数类型为voi...
分类:
编程语言 时间:
2014-09-14 18:07:37
阅读次数:
243
[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
//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