ERROR 1366 (HY000): Incorrect string value: '\xC6\xF4\xD3\xC3' for column 'name' at row 1
mysql>status
D:\mysql6.0\bin\mysql.exe Ver 14.15 Distrib 6.0.11-alpha, for Win64 (unknown)
Connection id...
分类:
其他好文 时间:
2015-05-17 16:46:42
阅读次数:
146
iOS开发中两个常见问题的处理2015-05-16 iOS开发(一) “Unknown class XXViewController in Interface Builder file.” 问题处理最近在静态库中写了一个XXViewController类,然后在主工程的xib中,将xib的类指定为X...
分类:
其他好文 时间:
2015-05-17 13:35:23
阅读次数:
111
Problem:
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4
5 6 7 0 1 2).
You are given a target value to search. If found in t...
分类:
编程语言 时间:
2015-05-14 20:34:28
阅读次数:
132
[1054] Unknown column 'xxxxx' in 'where clause'DROP TRIGGER IF EXISTS `delete_actdata`;
CREATE DEFINER=`secway`@`localhost` TRIGGER `delete_actdata`
BEFORE DELETE ON `actdata`
FOR EACH ROW
BEGIN
DEL...
分类:
数据库 时间:
2015-05-13 19:50:00
阅读次数:
160
Windows下运行php-cgi报错如下:D:\php>php-cgi.exe-b127.0.0.1:9000-cphp.iniPHPWarning:PHPStartup:inUnknownonline0<br/><b>Warning</b>:PHPStartup:in<b>Unknown</b>online<b>0</b><br/>PHPWarning:PHPStartup:inUnkno..
分类:
Web程序 时间:
2015-05-13 17:04:36
阅读次数:
178
安装插件redmine_release_notes遇到的问题
1、redmine_release_notes下载地址:https://github.com/hdgarrood/redmine_release_notes
2、安装环境: 本地redmine2.3.4
3、出现问题:
按照下载地址上的安装步骤安装:
Do the migrations.
r...
分类:
数据库 时间:
2015-05-13 10:14:23
阅读次数:
210
平时在使用sharepoint的时候经常会遇到sharepoint环境由于各种原因打不开的问题:情景一:打开central Administrator的时候,报:cannot connect configuration database,打开event viewer查看报的是:Unknown SQL...
分类:
其他好文 时间:
2015-05-12 09:13:47
阅读次数:
221
Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).You are given a target valu...
分类:
其他好文 时间:
2015-05-12 00:05:00
阅读次数:
120
Team Queue
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit
Status
Description
Queues and Priority Queues are data structures which ar...
分类:
其他好文 时间:
2015-05-10 09:54:37
阅读次数:
187
我们的输入文件 hello0, 内容如下:xiaowang 28 shanghai@_@zhangsan 38 beijing@_@someone 100 unknown逻辑上有3条记录, 它们以@_@分隔. 我们将分别用旧版MapReduce API 和新版MapReduce API实现自定义Te...