$appid = "wx25767979a61a2385";$secret = "***********18";if (! isset ( $_GET ['code'] )) { $local_url = "http://{$_SERVER ['HTTP_HOST']}{$_SERVE...
分类:
其他好文 时间:
2015-04-22 20:04:38
阅读次数:
175
beeline -f 执行sql文件,如果报“Error: Error while compiling statement: FAILED: ParseException line 1:814 cannot recognize input near ‘;’ ’ in expression specification (state=42000,code=40000)”错误。可能是因为“;”后面有空格...
分类:
其他好文 时间:
2015-04-22 18:38:45
阅读次数:
5928
之前在java开发中实现图表使用JFreeChar组件,最近有个小项目要求在Android端进行数据分析,如何实现图表呢?查了一下google提供了一个开源组件Achartengine非常好用,可实现绘制各种图形,完全满足了开发的需要,下面就说说如何使用。
一、准备工作
下载jar包
官网地址:http://code.google.com/p/achartengi...
分类:
移动开发 时间:
2015-04-22 18:23:54
阅读次数:
131
ichartjs是一个国产的图表库,提供各种api,以及多种样式的图表图表包括:面积图、2d条形图、2d柱状图、3d柱状图、折线图、饼状图等,并且可以组合图形。ichart是一个轻量级的js组件,快速构建图表并可跨平台使用这是ichart的案例展示图,在这个页面我们通过点击view code 查看当...
分类:
Web程序 时间:
2015-04-22 18:04:25
阅读次数:
156
原文链接:http://outofmemory.cn/code-snippet/2123/jquery-zhuce-event-method1.使用事件名来绑定,可用的事件名有change,click,dblclick,error,focus,focusin,focusout,keydown,key...
分类:
Web程序 时间:
2015-04-22 17:47:43
阅读次数:
207
方法1:var code=String(Math.random()).substr(2,6)方法2:function getCode() { var code = ""; for (var i = 0; i < 6; i++) { code += p...
分类:
其他好文 时间:
2015-04-22 15:11:23
阅读次数:
119
SELECT * from TBCITY_Temp where codein ( select code from TBCITY_Temp group by code having count(code) > 1 ) and AutoId not in (select min(AutoId) f.....
分类:
其他好文 时间:
2015-04-22 13:41:33
阅读次数:
136
Select col1... View Code*html{ background-image:url(about:blank); background-attachment:fixed;...
分类:
其他好文 时间:
2015-04-22 13:12:00
阅读次数:
96
目录[-]一.SAX方法:NSXMLParser二.DOM方法:GDataXMLXML有两种解析方法SAX和DOM。SAX方法可以使用iOSSDK中的NSXMLParser,DOM方法可以使用GOOGLE提供的GDataXML(下载地址:http://code.google.com/p/gdata-...
分类:
其他好文 时间:
2015-04-22 11:07:08
阅读次数:
163
From a code point of view, Equinox is an implementation of the OSGi core framework specification,...
分类:
其他好文 时间:
2015-04-22 09:35:41
阅读次数:
144