Unity3D导入自带Character Controller的Package第三人称一直跑步解决方案!...
分类:
其他好文 时间:
2014-09-10 15:49:40
阅读次数:
267
redhat5.4 32位安装mysql 5.6.17数据库及创建数据库实例、配置编码、卸载...
分类:
数据库 时间:
2014-09-10 14:16:20
阅读次数:
366
在centos上成功编译安装nginx 1.4、php 5.4并成功启动nginx和php-fpm后,访问php提示"File not found.",同时在错误日志中看到:复制代码 代码如下:2013/10/22 20:05:49 [error] 12691#0: *6 FastCGI sent ...
分类:
其他好文 时间:
2014-09-10 12:05:20
阅读次数:
169
对于unknown的进程要crs_stop-f加进程名再startcrs启动失败crs_start-allCRS-0184:CannotcommunicatewiththeCRSdaemon.因为crs_start属于应用层的指令,启动crs的时候会失败[oracle@host1~]$crs_start-allCRS-0184:CannotcommunicatewiththeCRSdaemon.[oracle@host1~]$crs_stat..
分类:
数据库 时间:
2014-09-10 02:54:00
阅读次数:
214
1. 创建一张表主键自增create table region( id serial PRIMARY KEY, name character varying(128), value smallint default 8);#会自动创建 region_seq_id表,drop表reg...
分类:
其他好文 时间:
2014-09-10 00:19:29
阅读次数:
281
参考php_apd.c:73:1: error: unknown type name 'function_entry'(PHP 5.4)php 版本级别5.4 有些不兼容插件php_apd.c:73:1: error: unknown type name 'function_entry' (PHP ...
分类:
移动开发 时间:
2014-09-09 20:07:59
阅读次数:
483
项目开发的时候,由网页表单提交的过来的中文字符,会报Incorrect string value: '\xF0\x90\x8D\x83\xF0\x90...' 异常;原因是mysql的编码造成,使用 show variables like 'character%' 查看数据库的编码:mysql> s...
分类:
数据库 时间:
2014-09-09 20:07:49
阅读次数:
256
Implement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or more of the preceding element....
分类:
其他好文 时间:
2014-09-09 18:01:59
阅读次数:
146
最近在学习Python,发现Python的模块真是不错 推荐使用WingIDE 在Vim模式下Tab键设置 Preferences->Keyboard->Tab Key Action = Insert Tab Character ~~~~~~~~~~~~~~~~~~~~~~~~~华丽的分割线~~~~...
分类:
编程语言 时间:
2014-09-09 11:41:48
阅读次数:
220
Regular Expression MatchingProblem description:Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Ma...
分类:
其他好文 时间:
2014-09-09 11:37:58
阅读次数:
281