码迷,mamicode.com
首页 >  
搜索关键字:unity3d fatal error attempt to write a readonly database    ( 64698个结果
Writing your first Django
Quick install guide1.1 Install Python, it works with Python2.6, 2.7, 3.2, 3.3. All these version of Python include a lightweight database SQLite, so y...
分类:其他好文   时间:2014-04-30 23:14:34    阅读次数:566
NGUI之UIRoot屏幕分辨率自适应
来自:http://blog.csdn.net/oneRain88/article/details/11713299NGUI在Unity3D游戏开发中非常常用,而NGUI对于每一个UI场景,都是以一个UIRoot为UI游戏对象树的根的,那么这个UIRoot是起什么作用的呢?先简单看一下UIRoot中...
分类:其他好文   时间:2014-04-30 23:08:30    阅读次数:483
如何终结服务器进程
windows下面可以主线程while loop接受input;但是觉得很丑。 linux没办法这样,可以用注册信号的办法。实现起来也不难: #include "stdio.h" #include "unistd.h" #include "signal.h" #include "error.h" volatile bool isStop = false; static void handl...
分类:其他好文   时间:2014-04-29 13:42:21    阅读次数:418
08一地形编辑&自制贴图导入--《程序员学Unity3d》
要制作出漂亮实用的地形可不简单啊,目前只知道大概怎么做而已。考虑到效率问题,一般会自己制作贴图导入来使用。...
分类:其他好文   时间:2014-04-28 10:42:42    阅读次数:280
paip.utf-8,unicode编码的本质输出unicode文件原理 python
paip.utf-8,unicode编码的本质输出unicode文件原理 python      #别的语言,java php都是unicode,走十python不一样.    #enddef  #todo write to unicode encode fileHandle = open ( r"c:\fmtSmpEnRst.txt", 'w',encoding="UTF-16"...
分类:编程语言   时间:2014-04-28 10:28:42    阅读次数:374
彻底解决CHECK_NRPE: Error - Could not complete SSL handshake.
出现“CHECK_NRPE: Error - Could not complete SSL handshake.”的错误。       问题解决的步骤:    1. 确保openssh , openssl, openssl-devel版本一致。 在centOS 上,可以运行: yum install openssl openssl-devel     2. nagios监控端的允许地址和...
分类:其他好文   时间:2014-04-27 22:18:19    阅读次数:988
Linux 0.11中write实现
看了一下Linux 0.11版本write的实现,首先它在标准头文件unistd.h中有定义 int write(int fildes, const char * buf, off_t count); 接下来看write.c /* * linux/lib/write.c * * (C) 1991 Linus Torvalds */ #define __LIBRARY__...
分类:系统相关   时间:2014-04-27 21:45:04    阅读次数:523
checking for SSL headers... configure: error: Cannot find ssl headers
" checking for SSL headers... configure: error: Cannot find ssl headers"        原因是缺少openssl-devel,安装这个库就可以解决问题。 yum -y install openssl-devel...
分类:其他好文   时间:2014-04-27 21:32:05    阅读次数:283
lnmp之php-fpm+nginx+ulimit的综合设置之故障排除
相信其它的地方大家都懂,这里重点说下面红色粗体部分 参数设置必须与系统的 ulimit -Sn 参数一致,并且 php-fpm.conf,nginx,conf中的设置要一致,否则会出现诸多历史遗留问题以及不和谐的ERROR WRING问题以下是nginx.conf里的一些 配置信息,重点说红色部分#user nobody; user www www; worker_processes auto...
分类:Web程序   时间:2014-04-27 21:21:06    阅读次数:734
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!      解决方法: setenforce 0...
分类:移动开发   时间:2014-04-27 21:18:05    阅读次数:450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!