今天安装ecshop的时候最上面出现了一个错误提示:Strict Standards: Only variables should be passed by reference inF:\www.xxxx.com\cls_template.phpon line418解决办法:打开cls_templa...
分类:
其他好文 时间:
2015-03-06 09:32:53
阅读次数:
128
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:
其他好文 时间:
2015-03-05 23:30:51
阅读次数:
161
Single Number II问题: Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have ....
分类:
其他好文 时间:
2015-03-05 18:48:51
阅读次数:
109
ProblemDesign and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key)- Ge...
分类:
编程语言 时间:
2015-03-05 18:33:09
阅读次数:
252
Default (and possibly architecture dependents) HAL modules go here. libhardware.so eventually should contain *just* the HAL hub(hardware.c), everythin...
分类:
移动开发 时间:
2015-03-05 16:33:38
阅读次数:
160
写代码的时候,不希望整个工程中到处都是黄色的感叹号,那样的话,打开项目,让人感觉整个项目一点都不清晰。所以写此贴,将平时碰到的警告全部总结集中起来。1:Handler// This Handler class should be static or leaks might occur:Incomin...
分类:
移动开发 时间:
2015-03-05 12:37:19
阅读次数:
187
操作系统文件限制大小导致 MYSQL ERROR 1194 (HY000): Table is marked as crashed and should be repaired 问题处理 同事反馈应用在执行查询某张表时候报ERROR 1194 (HY000): Table is marked as crashed and sh...
分类:
数据库 时间:
2015-03-05 09:22:06
阅读次数:
190
Given a binary search tree and a new tree node, insert the node into the tree. You should keep the tree still be a valid binary search tree.ExampleGi....
分类:
其他好文 时间:
2015-03-05 06:50:40
阅读次数:
143
Write a SQL query to rank scores. If there is a tie between two scores, both should have the same ranking. Note that after a tie, the next ranking num...
分类:
其他好文 时间:
2015-03-05 00:13:48
阅读次数:
196
奥卡姆剃刀原则(Occam's Razor)
有一句话是这样说的,"An explanation of the data should be mad as simple as possible,but no simpler"。
在机器学习中其意义就是,对数据最简单的解释也就是最好的解释(The simplest model that fits the data is also the mo...
分类:
其他好文 时间:
2015-03-04 22:45:56
阅读次数:
177