$(function () { $('#container').highcharts({ chart: { }, xAxis: { categories: ['Jan', 'Feb', 'Mar', 'Apr', ...
分类:
其他好文 时间:
2014-12-12 18:55:25
阅读次数:
889
微信返回news类型的消息,如果在Url中直接填写诸如www.yourweb.com/chart.aspx?token=123&area=chengdu这样的网址的话,到了微信客户端,用户只能收到www.yourweb.com/chart.aspx?token=123& 符号之后的其他部分就被截掉了...
分类:
微信 时间:
2014-12-12 18:33:45
阅读次数:
298
Android qcril:qcril.c 04974 RIL[0][main] onRequest: UI --- RIL_REQUEST_DIAL (10) ---> RIL qcril.c 03293 RIL[0][event] qcril_send_request_response: U.....
分类:
移动开发 时间:
2014-12-11 20:35:03
阅读次数:
185
今天启动docker之后,发现包这个错: ???~?docker images 2014/12/11 17:11:06 Get http:///var/run/docker.sock/v1.15/images/json: dial unix /var/run/docker.sock: no such file or directory 于是乎看看...
分类:
系统相关 时间:
2014-12-11 19:29:08
阅读次数:
817
以下是Source Application去query Target Application中的content provider时的流程,此处只画到content provider启动。
The picture above is the flow chart for how Content Providers started
(1) Source APP Inform AMS ...
分类:
移动开发 时间:
2014-12-10 16:26:00
阅读次数:
177
下图描述了在source application中broadcast一个intent,注册此intent的Target Application如何启动和接收的流程。
The picture above is the flow chart for how the source Application broadcast an intent
(1) Inform AMS to br...
分类:
移动开发 时间:
2014-12-10 12:36:08
阅读次数:
192
下图描述从一个Application A如何bind在Application B中的Service.
The picture above is the flow chart for how the source Application bind a target service
Major includes four steps:
(1) Inform AMS to ...
分类:
移动开发 时间:
2014-12-09 21:34:02
阅读次数:
255
好了,用上篇介绍的工具,跟踪了下startActivity在system_server中的流程,如下:
The picture below is the flow chart for how the source Activity start a target activity
Major includes four steps:
(1) Preparation, flow chart in...
分类:
移动开发 时间:
2014-12-09 10:36:36
阅读次数:
194
1.<scriptsrc="
2.<scripttype="text/javascript">
//路径配置
require.config({
paths:{
echarts:‘http://echarts.baidu.com/build/dist‘
}
});
//使用
require(//通过动态加载使用echarts
[
‘echarts‘,
‘echarts/chart/bar‘,//使用柱状图就加载bar模块,按需加载
‘..
分类:
其他好文 时间:
2014-12-08 15:49:13
阅读次数:
221
object元素object这个元素,现在前端很少用到,但是像flash,svg等奇葩元素,必须嵌套在object对象元素中。现代浏览器用video,canvas代替这些元素。之前做过图表和地图的一些应用,像highchart,e-chart,这些图表插件,基本上是使用svg元素(嵌套在object...
分类:
其他好文 时间:
2014-12-08 15:17:22
阅读次数:
289