在httpcomponent 文档中看到如下段落:1.4.1.HTTP transport safetyIt is important to understand that the HTTP protocol is not well suited to all types of applicatio...
分类:
其他好文 时间:
2014-07-13 11:35:46
阅读次数:
262
1、错误描述
2014-7-12 0:38:57 org.apache.catalina.core.ApplicationContext log
信息: No Spring WebApplicationInitializer types detected on classpath
2014-7-12 0:38:57 org.apache.catalina.core.StandardContext...
分类:
编程语言 时间:
2014-07-12 22:18:24
阅读次数:
409
VARCHAR2数据类型的最大长度问题,是一个让人迷惑的问题,因为VARCHAR2既分PL/SQL Data Types中的变量类型,也分Oracle Database中的字段类型。简单的说,要看你在什么应用场景下,否则难以回答VARCHAR2数据类型的最大长度问题。 ORACLE数据库字段类型 关...
分类:
数据库 时间:
2014-07-11 18:28:14
阅读次数:
352
Coin Change
Suppose there are 5 types of coins: 50-cent, 25-cent, 10-cent, 5-cent, and 1-cent. We want to make changes with these coins for a given amount of money.
For example, if ...
分类:
其他好文 时间:
2014-07-10 21:12:39
阅读次数:
158
grails2.3.x创建plugin时,默认的Config.groovy只有简单的log设置,这时候,页面添加数据之后,正确的逻辑是show新增的数据,但却变成404,需要在Config.groovy中增加以下代码:grails.mime.types=[//thefirstoneisthedefaultformatall:‘*/*‘,//‘all‘mapsto‘*‘orthefirstavaila..
分类:
其他好文 时间:
2014-07-09 08:38:45
阅读次数:
280
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873
接上文Qt5官方demo解析集22——Extending
QML - Object and List Property Types Example
有时我们看到某个QML类型的声明中,某些数据并没有放在属性 + :后面,它们实际上属于这个...
分类:
其他好文 时间:
2014-07-08 21:08:51
阅读次数:
279
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873
接上文Qt5官方demo解析集21——Extending
QML - Adding Types Example
在上一个例子中我们基于C++创建了一个自定义的QML类型,接下来,我们将该类作为另一个类的属性类型,定义了另一个birthda...
分类:
其他好文 时间:
2014-07-08 20:01:52
阅读次数:
290
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873
接上文Qt5官方demo解析集22——Extending
QML - Object and List Property Types Example
在上一个例子中,我们为BirthdayParty类创建了带有一个列表参数的属性guests...
分类:
其他好文 时间:
2014-07-08 16:47:51
阅读次数:
240
今天在测试过程中,出现了这样一个bug,分别有两种情景:
(前提是:app是基于UINavigationController构建的)
1、从Controller-A中push进来B。在B中点击返回,返回的界面为黑色一片。再做返回操作就crash了。
2、从Controller-A中push进入B,此时B中tableview出现错位现象,tableview被navigationbar覆盖了...
分类:
其他好文 时间:
2014-07-08 10:33:48
阅读次数:
218
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873
接上文Qt5官方demo解析集17——Chapter
3: Adding Property Bindings
在前面的“饼状图”Demo中,我们为这个自定义类型定义了"name"和"color"属性,他们都是基于Qt内置类型"QStrin...
分类:
其他好文 时间:
2014-07-06 09:34:26
阅读次数:
187