码迷,mamicode.com
首页 >  
搜索关键字:iat    ( 1225个结果
异步时间格式转换插件
第一种解决方法:利用插件 创建一个静态js网页 然后名字命名为:moment.js 把下面的代码拷贝进去 。 使用:把这个js导进去: <script type="text/javascript" src="${pageContext.request.contextPath}/static/js/m ...
分类:其他好文   时间:2019-11-28 19:25:48    阅读次数:101
Math 185 Final Project
Math 185 Final Project (Due December 8)Problem 1The baseball dataset consists of the statistics of 263 players in Major LeagueBaseball in the season 1 ...
分类:其他好文   时间:2019-11-27 19:01:50    阅读次数:96
GitLab and SSH keys(add new key)
Generating a new SSH key pair To generate a new SSH key pair, use the following command:Git Bash on Windows / GNU/Linux / macOS: The next step is to c ...
分类:其他好文   时间:2019-11-26 13:18:23    阅读次数:72
tcp包头的、udp包头、arp
IP包头分析 Version:4 #互联网协议IPv4 Header length: 20 bytes #IP包头部长度20字节 Differentiated Services Field: 0x00(DSCP CS0,ECN:0x00: Not-ECT) #差分服务字段 Total Length: ...
分类:其他好文   时间:2019-11-24 17:27:37    阅读次数:62
Oracle12c修改字符集
管理员用户登录sqlplus, 依次执行以下命令: shutdown immediate; startup mount; ALTER SYSTEM ENABLE RESTRICTED SESSION; ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0; ALTER SYS ...
分类:数据库   时间:2019-11-23 22:19:49    阅读次数:134
总结windows cmd 查看进程,端口,硬盘信息
1、查看window所有进程 tasklist 2、查看windows所占用的进程号 tasklist|findstr 1916 3、杀死进程,进程pid taskkill /f /pid 10156 4、查看window所占用的进程名称 tasklist|findstr "redis" 5、查看w ...
分类:Windows程序   时间:2019-11-22 13:54:52    阅读次数:95
JVM——垃圾回收
目录: 如何判断垃圾是否回收? 引用计数法 可达性分析算法 四种引用 引用队列 垃圾回收算法 标记清除算法 复制算法 标记整理算法 分代垃圾回收 新生代 老年代 Minor GC 和 Full GC的区别 总结 垃圾回收器 原理 串行回收器 吞吐量优先 获取最短停顿时间优先(CMS) G1 垃圾回收 ...
分类:其他好文   时间:2019-11-21 10:18:50    阅读次数:133
跨域问题解决
has been blocked by CORS policy: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's ...
分类:其他好文   时间:2019-11-20 16:53:48    阅读次数:70
MongoDB for OPS 03:分片 shard 集群
写在前面的话 上一节的复制集也就是主从能够解决我们高可用和数据安全性问题,但是无法解决我们的性能瓶颈问题。所以针对性能瓶颈,我们需要采用分布式架构,也就是分片集群,sharding cluster! 架构说明 架构规划: 我们这里准备了 4 台虚拟机:192.168.200.101-104 在分片集 ...
分类:数据库   时间:2019-11-20 13:02:52    阅读次数:82
Mybatis关联
mybatis关联 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper ...
分类:其他好文   时间:2019-11-19 12:11:35    阅读次数:60
1225条   上一页 1 ... 19 20 21 22 23 ... 123 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!