db组件 ‘schemaCachingDuration‘=>3600, 为什么不起做用? 需要开缓存 如何在页面下边显示sql的查询时间 在log组件的routes中加入 array( ‘class‘=>‘CProfileLogRoute‘, ‘levels‘=>‘error, warning‘, ) 同时在db组...
分类:
其他好文 时间:
2014-07-23 00:32:18
阅读次数:
238
capturing self strongly in this block is likely to lead to a retain cycle...
分类:
其他好文 时间:
2014-07-23 00:09:47
阅读次数:
181
Assigning retained object to unsafe property;object will be released after assignment...
分类:
其他好文 时间:
2014-07-23 00:09:37
阅读次数:
183
昨天在做 Jquery DataTables 的时候,遇到的一个问题,我使用MVC,在tables上加入了一个actionlink的href。但是在运行起来的时候,报错:DataTables warning: Requested unknown parameter '3' from the dat....
分类:
Web程序 时间:
2014-07-22 22:46:15
阅读次数:
389
Warning: Attempt to present * on * whose view is not in the window hierarchy!
出现这样的警告的原因是:ios 不允许在某个viewController的viewDidLoad方法中去呈现其他的viewController,你如果想要的是XXviewController显示之后马上呈现YY的话,可以在viewDidA...
CSS中有7种选择器:1、元素选择器例如:h1{font-size:12px;}h2,h3,h4{font-size:23px;}helloworld...2、类选择器:例如:.important{background-color:red;}/*只有包含important 和 warning两个类的...
分类:
其他好文 时间:
2014-07-21 23:39:34
阅读次数:
517
#pragma warning(disable:4996)
#include <cstdio>
#include <tchar.h>
#include <Windows.h>
/*
submit time : 3
1.Time Limit Exceeded
Last executed input: []
2.Cant‘s remember
request :
G...
分类:
移动开发 时间:
2014-07-21 23:30:21
阅读次数:
443
#pragma warning(disable:4996)
#include <cstdio>
#include <tchar.h>
#include <Windows.h>
#include <vector>
using namespace std;
/*
submit time : 1
request :
Given a collection of numbers, retu...
分类:
其他好文 时间:
2014-07-21 23:27:50
阅读次数:
368
instance method '*****' not found (return type defaults to 'id')...
分类:
其他好文 时间:
2014-07-21 23:27:44
阅读次数:
188
现象:
今天写程序突然遇到这样一个警告:
warning C4566: ユニバーサル文字名 '\u0642' によって表示されている文字は、現在のコード ページ (932) で表示できません
意思是说,Unicode字符'\u0642'不能在现在的codepage(932)中 表示。(codepage(932)表示日文编码JIS)
结论:
查了一下...
分类:
编程语言 时间:
2014-07-21 22:32:37
阅读次数:
352