给redmine1.2.1,安装code review插件时执行 rake db:migrate_plugins RAILS_ENV=production 遇到这个错误uninitialized constant Redmineapp,经过不断的查找是因为code review 的版本下载错了,得用code review 0.4.4,最后重新安装则成功...
分类:
移动开发 时间:
2014-09-25 19:59:27
阅读次数:
153
解决方法:方法 1、sp_spaceused方法 2、dbcc sqlperf方法 3、dbcc showfilestats方法 4、dbcc showcontig方法 5、sys.dm_db_partiton_stats---------------------------------------...
分类:
数据库 时间:
2014-09-25 19:40:37
阅读次数:
276
oracle@db01:/oraapp/oracle/backup>impdp \'/ as sysdba\' directory=DB_BACKUP dumpfile=newdb.20140918.dmp logfile=newdb_0919.log parallel=4 c>
Import: Release 11.2.0.3.0 - Production on Fri Sep...
分类:
其他好文 时间:
2014-09-25 18:58:07
阅读次数:
282
由于开发需要有时要在流程中执行Pipeline。比如从DB的某个字段中取消息的字符串并在流程中构造消息。该需要通过pipeline进行升级 属性字段,验证消息等处理。BizTalk架构已经开放了此接口: XLANGPipelineManage类,以下为在流程中使用接收和发送端口示例。需在项目中引用M...
分类:
其他好文 时间:
2014-09-25 16:55:49
阅读次数:
242
/** * 析构函数 */ //解决重复链接的问题 private $db_handler = null; function __destruct() { Log::logWrite($this->log_data, 'db', 'sql'); ...
分类:
数据库 时间:
2014-09-25 16:44:39
阅读次数:
226
1、笔记
2、数据库为 Oracle 11g
3、linq to entities 技术
4、实现效果
1、join 和 group by组合使用;
2、多列表字段值合并到一列;
3、分组,将 “不同值列” 多行值拼接到一行。
using (var db = new Entities())
{
/...
分类:
其他好文 时间:
2014-09-25 15:54:49
阅读次数:
212
//在classes文件中的search.php文件里 public?static?function?indexation($full?=?false,?$id_product?=?false)
????{
????????$db?=?Db::getInstance();
????????$dropIndex?=...
分类:
其他好文 时间:
2014-09-25 15:42:50
阅读次数:
210
配置默认连接 否则就必须传递参数进去Database db = DatabaseFactory.CreateDatabase(strConString); 我用的微软的Oracle类库 不是Oracle提供的 因此必须用下边的连接串。我遇到的问题是这个样子。其他的地方看看 data common s...
分类:
数据库 时间:
2014-09-25 14:34:09
阅读次数:
398
The latest version of DB Query Analyzer is 6.01. In 6.01, users are allowed to add, delete or update SQL Execute Schedule in the current MDI Child Form.
Consequently, users can execute SQL Script in the time that they want. By doing this, you can not only...
分类:
数据库 时间:
2014-09-25 14:15:49
阅读次数:
331
64bitRedhatLinux,[oracle@DB~]$uname-aLinuxDB2.6.32-279.el6.x86_64#1SMPWedJun1318:24:36EDT2012x86_64x86_64x86_64GNU/Linux物理内存16G,SGA分配4G时,instance可以正常启动,超过4G了,就报“outofmemory”的错误。SQL>startupnomountpfile=‘/home/oracle/init.ora‘O..
分类:
其他好文 时间:
2014-09-25 13:20:59
阅读次数:
257