using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Model;using System.Data.SqlClient ...
分类:
其他好文 时间:
2018-08-23 10:10:32
阅读次数:
182
配置前准备:关闭防火墙,配置好hosts,ssh免密登录 1.选定同步的标准,我是以hadoop002(设置为当前时间)作为同步标准,hadoop003(时间是2018年3月21,使用date -s进行设置)与hadoop004(2018年3月21)与之保持同步 在hadoop002上查看是否安装n ...
分类:
系统相关 时间:
2018-08-21 22:41:03
阅读次数:
271
1.自定义时间过滤器 <body> <div id="box"> {{a | date}} </div> <script> Vue.filter('date',function(input){ var oDate=new Date(input); return oDate.getFullYear() ...
分类:
其他好文 时间:
2018-08-17 11:14:26
阅读次数:
111
八皇后问题: 在8x8格的国际象棋上摆放八个皇后,使其不能够相互攻击,即任意两个皇后都不能处于同一行,同一列或者同一条斜线上。 问有多少种摆法? C语言代码: 输出结果如下: ...
分类:
其他好文 时间:
2018-08-16 00:44:19
阅读次数:
142
微信小程序bug记录 textarea 1. textarea在模拟器上没有padding,可是在真机上会自带padding,而且在外部改不了,并且在安卓和IOS上padding还不一样 第一张图是在开发工具上的,第二张图是在IOS真机上的。从上图可以看出来,在开发工具上显示很正常,而且没有padd ...
分类:
微信 时间:
2018-08-15 13:30:04
阅读次数:
299
$("#"+id_rand+" .shijian-input").each(function () { $(this).datetimepicker({ lang:"ch", //语言选择中文 注:旧版本 新版方法:$.datetimepicker.setLocale('ch'); format: ...
分类:
其他好文 时间:
2018-08-15 12:35:05
阅读次数:
125
git用法和相关推荐资料 用法 推荐资料 [1] https://git scm.com/book/zh/v2/ git很全面的介绍 [2] http://marklodato.github.io/visual git guide/index zh cn.html 图解git,包含基本用法 ...
分类:
其他好文 时间:
2018-08-12 23:35:01
阅读次数:
158