#import "ViewController.h"#import "cal.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UILabel *calrusult; @end float i=10.0;@i...
分类:
其他好文 时间:
2014-07-14 09:40:03
阅读次数:
282
1 使用connect-mongdo时,报错:Cannot read property 'Store' of undefined解决: require('connect-mongo')的时候加一个参数express,如下: var express = require('express'); var ...
分类:
其他好文 时间:
2014-07-14 00:30:23
阅读次数:
298
在 Linux 操作系统下,几乎所有的软件均通过RPM 进行安装、卸载及管理等操作。RPM 的全称为Redhat Package Manager ,是由Redhat 公司提出的,用于管理Linux 下软件包的软件。Linux 安装时,除了几个核心模块以外,其余几乎所有的模块均通过RPM 完成安装。R...
分类:
系统相关 时间:
2014-07-13 23:23:28
阅读次数:
311
建三个UIViewController 的子控制器,其中一个为根控制器,另外两个控制器的视图作为切换对象AppDelegate中代码//AppDelegate.h中代码#import @interface AppDelegate : UIResponder @property (retain, no...
分类:
其他好文 时间:
2014-07-13 23:15:04
阅读次数:
284
当我们想要使用kindeditor的图片上传功能时,有两种选择图片方式,一种是本地选择,一种是在图片空间中选择,图片空间的默认地址是server上的/kindeditor/attached/image/以下。假设想要改变这个路径,须要找到/kindeditor/php/file_manager_js...
分类:
其他好文 时间:
2014-07-13 21:17:42
阅读次数:
219
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
Find and list all four-digit numbers in decimal notation that have the property ...
分类:
其他好文 时间:
2014-07-13 18:17:24
阅读次数:
198
??????通常我们项目里,有一些重要的日志想单独的输出到指定的文件,而不是全总输出到系统的日志文件里,那么我们log4j为我们提供了这样的功能,下面我们来一步一步看是怎么做的。这里以property的配置方式写,xml方式类似,想了解的,可以看官方文档。...
分类:
其他好文 时间:
2014-07-13 15:31:47
阅读次数:
226
功能实现:左右滑动TableViewCell,出现自定义视图实现原理:以自定义视图为Button为例,自定义TableViewCell,添加以下属性//ScrollviewtobeaddedtoUITableViewCell@property(nonatomic,weak)UIScrollView*cellScrollView;//Thecell‘sheight@property(nonatomic)CGFloatheight;..
分类:
其他好文 时间:
2014-07-13 14:22:40
阅读次数:
170
执行:
./configure --prefix=/usr/local/php --enable-fastcgi --enable-fpm
之后出现
Running FastCGI Process Manager checks
checking for php-fpm config file path... $prefix/etc/php-fpm.conf
checking for ...
分类:
其他好文 时间:
2014-07-13 13:50:43
阅读次数:
205
使用Network Manager UI界面中指定 手动时,无法保存。通过修改配置文件解决来此问题。记录以下。如果输入过密码后,就会出现在这个目录下面,以如下chinaNet为例gaojingang@kk:~$ ls /etc/NetworkManager/system-connections/.....
分类:
其他好文 时间:
2014-07-13 13:26:32
阅读次数:
260