package com.t.t; \n\rimport com.unity3d.player.*; \n\rimport android.app.NativeActivity; \n\rimport android.content.res.Configuration; import android....
分类:
移动开发 时间:
2014-09-29 20:20:01
阅读次数:
266
今天在navicat上操作mysql数据库表,突然没有响应了。随后重启,mysql服务也终止了。随后启动服务,检查表,发现一张表卡没了,就重新添加一张表。报了一个错:Error : Tablespace for table '`database`.`temp`' exists. Please DIS...
分类:
数据库 时间:
2014-09-29 19:10:11
阅读次数:
998
package com.t.t;\n\rimport com.unity3d.player.*;\n\rimport android.app.NativeActivity;\n\rimport android.content.res.Configuration;import android.grap...
分类:
移动开发 时间:
2014-09-29 17:48:31
阅读次数:
181
package com.t.t;
import com.unity3d.player.*;
import android.app.NativeActivity;
import android.content.res.Configuration;
import android.graphics.Pix...
分类:
移动开发 时间:
2014-09-29 17:46:41
阅读次数:
403
class ObjectObject类实现了类的多种特性 public function __get($name) { $getter = 'get' . $name; if (method_exists($this, $getter)) { ...
分类:
其他好文 时间:
2014-09-29 16:54:01
阅读次数:
304
1176. Two EndsConstraintsTime Limit: 1 secs, Memory Limit: 64 MBDescriptionIn the two-player game "Two Ends", an even number of cards is laid out in a...
分类:
其他好文 时间:
2014-09-29 04:25:56
阅读次数:
194
byte 转file String filepath="D:\\"+getName(); File file=new File(filepath); if(file.exists()){ file.delete(); } FileOutputStream fos = new FileOutputSt...
分类:
其他好文 时间:
2014-09-28 21:05:35
阅读次数:
158
看书的时候,遇到了CSS3一个新的多栏布局样式属性,测试了一下,贴段代码出来:目前这个属性还是需要带上浏览器内核的私有前缀:先看html代码:1 2 3 My father was a self-taught mandolin player. He was one of th...
分类:
Web程序 时间:
2014-09-28 20:12:05
阅读次数:
194
如下图所示,请先在PlaySettings中修改Api Compatibility Level 改成.NET 2.0,如果不修改会报错注意:Error building Player: Extracting referenced dlls failed.无论你编译任何平台都请修改一下这里, 留言中有...
分类:
其他好文 时间:
2014-09-28 17:52:23
阅读次数:
240
1.原因
更新sdk后报错,,因为版本不同,zipalign.exe所处路径不同
2.解决办法
在sdk路径下搜索zipalign.exe 。然后复制到报错内容中制定的路径就行了。...
分类:
移动开发 时间:
2014-09-28 17:48:24
阅读次数:
1297