码迷,mamicode.com
首页 >  
搜索关键字:src    ( 58510个结果
动态加载JS(css)文件
<script language="javascript">document.write("<script src='test.js'><\/script>");</script>第二种、动态改变已有script的src属性<script src='' id="s1"></script><scrip ...
分类:Web程序   时间:2016-05-06 07:08:32    阅读次数:196
windows下CMake使用图文手册 Part 2
例子2:有目录的项目 我现在有个文件夹ProjectDate,有如下文件结构 E:. │ CMakeLists.txt │ ├─include │ Date.h │ └─src date.cpp main.cpp include文件夹下是头文件Date.h #ifndef DATE_H #defi.... ...
分类:Windows程序   时间:2016-05-06 07:05:24    阅读次数:691
ScreenCaptureHtmlUnitDriver.java
https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-server/src/test/java/com/webautomation/ScreenCaptureHtmlUnitDriver.java ...
分类:编程语言   时间:2016-05-06 00:30:17    阅读次数:219
相对路径与绝对路径
相对路径:带有盘符的路径,如:E:\网页\images\1.jpg 不建议使用 相对路径: 1、页面与图片在同一目录下面 如:<img src="1.jpg" /> 2、页面在图片的上一级目录 如:<img src="images/1.jpg"> 3、页面在图片的下一级目录 如:<img src=" ...
分类:其他好文   时间:2016-05-06 00:26:01    阅读次数:121
echart 导出保存图片
var img = new Image(); img.src = myChart.getDataURL({ type:"png", pixelRatio: 2, backgroundColor: '#fff'});downloadWeibo(img,"微博平台-事件传播脉络",myChart.get... ...
分类:其他好文   时间:2016-05-05 22:08:20    阅读次数:457
jQuery常用及基础知识总结(一)
Attribute: $(”p”).addClass(css中定义的样式类型); 给某个元素添加样式$(”img”).attr({src:”test.jpg”,alt:”test Image”}); 给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”); ...
分类:Web程序   时间:2016-05-05 22:00:26    阅读次数:234
flume到kafka和hbase配置
# Flume test file# Listens via Avro RPC on port 41414 and dumps data received to the logagent.channels = ch-1agent.sources = src-1agent.sinks = sink-1 ...
分类:Web程序   时间:2016-05-05 19:24:54    阅读次数:854
pureftp虚拟用户映射配置
一、pure-ftpd安装cd/usr/local/src/wgethttp://down.anxia.com/pure-ftpd-1.0.42.tar.gztarxfpure-ftpd-thr-1.0.32.1.tar.gzcdpure-ftpd-thr-1.0.32.1./configure--prefix=/usr/local/pureftpd--without-inetd--with-altlog--with-puredb--with-throttling--with-peruserlimit..
分类:其他好文   时间:2016-05-05 17:50:40    阅读次数:205
企业级nginx服务优化(一)
配置文件总结nginx.confhttpd.confhttpd-vhosts.confhttpd-mpm.confmy.cnfphp.iniphp-fpm.conf更改版本信息curl-I192.168.10.11Server:nginx/1.6.3第一种修改版本及版本号nginx编译前更改src/core/nginx.h#definenginx_version1008001#defineNGINX_VERSION"1.8.1"#修改想要显示..
分类:其他好文   时间:2016-05-05 17:48:03    阅读次数:212
微信分享缩略图
微信分享缩略图 <div style="display:none;"><img style="width:300;height:300;" src='http://192.168.1.100/133300/fg_fj/fg_yh/471/toux/201503/1427421892zxm1x.jpg ...
分类:微信   时间:2016-05-05 14:42:10    阅读次数:565
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!