码迷,mamicode.com
首页 >  
搜索关键字:scrip    ( 210个结果
Linux环境使用pip安装软件提示ascii无法转换
以下是我遇到的问题:我在使用pipinstallfabric时报错:Cleaningup...Commandpythonsetup.pyegg_infofailedwitherrorcode1in/tmp/pip_build_root/pynaclTraceback(mostrecentcalllast):File"/usr/bin/pip",line9,in<module>load_entry_point(‘pip==1.5.4‘,‘console_scrip..
分类:系统相关   时间:2017-08-29 09:28:44    阅读次数:261
JTemplates + $.Ajax
只需要改列名即可 :<script type="text/template" id="foreach"> 里的循环 {$T.record.列名} <script src="~/Js/jquery-2.1.0.js"></script><script src="~/Js/md5.js"></scrip ...
分类:Web程序   时间:2017-08-17 20:08:29    阅读次数:153
src与href的区别
src 用于替换当前元素,href 用于在当前文档和引用资源之间确立联系。 src 是 source 的缩写,指向外部资源的位置,指向的内容将会嵌入到文档中当前标签所在位置;在请求 src 资源时会将其指向的资源下载并应用到文档内,例如 js 脚本,img 图片和 frame 等元素。 <scrip ...
分类:Web程序   时间:2017-08-14 19:04:20    阅读次数:179
React componentWillUpdate
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <script src="js/react.js"></script> <script src="js/react-dom.js"></scrip ...
分类:其他好文   时间:2017-08-09 13:04:06    阅读次数:120
React componentDidMount
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <script src="js/react.js"></script> <script src="js/react-dom.js"></scrip ...
分类:其他好文   时间:2017-08-09 12:46:09    阅读次数:92
附件预览功能
由于公司的EMP影像平台比较繁琐,还需要下载才能够能够进行图片的预览,于是业务人员提出在附件列表页面增加预览页面。今天将完成的过程记录下来:一种是js版本的,另一种是jquery版本,在这里使用的是js版本的。jquery版本只是引入方式略有不同。1.引入插件(已上传)<SCRIP..
分类:其他好文   时间:2017-08-03 20:09:30    阅读次数:99
传纸条(scrip)
传纸条(scrip) 题目背景 Awson是某国际学校信竞组的一只菜鸡。每次竞赛考试都只能垫底。终于有一天,他决定不再苟活,发挥他的人脉优势,准备在一次竞赛考试时传纸条作弊。 题目描述 他预先知道了考试时机房人数N(1<=N<=10000),自己编号为1,并且由于他十分地交际,所以能够确保所有人能为 ...
分类:其他好文   时间:2017-07-29 23:21:22    阅读次数:388
nginx配置php环境,并测试PHP是否可以连接mysql
nginx配置文件:server{ listen80; root/var/www/html; server_namelocalhost; charsetutf-8; indexindex.htmlindex.htmindex.php; location~.*.(php|php5)?${ fastcgi_pass127.0.0.1:9000; fastcgi_indexindex.php; fastcgi_paramSCRIPT_FILENAME$document_root$fastcgi_scrip..
分类:数据库   时间:2017-07-12 23:06:39    阅读次数:290
获取下拉列表的值
<html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>获取下拉列表的值</title> <scrip ...
分类:其他好文   时间:2017-07-08 17:51:15    阅读次数:184
Jquery 图片延迟加载技术
参考网址:http://code.ciaoca.com/jquery/lazyload/ 延迟加载能大大增加你网站的加载速度! 需要引入以下文件<Jq文件也是少不了的>: <script src="~/Content/demo/jquery.lazyload.js"></script> <scrip ...
分类:Web程序   时间:2017-06-21 18:22:14    阅读次数:231
210条   上一页 1 ... 9 10 11 12 13 ... 21 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!