文件读取的类型: (字符串,数组,字典,二进制--- NSData) 1.写入文件. writeToFile: atomically: --针对于数组,二进制数组 writeToFile: atomically: encoding: error: --针对于字符串 2...
分类:
其他好文 时间:
2015-10-14 21:31:54
阅读次数:
136
基础cls_images.php: functionupload_image(){}$_FILES 输出值:Array ( [group_thumb_url] => Array ( [name] => [type] => [tmp_name] => [error] => 4 [size] => 0 ...
分类:
Web程序 时间:
2015-10-14 19:23:05
阅读次数:
196
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)Red Hat Enterprise Linux 5服务器上mysql启动报错:ERROR 1045 (28000): Access d...
分类:
数据库 时间:
2015-10-14 18:02:24
阅读次数:
183
归档日志满了以后、一、清理文件C:\Users\Administrator>19:24:36.78>sqlplus scott/tigerSQL*Plus: Release 11.2.0.1.0 Production on 星期五 10月 9 19:24:40 2015Copyright (c) 1982, 2010, Oracle. All rights reserved.ERROR:
ORA...
分类:
数据库 时间:
2015-10-14 16:10:51
阅读次数:
262
PHP编译过程中常见错误信息的解决方 checking for BZip2 support… yes checking for BZip2 in default path… not found configure: error: Please reinstall the BZip2 distribution Fix:?yum install bzip2-d...
分类:
Web程序 时间:
2015-10-14 12:51:03
阅读次数:
168
在linux下写了一个简单的shell,循环10次.test.sh#!/bin/bash ## ##循环10次 ## ...
分类:
系统相关 时间:
2015-10-14 12:10:32
阅读次数:
162
NSError *error; NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:Online_Case_Lists]]; NSData *response = [NSURLConnection s.....
分类:
移动开发 时间:
2015-10-14 10:32:24
阅读次数:
180
原文地址:http://yacare.iteye.com/blog/2010049很多伙伴在更新VS2010,或者卸载VS2012安装2010后,建立Win32 Console Project/MFC项目时会出现"LINK : fatal error LNK1123: 转换到 COFF 期间失败: ...
分类:
其他好文 时间:
2015-10-14 10:23:40
阅读次数:
235
<?php header("content-type=text/html;charset=utf-8"); $link=mysql_connect(‘localhost‘,‘root‘,‘‘); if(!$link){ die(‘Couldnotconnect:‘.mysql_error()); } mysql_select_db("qujiang",$link)ordie(‘Can\‘tusefoo:‘.mysql_error()); mysql_query("setnames‘utf8‘",$..
分类:
其他好文 时间:
2015-10-14 01:52:27
阅读次数:
209
part 1 编译器 vs2015 VC++。 完整的错误信息粘贴如下:d:\program files (x86)\microsoft visual studio 14.0\vc\include\algorithm(43): error C2451: “std::_Unforced”类型的条件.....
分类:
其他好文 时间:
2015-10-13 22:55:02
阅读次数:
765