1:把Zip archive里面的.pdb \debug .lib都删除2:安装MySqlmysqld -install MySql5 --defaults-file="x:\xxx\my.ini"卸载服务mysqld -remove mysql53:启动net start mysql5遇到错误:发...
分类:
数据库 时间:
2014-09-12 18:50:23
阅读次数:
206
http://libmemcached.org/libMemcached.html报错:Exception Value:unknown behavior names: remove_failedException Location:/usr/local/lib/python2.7/site-pack...
分类:
其他好文 时间:
2014-09-12 18:46:23
阅读次数:
213
在Ubuntu12.04上下载了Chromium Browser浏览器的源码,需要经过配置与编译才能运行。
配置的脚本如下:
#!/bin/sh
export GYP_DEFINES="disable_nacl=1 linux_use_gold_binary=0 linux_use_gold_flags=1 target_arch=ia32 remove_webcore_debug_sym...
分类:
其他好文 时间:
2014-09-12 17:22:33
阅读次数:
338
DECLARE @what varchar(800) SET @what='lll' --要搜索的字符串DECLARE @sql varchar(8000)DECLARE TableCursor CURSOR LOCAL FOR SELECT sql='IF EXISTS ( SELECT 1 FR...
分类:
数据库 时间:
2014-09-12 14:49:53
阅读次数:
258
Start from Difficulty 1:1, Remove specified elem from unsorted array: 2 pointers, one is to iterate all the elements in the array, the other is to inc...
分类:
编程语言 时间:
2014-09-11 23:46:42
阅读次数:
250
public class Solution { public ListNode removeNthFromEnd(ListNode head, int n) { ListNode firstTraveling = head; ListNode lastTraveli...
分类:
其他好文 时间:
2014-09-11 23:39:32
阅读次数:
195
将不断保持更新……eclipse不自动编译.class文件,导致程序跑不起来。尝试以下方法:cleanproject--》查看eclipse中problems视图有什么问题--》终极,查看project的buildpath是否存在问题。今天遇到的问题就是buildpath里有个jar包没有remove掉而引起的……浪费了比较多的时间..
分类:
其他好文 时间:
2014-09-11 17:29:22
阅读次数:
105
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array。...
分类:
其他好文 时间:
2014-09-11 17:28:02
阅读次数:
207
首先需要了解下tar包。以下文章作出解释了:http://www.cnblogs.com/laipDIDI/articles/2214270.htmlhttp://baike.baidu.com/view/3146273.htm?fr=aladdin*************************...
分类:
移动开发 时间:
2014-09-11 11:05:51
阅读次数:
224
1. DevExpress TreeList控件的复选框 2. Code First Entity Framework基本与最佳添加(add-create),删除(delete-remove),修改(update-modify)操作 3. linq to oracle读取数据到DataSet4. C...
分类:
其他好文 时间:
2014-09-10 17:15:10
阅读次数:
176