上一页 1 ··· 5 6 7 8 9
摘要: 1、git pull:拉取最新代码 一定要先拉取一下代码,看一下有没有最新的代码,如果有最新的代码,你没有拉取就提交代码,容易报冲突 2、git config --global user.email "you@example.com" git config --global user.name "Y 阅读全文
posted @ 2020-12-25 18:19 温柔本肉 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 我主要是使用的百度效率云,最好使用淘宝镜像,不然会很慢 1、建一个保存克隆下来的代码的文件夹,然后右键点击git bash here 2、点开效率云的项目,然后点击“克隆代码库” 3、复制第一个的话,什么都不用加,如果是复制第二个“代码库地址”就要在前面加一个 “ git clone ”,然后回车, 阅读全文
posted @ 2020-12-24 18:24 温柔本肉 阅读(2554) 评论(0) 推荐(0) 编辑
摘要: 1我这里做的一个效果就是点击一个按钮,可以出现一个弹窗和遮罩层,再点击遮罩层中间的X整个遮罩层和弹窗又可以消失掉的一个效果,这样的效果在很多网站都有运用到, 具体的自己运行代码看看吧 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" 阅读全文
posted @ 2020-12-24 17:53 温柔本肉 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-12-24 17:29 温柔本肉 阅读(352) 评论(0) 推荐(0) 编辑
摘要: Struts2配置: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/java 阅读全文
posted @ 2019-12-30 20:32 温柔本肉 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 代码演示如下:(写的不好的地方,请见谅) <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1 阅读全文
posted @ 2019-10-29 19:08 温柔本肉 阅读(22019) 评论(0) 推荐(0) 编辑
摘要: 代码和个人解析: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta h 阅读全文
posted @ 2019-10-25 23:46 温柔本肉 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 代码如下: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http 阅读全文
posted @ 2019-10-25 13:42 温柔本肉 阅读(2081) 评论(1) 推荐(0) 编辑
摘要: (用于新手的一点点JQuery,本人也在学习当中,写的不好的地方请见谅) 代码如下: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale 阅读全文
posted @ 2019-10-23 15:02 温柔本肉 阅读(324) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9