Skip to content

fanspaceshow/fanspaceshow.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

帮你解决选择困难

网址导航

IBM笔记

Ebook

学习经验

 Java

javadoc - The Java API Documentation Generator

https://blog.csdn.net/qianpeng4/article/details/76474831 https://blog.csdn.net/s978697043/article/details/82429802 https://blog.csdn.net/feinifi/article/details/79838827 https://blog.csdn.net/ffghggf/article/details/83788080 https://blog.csdn.net/cocoasprite/article/details/40209067 https://blog.csdn.net/qq_36671568/article/details/86715353 https://blog.csdn.net/lyfls/article/details/78793128 https://blog.csdn.net/u014265135/article/details/83413266 https://blog.csdn.net/ecnu18918079120/article/details/78368768 https://blog.csdn.net/qq_17783559/article/details/78988082 https://www.jianshu.com/p/68c64845f87f

 JavaScript

 jQuery

 Android

 Python

 PHP

 Ruby-Jekyll

 CSS

 elFinder

 Ubuntu

 CentOS

 VPS

 数据库

 正则表达式

MiniDao

技术贴

<script type="text/javascript" src="script/jquery-3.3.1.min.js"></script> <script type="text/javascript"> $(function(){ var pdfArr = $("a.pdf-name"); var urlStart = "generic/web/viewer.html?file="; pdfArr.each(function(index,element){ var aLabel = $(this); aLabel.click(function(){ var url = urlStart+aLabel.attr("data-code"); //window.location.href = "http://www.baidu.com"; window.open(url); }); }); }); </script>