位于/Users/你电脑名/Library/Developer/Xcode/DerivedData
下的缓存文件占很大的缓存空间,如果长时间不删除xcode下的缓存文件,就会导致硬盘空间越来越小直到Directory
not empty。删除了缓存文件再运行就不会再报错。
删除DerivedData: 打开看了终端输入 sudo chmod -R 777 /Users/xxx/Li...
分类:
移动开发 时间:
2014-07-08 21:39:21
阅读次数:
240
PHP 输出json。 $result = mysql_query($sql); //查询结果 $users=array(); $i=0; while($row=mysql_fetch_array($result,MYSQL_ASSOC)){ $users[$i]=$row; $i+...
分类:
编程语言 时间:
2014-07-07 11:12:16
阅读次数:
293
现在基本没有什么能离得开数据库了,django我一直用的都是mysql的数据库,这次和大家说说django--mysql数据库的一些常用命令吧1:命令行登陆mysqlC:\Users\Administrator>mysql -uroot -pEnter password: ********2:创建一...
分类:
数据库 时间:
2014-07-06 23:41:56
阅读次数:
454
//创建自增序列create sequence SEQ increment by 1 start with 0 nomaxvalue minvalue 0 nocycle;//在sql中使用该序列INSERT INTO USERS VALUES (SEQ.nextval,'Username','P....
分类:
数据库 时间:
2014-07-06 23:40:07
阅读次数:
275
不知道怎么回事,win7电脑突然连个性化设置背景图片的按钮都没了。真操蛋~~~满屏的黑色背景图案,看着实在是不爽。为了解决这个问题,网上搜索了好长时间,都不尽然!最后想到了一个超简单的方法就是:找到这个路径:D:\Users\Terry\AppData\Roaming\Microsoft\Windo...
ORA-28000:the account is locked-的解决办法ORA-28000:the account is locked第一步:使用PL/SQL,登录名为system,数据库名称不变,选择类型的时候把Normal修改为Sysdba;第二步:选择myjob,查看users;第三步:选择...
分类:
数据库 时间:
2014-07-06 14:40:23
阅读次数:
248
直接上配置,你懂的
lai'mac:~ laijingli$ more .bash_profile
###add my scripts to the search path for convenient daily usage
export PATH=$PATH:/Users/laijingli/autoshell:/opt/local/bin:/opt/local/sbin
##...
分类:
其他好文 时间:
2014-07-06 10:12:26
阅读次数:
185
create database golden;create table golden.users(usersId int unsigned not null auto_increment primary key,userName char(20) not null,passWord int unsi...
分类:
数据库 时间:
2014-07-05 18:29:20
阅读次数:
252
安装步骤1、安装nodejs,比如安装在E:\nodejs。 确保有两个环境变量 用户环境变量:C:\Users\Administrator\AppData\Roaming\npm 系统环境变量:e:\nodejs2、安装Express,用稳定版3.5.0,网上资料也大多以这个版本为主,不指定版本的...
分类:
Web程序 时间:
2014-07-05 16:57:24
阅读次数:
294
jsonkit 解析nsarray 时候 报错
Assertion failure in -[TXJKArray count], /Users/mqq/hudson/1740/src/TencentOpenApi_IOS/Common/Util/JSONKit.m:738
解决办法:
Had the same issue, I was trying to set the ...
分类:
Web程序 时间:
2014-07-03 18:25:16
阅读次数:
356