码迷,mamicode.com
首页 >  
搜索关键字:i think i need a hou    ( 4897个结果
Think Python Glossary
一、The way of the programproblem solving: The process of formulating a problem, ?nding a solution, and expressing the solution.high-level language: A p...
分类:编程语言   时间:2014-09-25 13:13:08    阅读次数:253
libsvm easy.py ValueError: need more than 0 values to unpack windows下终极解决
现象是:python easy.py train test输出:Scaling training data...WARNING: original #nonzeros 100389 new #nonzeros 9983948Use -l 0 if many original...
分类:Windows程序   时间:2014-09-24 17:42:37    阅读次数:621
[原]一个简单的TCP Client所涉及到的头文件
今天在Linux环境下写了一个最简单的TCP Client程序,没想到Linux环境下的头文件竟然这么分散,让我这样的菜鸟很是郁闷啊。编译成功的代码如下:#include #include #include // Not need!#include // struct socka...
分类:其他好文   时间:2014-09-24 12:05:46    阅读次数:160
iOS:让标题栏背景图片适应iOS7
From google: If your app uses a custom image as the background of the bar, you'll need to provide a “taller” image so that it extends up behind the st...
分类:移动开发   时间:2014-09-23 13:38:34    阅读次数:147
thinkphp导出csv文件
导出csv文件可能就那几行代码,今天有个问题困扰我好久,就是导出之后出现一些html代码,这个不应该,view里面是空的,controller中最后也没有$this->display(),最后细心看到think_page_trace这样的字样,恍然大悟,是页面的跟踪日志,这个默认是会输出来的。最后在...
分类:Web程序   时间:2014-09-23 00:11:33    阅读次数:245
divide-conquer-combine(4.1 from the introduction to algorithm)
this example is from chapter 4 in 《the introduction to algorithm》the main idea is all showed in the book , i think maybe realizing the algorithm is a ...
分类:其他好文   时间:2014-09-22 22:40:33    阅读次数:173
Android利用canvas画各种图形(点、直线、弧、圆、椭圆、文字、矩形、多边形、曲线、圆角矩形)
1、首先说一下canvas类: Class Overview The Canvas class holds the "draw" calls. To draw something, you need 4 basic components: A Bitmap to hold the pixels, a...
分类:移动开发   时间:2014-09-22 14:07:32    阅读次数:317
Zend Studio中安装Aptana及几个配置说明
本文转自Zend Studio中安装Aptana及几个配置说明@Mr.Think无论对于前端人员还是PHP开发人员,Zend Studio加Aptana绝对堪称经典.可惜中文资料太少,让很多人在安装和使用时绕了不少弯路,在此分享一下,安装过程中几个实用的技巧.Zend Studio的下载安装就不详叙...
分类:其他好文   时间:2014-09-21 18:21:40    阅读次数:279
SoapUI Pro Project Solution Collection-XML assert
in soapui the XML object used here is from org.w3c.dom package so you need to read this article carefully before we can use xml object very well. http...
分类:其他好文   时间:2014-09-20 22:12:49    阅读次数:215
SQL Error 1227: Access denied; you need the SUPER privilege for this operation
今天同事跟我说,他之前在mysql上建的视图没办法更改,更改的时候报如下错误:SQLError1227:Accessdenied;youneedtheSUPERprivilegeforthisoperation起初,我以为是权限的问题,查了半天,权限明明是有的,新增了如下两条授权条件,还是不行:grant操作MySQL视图、查看视图源代..
分类:数据库   时间:2014-09-19 19:33:26    阅读次数:295
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!