到今天项目测试的时候才发现,下面这种方式在iOS8以下是不能用的,
NSString *str1 = @"hello word.!!!!";
BOOL *flag = [str1 containsString:@"."];点进去看的时候才明白,(10_10,8_0)
- (BOOL)containsString:(NSString *)aString NS_AVAILABLE(10_10, 8...
分类:
其他好文 时间:
2015-06-30 16:35:04
阅读次数:
97
1 在Ubuntu系统的/etc/hosts文件中添加域名指向IP
2 在Apache中配置虚拟主机
在Apache的虚拟主机配置文件夹sites-available中将默认的配置default赋值一份需要添加的模块vedio,然后对vedio进行修改:
(1) 添加:ServerName vedio.xiongchao.net.cn...
分类:
Web程序 时间:
2015-06-30 15:02:24
阅读次数:
169
最近做了一个关于数据压缩的项目,要把整个SQL SERVER服务器下所有的表对象要改成页压缩。于是趁此机会了解了一下SQL SERVER下压缩技术。这篇文章几乎就是完全指导手册了https://technet.microsoft.com/en-us/library/dd894051(v=sql.10...
分类:
数据库 时间:
2015-06-29 23:30:00
阅读次数:
221
Windows下MetaMap工具安装一、Main MetaMap安装Prerequisties12G磁盘空间JAVA6 or newer JRE or SDK installedDownloading The distribution is available at the MetaMap Ma....
最近通过手机访问本地服务器时出现以下问题:Access forbidden!New XAMPP security concept:Access to the requested directory is only available from the local network.This setti...
分类:
其他好文 时间:
2015-06-27 21:26:32
阅读次数:
132
VMwave下Ubuntu扩展磁盘空间
Ubuntu原预装磁盘空间20G,随着系统安装软件越来越多,空间慢慢不够用。打算安装DB2,许扩展磁盘空间。
环境:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
第一步...
分类:
系统相关 时间:
2015-06-27 16:27:51
阅读次数:
220
Static Timing Analysis is one of the many techniques available to verify the timing of a digital design. An alternate approach used to verify the ti.....
分类:
其他好文 时间:
2015-06-26 22:17:29
阅读次数:
226
昨天工作中遇到这样一个场景,有个项目需要把某台服务器下所有的表和索引都启用数据压缩(data_compression=page),已经启用了的表和索引就不需要再压缩一次了。统计一下后发现要运行的REBUILD INDEX代码多达上万条,而整个服务器上的所有需要压缩的数据库对象大小加起来估计接近1TB...
分类:
数据库 时间:
2015-06-25 17:20:41
阅读次数:
161
InsecurePlatformWarning: A true SSLContext object is not available.# yum -y install openssl-devel libffi-devel# pip install pyopenssl ndg-httpsclient ...
分类:
其他好文 时间:
2015-06-25 11:44:18
阅读次数:
171
sysctl.confHome / Tutorials / Linux / sysctl.confUbuntu server out of box is not optimized to make full use of available hardware.This means “out-of-b...
分类:
其他好文 时间:
2015-06-23 19:53:00
阅读次数:
155