码迷,mamicode.com
首页 >  
搜索关键字:plain    ( 4481个结果
echarts2.0.4单文件引入使用
需要引入的相关文件引入es1.jsecharts-plain-map.jsechart.js相关图的公共方法:/** *echarts折线图 *@paramcategories横坐标 *@paramseries数据列 *@paramid图ID *@paramtargetnames类项目(对应图例) */ functioninitLineEcharts(categories,series,id,targetnames){ vardom..
分类:其他好文   时间:2015-01-19 19:17:41    阅读次数:228
【用户管理】查看用户登入信息
【用户管理】查看用户登入信息 ㈠ 查看当前在线的所有用户[plain][root@Rocky ~]# who root :0 2013-03-18 13:31 root pts/1 2013-03-18 18:48 (:0.0) root pts/2 2013-0...
分类:其他好文   时间:2015-01-19 09:06:52    阅读次数:214
HDU 1540 Tunnel Warfare(线段树单点更新+区间合并)
Problem Description During the War of Resistance Against Japan, tunnel warfare was carried out extensively in the vast areas of north China Plain. Generally speaking, villages connected by tunnels ...
分类:其他好文   时间:2015-01-17 15:14:49    阅读次数:259
微博API
Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable content-type: text/plain" UserInfo=0xa053d90 {com.ala...
分类:Windows程序   时间:2015-01-15 20:16:18    阅读次数:288
Ubuntu 11.04 下安装配置 JDK 7
第一步:下载jdk-7-linux-i586.tar.gz[plain]view plaincopywget-chttp://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-i586.tar.gz(注:如果下载不下来,建议使用迅雷下载,然后拷贝到...
分类:系统相关   时间:2015-01-14 17:53:58    阅读次数:316
iOS应用内打开App Store应用详情界面
用iPhone浏览UC浏览器的“应用商店”时,发现可以直接在应用内打开App Store中的应用详情和下载页面。 下面来看看怎么实现这个效果吧。         苹果官方文档 "SKStoreProductViewController Class Reference"里有如下介绍: [plain] view plaincopy A SKS...
分类:移动开发   时间:2015-01-13 14:23:35    阅读次数:217
UML基本架构建模--关联的术语和概念(三)
??   Other Features 其它特征   Plain, unadorned dependencies, generalizations, and associations with names, multiplicities, and roles are the most common features you’ll need when creating abst...
分类:其他好文   时间:2015-01-13 07:52:15    阅读次数:231
spring实现远程方法调用
spring in action一书的读书笔记 使用spring实现远程方法调用可以极大简化开发 将一个spring bean包装成为RMI service [java]? view plain copy <bean?class="org.springframework.remoting.rmi.RmiServiceExp...
分类:编程语言   时间:2015-01-08 18:22:35    阅读次数:346
编译PHP的错误
错误信息:[plain]viewplaincopyprint?在CODE上查看代码片派生到我的代码片/root/rpmbuild/BUILD/php-5.4.36/ext/gd/gd_ctx.c:Infunction‘_php_p_w_picpath_stream_putc‘:/root/rpmbuild/BUILD/php-5.4.36/ext/gd/gd_ctx.c:51:error:‘structgdIOCtx‘hasnomembernamed‘data‘/roo..
分类:Web程序   时间:2015-01-06 18:13:16    阅读次数:293
Shell脚本:判断用户和用户组是否已经存在/创建用户和用户组
通常作为一个应用程序的部署脚本,开始的第一项工作是为当前应用创建一个专用(dedicated)的用户和用户组。这个脚本很简单,这里贴一个参考样本:[plain]view plaincopy#!/bin/shuser=test_usergroup=test_group#creategroupifnot...
分类:系统相关   时间:2015-01-05 14:42:53    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!