转载自:http://blog.csdn.net/renyhui/article/details/23120469 在我们用图形控件Picture Control在对话框上添加图片是,经常会出现error RC2108: expected numerical dialog constant 解决方法 ...
分类:
其他好文 时间:
2017-05-03 13:09:31
阅读次数:
158
Learn how to create random integers using JavaScript / TypeScript. ...
分类:
其他好文 时间:
2017-05-01 23:42:49
阅读次数:
349
import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'filesize' }) export class FileSizePipe implements PipeTransform { transform(size: ... ...
分类:
其他好文 时间:
2017-04-30 17:10:54
阅读次数:
158
Task description A non-empty zero-indexed array A consisting of N integers is given. Theproduct of triplet (P, Q, R) equates to A[P] * A[Q] * A[R] (0 ...
分类:
其他好文 时间:
2017-04-29 09:45:29
阅读次数:
199
Data Analysis: indoor localization using received signal strength (RSS) An error about list operation in python: append and extend elements We define ...
分类:
移动开发 时间:
2017-04-25 23:39:05
阅读次数:
440
1.错误级别 红色 很高的错误 橙色 错误 黄色 很高的警告 绿色 警告 蓝色 输出信息2.提示bug string is incompatible with expected argument type Integer in com 字符串与在组件中的预期参数类型证书是不相容的 Bug Explo ...
分类:
数据库 时间:
2017-04-24 10:16:26
阅读次数:
406
一、不希望手动输入的办法 1.安装expect工具:sudo apt-get install tcl tk expect 2.脚本文件内容如下: #! /usr/bin/expectspawn sudo apt-get updatesend "zhoushuo\r"interact 二、希望手动录入 ...
分类:
系统相关 时间:
2017-04-21 19:07:15
阅读次数:
159
小型自动化运维--expect脚本V2版在实际运维工作中,需要我们向远程主机同步数据,可以用rsync来实现。那么用expect脚本怎么实现数据传输完成之后自动退出远程主机呢?在开始expect脚本V2版之前,我们先来看下,使用expect脚本来实现远程主机的登入,脚本如下:#!/usr/bin/expec..
分类:
其他好文 时间:
2017-04-20 11:58:27
阅读次数:
263
HTTP(HyperTextTransferProtocol) 即超文本传输协议,眼下网页传输的的通用协议。HTTP协议採用了请求/响应模型,浏览器或其它client发出请求。server给与响应。就整个网络资源传输而 言,包含message-header和message-body两部分。首先传递m ...
分类:
Web程序 时间:
2017-04-17 17:29:47
阅读次数:
303
在阿里云上面安装jdk时候报了这个问题,如下图所示 然后看了下jdk应该是有150多M的,但是阿里云上面的只有1M多,删除 重新下载。。。 tar zxvf jdk 好了 ...
分类:
其他好文 时间:
2017-04-15 10:01:00
阅读次数:
163