lichengxin 的文章
-
-
安装jenkins网页访问加载慢Please wait while Jenkins is getting ready to work …
1.问题如下 2.解决方法 修改hudson.model.UpdateCenter.xml文件,修改后如下: 将url地址更换为https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/upd…… -
递归方法解决二分查找
**import java.util.*; public class Solution { /** * 代码中的类名、方法名、参数名已经指定,请勿修改,直接返回方法规定的值即可 * * 如果目标值存在返回…… -
js 通用表单提交1-onsubmit
在进行表单提交的时候,如果直接点击表单的submit按钮则会提交表单,但是这种方法在需要验证的时候则会不适用。 因此一般会在form的声明中声明onsubmit的方法…… -
CSS特有样式
去掉input的轮廓outline: none;去掉ul或者ol的标签list-style: none;自定义ul或者ol的标签list-style: "*";自定义ul或者ol标签为图片list-style-image: url();…… -
Linux Debian安装或管理多个Python版本
在Debian安装或管理多个Python版本 2021-05-13 19:04:55 +08 字数:4772 标签: Linux Python Ubuntu 20.04的Python默认版本是3.8,符合正常使用要求。 而Ub…… -
i511260h和i712700h差距大不大
i7-12700H采用6大核8小核设计,拥有14核心20线程,主频为2.7GHz,睿频为4.6GHz,三级缓存高达24MB 选i7-12700还是 i511260h这些点很重要 http://www.adiannao.…… -
LeetCode-215. Kth Largest Element in an Array [C++][Java]
LeetCode-215. Kth Largest Element in an Arrayhttps://leetcode.com/problems/kth-largest-element-in-an-array/ 题目描述 Given an integer array nums and…… -
数据库增删改查
--增加 --语法:insert into 表名 values(列值) insert into tb_stu(sname,ssex) values('绿茶妹妹','女') insert into tb_stu values('张三','男',38,'男……
友情链接

