确保了主机的BIOS中开启了Intel Virtual Technology,虚拟机配置中勾选了“启用VT-x/AMD-V”。这是因为CPU不支持VT-X技术或者VT-X技术被锁定。如果不打开虚拟化支持,是不能在虚拟机装64位操作系统或者安装操作系统设置多个CPU,如果安装32位操作系统只设置一个C...
分类:
其他好文 时间:
2015-01-06 13:46:08
阅读次数:
150
Problem Description
One day, Harry got a magical box. The box is made of n*m grids. There are sparking jewel in some grids. But the top and bottom of the box is locked by amazing magic, so Harry ca...
分类:
其他好文 时间:
2015-01-04 23:04:13
阅读次数:
315
org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: Index locked for write for core collection1
at org.apache.solr.core.CoreContainer.getCore(CoreContai...
分类:
其他好文 时间:
2014-12-18 18:55:47
阅读次数:
385
hybrid应用统一管理数据库访问,避免database locked...
分类:
数据库 时间:
2014-12-17 22:46:12
阅读次数:
259
MVP Pro M8 is one of the most powerful auto Key Programmers attracting more attention from comprehensive car owners. It can support full range of car ...
分类:
其他好文 时间:
2014-12-16 18:56:25
阅读次数:
169
Some Cummins INSITE users turn to our engineer with a same question: INSITE has detected an invalid pc date. INSITE has been locked to read only mode,...
分类:
其他好文 时间:
2014-12-16 18:50:59
阅读次数:
423
一、数据库操作package com.ping.db;import android.content.Context;import android.database.sqlite.SQLiteDatabase;import android.database.sqlite.SQLiteDatabase....
分类:
移动开发 时间:
2014-12-16 14:48:47
阅读次数:
259
SQLite是库级锁,支持并发读,但是不支持并发写。所以如果多个线程同时进行写操作,就有可能造成database locked问题。如果是纯原生应用,这篇文章介绍了怎么利用FMDatabaseQueue避免锁库:使用FMDatabaseQueue避免database locked问题
但是如果是hybrid应用,就相对比较复杂,我们的APP就踩坑了。刚开始搭框架的时候,使用cordova搭建了h...
分类:
数据库 时间:
2014-12-12 22:16:14
阅读次数:
287
1. 下载安装2. 登录之后,查看 locked queries 2. 慢查询
分类:
数据库 时间:
2014-12-09 11:55:54
阅读次数:
765
在linux 平台如何配置hugepages
名词解释:
memlock - max locked-in-memory address space (KB)
1. 配置 /etc/security/limits.conf
memlock 参数
memlock 略小于物理内存 大于SGA ,假设物理内存为64G 可以这么配置
vi
/etc/sec...
分类:
其他好文 时间:
2014-12-09 00:36:30
阅读次数:
238