SecureCRT+SecureFX下载win+mac(支持M1芯片),附有安装教程。
2022-07-21 17:00:59 156.87MB shell crt ssh
1
本节主要介绍了jquery、js调用iframe父窗口与子窗口元素的方法,需要的朋友可以参考下
2022-07-21 16:34:26 20KB iframe 父窗口 子窗口
1
ssh9.0p1-el6.tar.gz-rpm包
2022-07-21 16:00:40 1.87MB ssh openssh
1
ssh9.0p1-el7.tar.gz
2022-07-21 16:00:39 1.7MB openssh ssh
1
前端小项目 todoList 待做事项清单源码文件,使用 jquery + JavaScript + HTML +CSS 书写,讲解在文章主页
2022-07-21 14:04:37 298KB 源码软件 前端 jquery js
1
tabby是ubuntu上类似于xshell或者mobaxterm的ssh工具,在ubuntu18.04使用很好。可以记忆ssh密码下次就不用输入
2022-07-20 21:00:39 63.09MB ubuntu ssh
1
NULL 博文链接:https://xuwoool.iteye.com/blog/1114167
2022-07-20 17:32:57 79KB 源码 工具
1
纯js仿360桌面悬浮球,可拖拽,自动贴边,自动适应屏幕。
2022-07-20 10:18:52 6KB js特效 jQuery特效
1
git小乌龟安装之后参考如下文档 https://www.cnblogs.com/camg/p/14708382.html 配置秘钥,和git公用一个公钥
2022-07-19 21:03:45 23.12MB git
1
$(function () {     //全局的checkbox选中和未选中的样式     var $allCheckbox = $('input[type="checkbox"]'),     //全局的全部checkbox         $wholeChexbox = $('.whole_check'),         $cartBox = $('.cartBox'),                       //每个商铺盒子         $shopCheckbox = $('.shopChoice'),               //每个商铺的checkbox         $sonCheckBox = $('.son_check');                 //每个商铺下的商品的checkbox     $allCheckbox.click(function () {         if ($(this).is(':checked')) {             $(this).next('label').addClass('mark');         } else {             $(this).next('label').removeClass('mark')         }     }); 一款实用的电子商务网站购物车结算特效,jQuery仿淘宝商城购物车结算界面代码。可以删除商品,加减商品数量自动计算总额等。
1