码迷,mamicode.com
首页 >  
搜索关键字:unknown character    ( 7042个结果
Unity3D导入自带Character Controller的Package第三人称一直跑步解决方案!
Unity3D导入自带Character Controller的Package第三人称一直跑步解决方案!...
分类:其他好文   时间:2014-09-10 15:49:40    阅读次数:267
redhat5.4 32位安装mysql 5.6.17数据库及创建数据库实例、配置编码、卸载
redhat5.4 32位安装mysql 5.6.17数据库及创建数据库实例、配置编码、卸载...
分类:数据库   时间:2014-09-10 14:16:20    阅读次数:366
nginx FastCGI错误Primary script unknown解决办法
在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
oracle 11g rac进程起停
对于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
postgres常用操作
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
cacti 与 nagios 一些总结 【三】
参考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
mysql 插入汉字 Incorrect string value 解决办法
项目开发的时候,由网页表单提交的过来的中文字符,会报Incorrect string value: '\xF0\x90\x8D\x83\xF0\x90...' 异常;原因是mysql的编码造成,使用 show variables like 'character%' 查看数据库的编码:mysql> s...
分类:数据库   时间:2014-09-09 20:07:49    阅读次数:256
Regular Expression Matching
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,发现Python的模块真是不错 推荐使用WingIDE 在Vim模式下Tab键设置 Preferences->Keyboard->Tab Key Action = Insert Tab Character ~~~~~~~~~~~~~~~~~~~~~~~~~华丽的分割线~~~~...
分类:编程语言   时间:2014-09-09 11:41:48    阅读次数:220
LeetCode中的动态规划问题(一)
Regular Expression MatchingProblem description:Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Ma...
分类:其他好文   时间:2014-09-09 11:37:58    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!