>__ 1000 9 #pragma once10 #endif // _MSC_VER
> 100011 12 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from
Windows headers13 14 15 ...
解决它们之间的通信问题,需要在mainwindow中添加
ui->webView->settings()->setAttribute(QWebSettings::JavascriptEnabled,
true); connect(ui->webView->page()->mainFrame(...
>__ 100010 #pragma once11 #endif // _MSC_VER
> 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from
Windows headers14 15 16 ...
1: #include 2: #include 3: #include 4: #include 5:
#include 6: using namespace std; 7: 8: #define LL(a) a>1; 32: sub_build(subl,
mid, LL(subidx), idx)...
分类:
其他好文 时间:
2014-05-18 19:43:43
阅读次数:
395
java的基本数据类型一共有8种。其中:(每种类型后面列出了java中的该类型的字面量)四种整型:int
4字节; 12 +12 -12 077 0xFF 0b101(JDK7中支持的二进制表示) 字面范围:0x800000000 --> 0x7FFFFFFF
short 2字节; 2个字节内的in...
分类:
编程语言 时间:
2014-05-18 19:32:45
阅读次数:
362
>__ 100010 #pragma once11 #endif // _MSC_VER
> 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from
Windows headers14 15 16 ...
>>>>1. 概述>>> 2. 一个简单的例子 Client
Without Log4j * Description: a sample with log4j * @version 1.0 */ public class
ClientWithoutLog4j { /**...
分类:
其他好文 时间:
2014-05-17 21:54:39
阅读次数:
545
既有环境:1)下载安装p4merge2)安装git下面是配置p4merge为git
mergetool的步骤1. /usr/local/bin下创建extMerge文件:$ cat >>
/usr/local/extMerge#!/bin/sh/Applications/IDE/p4merge.ap...
分类:
其他好文 时间:
2014-05-17 21:41:46
阅读次数:
354
Felling By Ruiy:Pre-learnning link list knowloages
熟悉
指针相关操作应用+结构体数据类型应用,且能简单融合使用,堆内存(内存泄露)->类似于你使用完在食堂吃饭的饭盒,吃完饭后你把那个餐具饭盒给带走了,没还给食堂,使此饭盒没能再次被别的人使用.哎,....
分类:
其他好文 时间:
2014-05-17 21:31:32
阅读次数:
307
#include#includechar str[100][100];int com(int
t,int x){ int n,m,i; n=strlen(str[t]); m=strlen(str[x]); n=(n>m)?m:n;
for(i=0;i//我写的#inc...
分类:
其他好文 时间:
2014-05-17 21:28:58
阅读次数:
273