Gunnar Roth January 25, 2017 at 17:07 Afaik the cached qml file contains a checksum of the original qml and the qml dll. if any of this changes it wil ...
分类:
其他好文 时间:
2017-02-04 10:51:44
阅读次数:
258
因为要调用windows的api或者给vc++写接口,很多地方都要用到pchar,现在将char数组、string和pchar之间的相互转换都列出来,都是网上找的资料,我总结一下,先直接上代码,再讲原理。 1.string转换成pchar 可以使用pchar进行强制类型转换,也可以使用StrPCop ...
分类:
编程语言 时间:
2017-02-03 18:19:32
阅读次数:
292
Given a binary tree, find all paths that sum of the nodes in the path equals to a given number target. A valid path is from root node to any of the le ...
分类:
其他好文 时间:
2017-02-03 11:02:01
阅读次数:
136
If catalina.out becomes 2GB in size, tomcat crashes and fails to start without any error message. To avoid this scenario you should rotate catalina.ou ...
分类:
其他好文 时间:
2017-02-02 22:57:04
阅读次数:
198
在hibernate中,对象共有种关系 ·@Many To One ·@One To Many ·@One To One ·@Many To Many @Many To One ...
分类:
Web程序 时间:
2017-02-02 21:47:01
阅读次数:
213
abs()绝对值 all([1,2,3,4]) True False:bool(None),bool(''''),bool([]),bool(()),bool({}) any(['''',[],{},None]) False any(['''',[],{},None,1]) True ret=asc ...
分类:
编程语言 时间:
2017-02-02 20:57:28
阅读次数:
254
You are given a tree (an acyclic undirected connected graph) with N nodes. The tree nodes are numbered from 1 to N. In the start, the color of any nod ...
分类:
其他好文 时间:
2017-02-02 18:25:27
阅读次数:
230
Given a list of integers (A1, A2, ..., An), and a positive integer M, please find the number of positive integers that are not greater than M and divi ...
分类:
其他好文 时间:
2017-02-01 17:19:07
阅读次数:
223
You have a drawer that is full of two kinds of socks: red and black. You know that there are at least 2 socks, and not more than 50000. However, you d ...
分类:
其他好文 时间:
2017-02-01 12:33:34
阅读次数:
261