1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <style type="text/css"> 6 *{ 7 margin: 0; 8 padding: 0; 9 } 10 nav ul{ 11 list-style: n ...
分类:
其他好文 时间:
2021-01-20 11:56:23
阅读次数:
0
"tabBar": { "color": "#999", "selectedColor": "#ff2d4a", "backgroundColor": "#fafafa", "list": [ { "pagePath": "pages/index/index", "text": "首页", ...
分类:
其他好文 时间:
2021-01-19 12:19:23
阅读次数:
0
题目描述 Given two sorted arrays nums1 and nums2 of size m and n respectively, return the median of the two sorted arrays. Follow up: The overall run time ...
分类:
其他好文 时间:
2021-01-19 12:12:17
阅读次数:
0
//app.js App({ // 1 应用第一次启动的就会触发的事件 onLaunch() { // 在应用第一次启动的时候 获取用户的个人信息 // console.log("onLaunch"); // aabbcc // js的方式来跳转 不能触发 onPageNotFound // wx. ...
分类:
其他好文 时间:
2021-01-19 12:07:08
阅读次数:
0
docker-compose down cd /root/harbor ./prepare ## 过期替换证书要重新执行prepare 否则只重启替换证书不生效 客户端仍然报证书过期 docker-compose up -d ...
分类:
其他好文 时间:
2021-01-19 11:55:36
阅读次数:
0
<!-- 导航组件 navigator 0 块级元素 默认会换行 可以直接加宽度和高度 1 url 要跳转的页面路径 绝对路径 相对路径 2 target 要跳转到当前的小程序 还是其他的小程序的页面 self 默认值 自己 小程序的页面 miniProgram 其他的小程序的页面 3 open-t ...
分类:
其他好文 时间:
2021-01-19 11:47:53
阅读次数:
0
ifconfig ens33:1 192.168.4.10 netmask 255.255.255.0 ifconfig ens33:1 up 修改配置文件,使配置在主机重启后自动生效 cd /etc/sysconfig/network-scripts/ cat ifcfg-ens33 > ifcf ...
分类:
系统相关 时间:
2021-01-18 11:34:17
阅读次数:
0
一、标题 在想要设置为标题的文字前面加#来表示 一个#是一级标题,二个#是二级标题,以此类推。支持六级标题。 注:标准语法一般在#后跟个空格再写文字,貌似简书不加空格也行。 示例: # 这是一级标题 ## 这是二级标题 ### 这是三级标题 #### 这是四级标题 ##### 这是五级标题 #### ...
分类:
其他好文 时间:
2021-01-18 11:07:00
阅读次数:
0
本系统使用Struts2+Spring+Hibernate架构,数据库使用MySQL,连接池使用c3p0。 模仿花礼网进行前端设计与开发,实现网站导航、商品分类展示,商品详情、商品检索、购物车等功能。使用EasyUI实现后台对商品分类、商品信息、用户信息、订单信息的管理,包括增删改查,文件上传等。 ...
分类:
其他好文 时间:
2021-01-14 10:32:54
阅读次数:
0
题目描述 Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that eac ...
分类:
其他好文 时间:
2021-01-13 11:07:09
阅读次数:
0