HTML5仿微信公众号界面
jQuery连接: https://pan.baidu.com/s/1Qj948NPMDmcqzcMyKm8nMw 密码:vewr
图片连接: https://pan.baidu.com/s/1Fhaw77EtQxC2Zgc6lY6y7g 密码:jyd1
HTML代码:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<title></title>
<!--<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">-->
<!-- 自定义样式 -->
<link rel="stylesheet" href="assets/css/wx-custom.css"> <!--[if lt IE 9]>
<script src="https://cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
*{
margin:0;
padding:0;
} .mmp > ul {
display:none;
}
#ifram {
border: none;
display: block;
outline: medium;
/*background-color: white;*/
/*border: 1px solid red;
height: 100%;*/
width: 100%;
border: none;
height: 100%;
/*border: 1px solid black;*/
} ::-webkit-scrollbar {
display: none;
}
.custom-menu-view__menu {
border:none;
}
.subbutton__actived {
border:none;
}
.weixin-msg-list table {
width:99%;
padding:0 2px;
text-align:center;
} .weixin-msg-list table tr td {
border:1px solid #ddd; font-size:12px;
}
.weixin-msg-list table tr td a {
font-size:12px;
}
.bb1 {
background: -webkit-gradient(linear, 0 0, 0 100%, from(#6BBCF1), to(lightblue));
background: -webkit-linear-gradient(#6BBCF1, lightblue);
background: -moz-linear-gradient(#6BBCF1, lightblue);
background: -o-linear-gradient(#6BBCF1, lightblue);
background: linear-gradient(#6BBCF1, lightblue);
font-weight: bold;
color: #564b4b;
border: 1px solid white;
width:48%;
}
.bb2 {
background: -webkit-gradient(linear, 0 0, 0 100%, from(#6BBCF1), to(lightblue));
background: -webkit-linear-gradient(#6BBCF1, lightblue);
background: -moz-linear-gradient(#6BBCF1, lightblue);
background: -o-linear-gradient(#6BBCF1, lightblue);
background: linear-gradient(#6BBCF1, lightblue);
font-weight: bold;
color: #564b4b;
border: 1px solid white;
width:25%;
}
.bb3 {
background: -webkit-gradient(linear, 0 0, 0 100%, from(#6BBCF1), to(lightblue));
background: -webkit-linear-gradient(#6BBCF1, lightblue);
background: -moz-linear-gradient(#6BBCF1, lightblue);
background: -o-linear-gradient(#6BBCF1, lightblue);
background: linear-gradient(#6BBCF1, lightblue);
font-weight: bold;
color: #564b4b;
border: 1px solid white;
width:20%;
}
.cc {
background: -webkit-gradient(linear, 0 0, 0 100%, from(#6BBCF1), to(lightblue));
background: -webkit-linear-gradient(#6BBCF1, lightblue);
background: -moz-linear-gradient(#6BBCF1, lightblue);
background: -o-linear-gradient(#6BBCF1, lightblue);
background: linear-gradient(#6BBCF1, lightblue);
font-weight: bold;
color: #564b4b;
border: 1px solid white;
}
.aa {
display: inline-block;
*display: inline;
*zoom: 1;
width: 160px;
height: 20px;
line-height: 20px;
font-size: 15px;
overflow: hidden;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
#bg {
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index: 1001;
-moz-opacity: 0.7;
opacity: .70;
filter: alpha(opacity=70);
} #show {
display: none;
position: absolute;
top: 20%;
left: 6.5%;
width:80%;
height: 47%;
padding: 8px;
border: 8px solid #ddd;
background-color: white;
z-index: 1002;
overflow: auto;
}
</style>
</head>
<body>
<div class="custom-menu-view-con">
<div class="custom-menu-view">
<div class="custom-menu-view__title">公众号名称</div>
<div class="custom-menu-view__body">
<div class="weixin-msg-list"> 我是第一页<br />
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th class="cc" >序号</th>
<th class="bb1">标题</th>
<th class="bb2">添加时间</th>
<th class="bb3">操作</th>
</tr>
<tr>
<td>1</td>
<td><a href="#" title="通过高转项目认定通过高转项目认定通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定通过</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo('通过高转项目认定通过', '2018-05-04', '1200.45')">编辑</a> | <a href="#" style="text-decoration: none;" onclick=" delInfo(4)">删除</a></td>
</tr> <tr>
<td>2</td>
<td><a href="#" title="通过高转项目认定通过高转项目认定通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定通过高转项目认定通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>3</td>
<td><a href="#" title="通过高转项目认定通过高转项目认定通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定通过高转项目认定通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>4</td>
<td><a href="#" title="通过高转项目认定通过高转项目认定通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>5</td>
<td><a href="#" title="通过高转项目认定通过高转项目认定通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>6</td>
<td><a href="#" title="通过高转项目认定通过高转项目认定通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>7</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>8</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>9</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>10</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr> <tr>
<td>11</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr> <tr>
<td>12</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>13</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>14</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>15</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>16</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>17</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>18</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>19</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>20</td>
<td><a href="#" title="通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>21</td>
<td><a href="#" title="通过高转项目认定通过高转项目认定通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定通过</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo('通过高转项目认定通过', '2018-05-04', '1200.45')">编辑</a> | <a href="#" style="text-decoration: none;" onclick=" delInfo(4)">删除</a></td>
</tr> <tr>
<td>22</td>
<td><a href="#" title="通过高转项目认定通过高转项目认定通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定通过高转项目认定通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>23</td>
<td><a href="#" title="通过高转项目认定通过高转项目认定通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定通过高转项目认定通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>24</td>
<td><a href="#" title="通过高转项目认定通过高转项目认定通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>25</td>
<td><a href="#" title="通过高转项目认定通过高转项目认定通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr>
<tr>
<td>26</td>
<td><a href="#" title="通过高转项目认定通过高转项目认定通过高转项目认定" class="aa" onclick="openChild('1','/web_newszw/20180504094531052.html')">通过高转项目认定</a></td>
<td>2018-05-04</td>
<td><a href="#" style="text-decoration: none;" onclick="editInfo(4)">编辑</a> | <a href="#" style="text-decoration: none;" onclick="delInfo(4)">删除</a></td>
</tr> </tbody>
</table> </div>
</div>
<div id="menuMain" class="custom-menu-view__footer">
<div class="custom-menu-view__footer__left" onclick="changeinput();"></div>
<div class="custom-menu-view__footer__right">
<div class="custom-menu-view__menu mmp1" alt="1" style="width:100%;display:none; ">
<input type="text" style="width:99%;height:47px;float:left;font-size:26px;" />
<input type="hidden" value="0" id="hinput" />
</div> <div class="custom-menu-view__menu subbutton__actived mmp" alt="0" style="width: 32.5%;background:#ddd;">
<div class="text-ellipsis">今日歌曲</div>
<ul class="custom-menu-view__menu__sub" id="ul1">
<li class="custom-menu-view__menu__sub__add" id="sub_0_0">
<div class="text-ellipsis" ">
<a href="txt2.html">新建子菜单</a>
</div>
</li>
<li class="custom-menu-view__menu__sub__add" id="sub_0_1">
<div class="text-ellipsis" onclick="changediv(1);"><a href="#">新建子菜单</a></div>
</li>
</ul>
</div>
<div class="custom-menu-view__menu mmp" alt="1" style="width: 32.5%;">
<div class="text-ellipsis" >百度一下</div>
<ul class="custom-menu-view__menu__sub" id="ul2">
<li class="custom-menu-view__menu__sub__add" id="sub_1_0">
<div class="text-ellipsis" onclick="changediv(2);"><a href="#">新建子菜单</a></div>
</li>
<li class="custom-menu-view__menu__sub__add" id="sub_1_1">
<div class="text-ellipsis" onclick="changediv(2);"><a href="#">新建子菜单</a></div>
</li>
</ul>
</div>
<div class="custom-menu-view__menu mmp" alt="2" style="width: 32.5%;">
<div class="text-ellipsis" >菜单</div>
<ul class="custom-menu-view__menu__sub" id="ul3">
<li class="custom-menu-view__menu__sub__add" id="sub_2_0">
<div class="text-ellipsis" onclick="changediv(3);"><a href="#">新建子菜单</a></div>
</li>
<li class="custom-menu-view__menu__sub__add" id="sub_2_1">
<div class="text-ellipsis" onclick="changediv(3);"><a href="#">新建子菜单</a></div>
</li>
<li class="custom-menu-view__menu__sub__add" id="sub_2_2">
<div class="text-ellipsis" onclick="changediv(3);"><a href="#">新建子菜单</a></div>
</li> </ul>
</div>
</div>
</div>
</div>
</div> <div id="bg"></div>
<div id="show">
<div>
<img src="assets/images/quxiao.png" style="width:35px;height:35px;float:right;" onclick="hidediv()" />
</div> <br />
<fieldset id="" style="border: 1px solid skyblue;height: 200px;margin-top: 20px;">
<legend style="margin-left: 10px;">详细信息</legend> <div class="inputRow" style="width: 100%; padding-top: 5px;height: 30px;">
标题: <span id="spname"></span>
</div> <div class="inputRow" style="width: 100%; padding-top: 5px;height: 30px;">
时间: <span id="sptime"></span>
</div> <div class="inputRow" style="width: 100%; padding-top: 5px;height: 30px;">
价格: <span id="spprice"></span>
</div>
<div class="inputRow" style="width: 100%;height: 30px;">
</div> <div class="inputRow" style="width: 100%;display:none;">
<div class="bot" style="margin-top:1rem; ">
<p style=""><button id="btnn" style=" width: 20%;height: 100%;background-color: #564b4b;color: white;border: none;outline: medium;border-radius: 20px;font-size: 20px; letter-spacing: 0.2rem;float: right;margin-right: 10px;" onclick="close()">关 闭</button></p>
</div>
</div>
</fieldset> </div> <script src="../js/jquery-1.7.2.js"></script>
<script>
function editInfo(name, time, price) {
$("#spname").text(name);
$("#sptime").text(time);
$("#spprice").text(price); document.getElementById("bg").style.display = "block";
document.getElementById("show").style.display = "block";
}
function hidediv() {
$("#spname").text("");
$("#sptime").text("");
$("#spprice").text("");
document.getElementById("bg").style.display = 'none';
document.getElementById("show").style.display = 'none';
}
function changeinput() {
var hid = $("#hinput").val();
if (hid=="0") {
$("#hinput").val("1");
}
else {
$("#hinput").val("0");
}
if ($("#hinput").val()=="1") {
$(".mmp1").show();
}
else {
$(".mmp1").hide();
}
}
$(function () {
for (i = 0, j = 0; i < 10, j < 6; i++, j++) {
k = i + j;
console.log(k);
}
for (var i = 0; i <= 90; i += 30) {
console.log(i);
}
$("#ul1").hide();
$("#ul2").hide();
$("#ul3").hide(); $(".mmp").each(function (qq) {
$(this).click(function () {
//alert(qq)
$(".mmp >ul").hide();
$(".mmp >ul").eq(qq).show();
$(".mmp").css({ "border": "none", "background": "white", });
$(".mmp").eq(qq).css({ "border": "0px solid skyblue", "background": "#ddd", });
}); });
});
function changediv(id) {
if (id=="1") {
window.location.href = "txt1.html";
}
else if (id == "2") {
window.location.href = "txt2.html";
}
else if (id == "3") {
window.location.href = "txt3.html";
} }
// document.getElementById("ifram").src = newurl + lnglat + "&t" + Math.random();
</script> </body>
</html>
效果图 :
HTML5仿微信公众号界面的更多相关文章
- HTML5仿微信聊天界面、微信朋友圈实例
这几天使用H5开发了一个仿微信聊天前端界面,尤其微信底部编辑器那块处理的很好,使用HTML5来开发,虽说功能效果并没有微信那么全,但是也相当不错了,可以发送消息.表情,发送的消息自动回滚定位到底部,另 ...
- vue 仿写微信公众号自定义菜单
先看效果图 代码参考 <template> <div> <!-- 公众号设置 --> <el-col :span="24" style=& ...
- NodeJs 开发微信公众号(一)准备工作
前言 大概是一个月前,自己用业余时间做了一个微信公众号.微信开发,尤其是对后台不熟悉的人来说显得尤其困难.首先要克服的是后台语言(nodejs)的一些不熟悉困难,其次,也是最大的一点困难是在跟微信交互 ...
- 使用NW.js封装微信公众号菜单编辑器为桌面应用
开发微信公众号的朋友都会遇到一个常见的需求就是修改自定义菜单,如果每个人都去开发这个不经常使用的功能确实有点浪费时间.前段时间在github上找到一个仿企业号的菜单编辑界面,结合微信的C# SDK开发 ...
- 快递Api接口 & 微信公众号开发流程
之前的文章,已经分析过快递Api接口可能被使用的需求及场景:今天呢,简单给大家介绍一下微信公众号中怎么来使用快递Api接口,来完成我们的需求和业务场景. 开发语言:Nodejs,其中用到了Neo4j图 ...
- NodeJs 开发微信公众号(五)真实环境部署
在测试环境下开发完成代表着你离正式上线的目标不远了.接下来本章就主要谈一谈把测试环境的公众号升级为正式的公众号. 服务器和域名 目前为止我们只是在自己的电脑上完成了测试环境.真实的线上环境当然需要自己 ...
- NodeJs 开发微信公众号(四)微信网页授权
微信的网页授权指的是在微信公众号中访问第三方网页时获取用户地理.个人等信息的权限.对于开发了自己的网页app应用时,获取个人的信息非常重要.上篇博客讲到了注册时可以获取用户的信息,很多人会问为什么还需 ...
- 用java开发微信公众号:公众号接入和access_token管理(二)
本文为原创,原始地址为http://www.cnblogs.com/fengzheng/p/5027630.html 上一篇说了微信开发的准备工作,准备工作完成之后,就要开始步入正题了.其实微信公众号 ...
- NodeJs 开发微信公众号(二)测试环境部署
由于卤煮本人是做前端开发的,所以在做公众号过程中基本上没有遇到前端问题,在这方面花的时间是最少的.加上用了mui框架(纯css界面)和自己积累的代码,很快地开发出了界面来.接着是后台开发.卤煮选的是n ...
随机推荐
- qhfl-1 跨域
CORS跨域请求 CORS即Cross Origin Resource Sharing 跨域资源共享,那么跨域请求还分为两种,一种叫简单请求,一种是复杂请求 简单请求 HTTP方法是下列方法之一 HE ...
- Unity3D连接本地或局域网MySQL数据库
准备工作: 1.打开 Unity3D 安装目录,到这个路径下 Editor > Data > Mono > lib > mono > 2.0 拷贝出下图的五个动态链接库, ...
- dom4j 创建一个带命名空间的pom.xml 文件
http://xml.apache.org/xalan-j/index.html 需要的jar包 <dependencies> <dependency> <groupId ...
- 从MATLAB到FPGA 视频和图像处理——讲座学习小结(视频地址https://ww2.mathworks.cn/videos/from-matlab-to-fpga-video-and-image-processing-102492.html)
1.HDLcoder产品介绍 图像处理分为两个部分: 这里主要讨论第一部分图像处理部分. 一般产品设计流程如下: 适用人群有以下两类: 这里先用一张slider来进行整体概括: 基于模型的设计的好处— ...
- Docker集群管理工具 - Kubernetes 部署记录 (运维小结)
一. Kubernetes 介绍 Kubernetes是一个全新的基于容器技术的分布式架构领先方案, 它是Google在2014年6月开源的一个容器集群管理系统,使用Go语言开发,Kubernete ...
- create-react-app创建的项目npm run build之后静态文件找不到
create-react-app创建的项目npm run build之后,运行build中的index.html,什么都没显示,打开浏览器的F12,发现了几个红色的报错,提示几个文件找不到. 查看生成 ...
- Elastic-search在linux上的安装
今天是我装第四次 ES ,之前装好用了一段时间,后面莫名其妙爆炸了,炸出一堆异常... 安装环境: JDK1.8 centos ElasticSearch-6.2.4 jdk1.8以上,所以 ...
- Java匹马行天下——开篇
个人感言: 匹马行天下是我高中时候看过一部叫<九鼎记>的小说中的其中一个大章节标题,在整个这一章中,讲的是是主人公滕青山历经艰险,又心如磐石,一心修行,最后巅峰归来的故事.现在回想,依旧心 ...
- Ubuntu 16.04 python和OpenCV安装
Ubuntu 16.04 python和OpenCV安装:最进在做深度学习和计算机视觉的有关内容,因此要在python中用到opencv.我的电脑装的是Ubuntu 16.04,python 2.7和 ...
- Python3学习笔记 - day1
前言 本文不是一篇系统的从零开始学习Python的教程,如果你需要从零开始学习Python,廖雪峰的官方网站中Python教程这部分将是比较好的一种选择,如果你英语比较好,也可以在国外的一些网站上找到 ...