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 ...
随机推荐
- boost--日期处理
1.timer 不同于系统函数的timer()一般生成一个定时器,boost中的timer是一个计时器,以秒为单位,最小精度为毫秒,使用需要包含头文件"boost\timer.hpp&quo ...
- MySQL中Decimal类型和Float Double等区别
MySQL中存在float,double等非标准数据类型,也有decimal这种标准数据类型. 其区别在于,float,double等非标准类型,在DB中保存的是近似值,而Decimal则以字符串的形 ...
- docer compose学习
docker-compose 编排lnmp容器 https://gitee.com/lichenxin/docker-compose-mnpr version: '2' services: mysql ...
- AI for VS ,美团创新之处分析
微软在2017中发布了VS Tools for AI,旨在提升用户对于深度学习的需求体验.AI组件可以让我们迅速构建和训练深度学习的Project,其功能主要有开发,调试和部署深度学习和人工智能的解决 ...
- 卷积(转自wiki百科)
维基百科,自由的百科全书 图示两个方形脉冲波的卷积.其中函数 "g" 首先对 反射,接着平移 "t" ,成为 .那么重叠部份的面积就相当于 "t& ...
- shell 命令 zip unzip
工作当中,经常要用到zip压缩. zip 将文件夹打包: 如文件夹名 xxx zip -r xxx.zip xxx unzip unzip -o xxx.zip -o 覆盖原有的文件夹 查询更多参数: ...
- iOS安装包瘦身的那些事儿
在我们提交安装包到App Store的时候,如果安装包过大,有可能会收到类似如下内容的一封邮件: 收到这封邮件的时候,意味着安装包在App Store上下载的时候,有的设备下载的安装包大小会超过100 ...
- WPF 依赖属性&附加属性
依赖属性 暂无 附加属性 1.在没有控件源码的前提下增加控件的属性 2.多个控件需要用到同一种属性 使用附加属性可以减少代码量,不必为每一个控件都增加依赖属性 3.属性不确定是否需要使用 在某些上下文 ...
- 【转】再有人问你Http协议是什么,把这篇文章发给他
一.HTTP简介 1.HTTP协议,即超文本传输协议(Hypertext transfer protocol).是一种详细规定了浏览器和万维网(WWW = World Wide Web)服务器之间互相 ...
- jdk的安装和配置环境变量
一.下载 JDK是个免费的东东,所以大家不要去百度啥破解版了,直接去官网下载最新版本吧,比较安全,官网地址:http://www.oracle.com/technetwork/java/index.h ...