Unity3d导入工程出现错误“Creating unique file:creating file
Temp/tempFile failed.Please ensure there is enough disk space and you have
permissions setup correc...
分类:
其他好文 时间:
2014-05-08 11:50:15
阅读次数:
803
前端规范 - JS规范产品线公用全局变量spDomain= {}
//相关domain的定义,主要放在JS里调用Space.xxx.xxx
//通用全局变量对象禁止使用eval,with,voideval功能tangram里已经进行了封装,直接使用tangram里面的方法。全局变量使用"g_"打头,...
分类:
Web程序 时间:
2014-05-08 11:33:43
阅读次数:
452
??
run{
allocate channel d1 type disk;
allocate channel d2 type disk;
allocate channel d3 type disk;
allocate channel d4 type disk;
allocate channel d5 type disk;
allocate channel d6 type disk;...
分类:
其他好文 时间:
2014-05-07 15:45:24
阅读次数:
347
Given a sorted array, remove the duplicates in
place such that each element appear onlyonceand return the new length.Do not
allocate extra space for a...
分类:
其他好文 时间:
2014-05-07 14:07:56
阅读次数:
345
Web
image(网络图像)该库提供了一个支持来自Web的远程图像的UIImageView类别它提供了:添加网络图像和缓存管理到Cocoa Touch
framework的UIImageView类别异步图像下载An asynchronous memory + disk image caching ...
分类:
移动开发 时间:
2014-05-07 13:45:00
阅读次数:
627
一般情况下alt+/有代码提示作用,还有代码提示的快捷代码也不是alt+/,因此要恢复代码提示用alt+/.需要做两件事.
在 Window - Preferences - General - Keys 内
1、把word completion的快捷键设置alt+C
2、把Content Assist的快捷键由ctrl+space改成alt+/
如果还是不提示,极有可能是提示功...
分类:
系统相关 时间:
2014-05-07 12:05:56
阅读次数:
411
vmkfstools -z
/vmfs/devices/disks/t10.ATA_____ST4000NM00332D9ZM170_________________________________Z1Z0EFNZ
/vmfs/volumes/datastore0/data/disk_st4000g...
分类:
其他好文 时间:
2014-05-07 01:22:16
阅读次数:
593
1. 强制不换行,并且多行文字溢出显示省略号.ellips{white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;}.ellips_line2,.ellips_line3{display:-webkit-box;
-webkit-bo...
分类:
Web程序 时间:
2014-05-07 01:16:15
阅读次数:
421
做项目的时候,MyEclipse提示内存不足。错误提示大概如下:MyEclipse has
detected that less than 5% of the 64MB of PermGen (Non-heap memory) space
remains. It is strongly recomm...
分类:
系统相关 时间:
2014-05-07 00:49:37
阅读次数:
558
一、基础
1、说明:创建数据库?CREATE DATABASE database-name?
2、说明:删除数据库?drop database dbname?
3、说明:备份sql server?
--- 创建 备份数据的 device?
USE master?EXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwin...
分类:
数据库 时间:
2014-05-06 18:57:44
阅读次数:
506