码迷,mamicode.com
首页 >  
搜索关键字:mis    ( 2348个结果
获取文件信息
迄今为止我们的讨论围绕单一的文件输入输出。但是加速I/O性能还有另一方面--和得到文件特性有关。例如,考虑一个打印文件长度的小程序: import java.io.*; public class length1 { public static void main(String args[]) { i ...
分类:其他好文   时间:2018-08-07 01:28:33    阅读次数:155
java获取电脑部分信息
获取mac地址与cpu序列号 参考博客:https://www.jb51.net/article/94793.htm 另一篇参考地址没记录下来 ...
分类:编程语言   时间:2018-08-07 00:27:25    阅读次数:227
模态框
模态框:<div class="modal fade" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-head ...
分类:其他好文   时间:2018-08-06 22:41:05    阅读次数:218
Tcpdump 的详细用法
1、抓取回环网口的包:tcpdump -i lo 2、防止包截断:tcpdump -s0 3、以数字显示主机及端口:tcpdump -n 第一种是关于类型的关键字,主要包括host,net,port, 例如 host 210.27.48.2,指明 210.27.48.2是一台主机,net 202.0 ...
分类:其他好文   时间:2018-08-06 15:17:55    阅读次数:142
封装vue-resource http请求
import Vue from "vue" import VueResource from "vue-resource" Vue.use(VueResource) export default{ getRequest(url, params,cb) { return new Promise((res... ...
分类:Web程序   时间:2018-08-05 22:31:06    阅读次数:868
VS2017 community创建模板错误 The document cannot be opened. It has been renamed, deleted or moved
当我使用我自己创建的模板生成工程,打开文件时,会出现“The document cannot be opened. It has been renamed, deleted or moved”错误提示。 好像这个bug只在community版本中。 这时我们需要手工去修改模板文件 Here's ho ...
分类:编程语言   时间:2018-08-05 18:07:27    阅读次数:329
POJ 1679 The Unique MST 【最小生成树/次小生成树】
The Unique MST Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 22668 Accepted: 8038 Description Given a connected undirected graph, tell if ...
分类:其他好文   时间:2018-08-05 00:36:30    阅读次数:193
eclipse导入web项目报错
主要是用svn Checkout一个web项目,然后导入eclipse中运行。正常情况应该是没什么问题的,但是有时候也会有点题。是看了别人的博客之后,确实解决了问题,就记录一下。因为很多坑,要自己掉过再爬起来,就会有一种莫名的情绪 一、项目有红色感叹号 把项目导入eclipse,项目会有红色感叹号, ...
分类:Web程序   时间:2018-08-04 18:43:47    阅读次数:215
ORA-16047: DGID mismatch between destination setting and standby
主库有报错如下: ORA-16047: DGID mismatch between destination setting and standby 原因:主库参数设置错误,检查下列参数:log_archive_configfal_clientfal_serverlog_archive_dest_1l ...
分类:数据库   时间:2018-08-02 16:10:10    阅读次数:157
django 应用模态框
在django 模板页面,如果想要进行点击弹出模态框,单独对模态框进行编辑,需要做一下操作1. 做一个<a> 标签链接 <a modal-title="模态框标题头" data-target="#add" data-toggle="modal" data-height="580" data-widt ...
分类:其他好文   时间:2018-08-01 18:17:40    阅读次数:1346
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!