码迷,mamicode.com
首页 >  
搜索关键字:et    ( 845个结果
Ubuntu中使用WPS
ubunu系统下用WPS办公软件比较好,比较兼容MS office, ubuntu下WPS相关命令有:et,wps,wpp。 使用Ctrl+Alt+T打开命令端, "et"命令可以打开"WPS表格程序", "wps"命令可以打开"WPS文字程序", "wpp"命令可以打开"WPS演示程序"。 ...
分类:系统相关   时间:2017-01-30 16:20:05    阅读次数:280
UVa 10515 Powers Et Al.
方法:数论 注意last digit只与m的最后一位和m有关,同时,如果了解number theory 中的multiplicative order 的话,就会发现,1-9 mod 10 的order 不是1 就是4, 所以结果只与m的最后一位和n mod 4的结果有关。而n mod 4 的结果只与 ...
分类:其他好文   时间:2017-01-30 10:42:59    阅读次数:212
Centos/Linux下如何查看网关地址/Gateway地址
Centos/Linux下如何查看网关地址/Gateway地址?Linux下查看网关的命令还是很多的,不过如果IP是DHCP获取,那么有些命令是不适用的,当然也有通用的查询网关命令.1.ifconfig-a和cat/etc/resolv.conf(主要查看ip/netmask和dns)2.netstat-rn3.cat/etc/sysconfig/network4.cat/et..
分类:系统相关   时间:2017-01-19 20:16:49    阅读次数:234
xml的缩进
from xml.etree import ElementTree as ET from xml.dom import minidom def prettify(elem): """将节点转换成字符串,并添加缩进。 """ rough_string = ET.tostring(elem, 'utf-... ...
分类:其他好文   时间:2017-01-17 21:05:34    阅读次数:180
排序----demo----
排序1---冒泡法: 单向冒泡排序的基本原理就是:对于给定的n个数据,从第一个数据开始一次对相邻的两个数据进行比较,当前面的数据大于后面的数据时,交换位置,进行一轮比较和换位后,n个数据中最大的那个被排在最后,即第n位。然后对前面n-1个数据进行第二次比较,重复该过程。 package com.et... ...
分类:编程语言   时间:2017-01-17 13:59:48    阅读次数:196
Size differences of Arctic marine protists between two climate periods—using the paleoecological record to assess the importance of within-species trait variation
ecology and evolution ,个人觉得这个期刊点数虽不高,但属于主流期刊。 文献:Mousing, E. A. et al. Size differences of Arctic marine protists between two climate periods—using th ...
分类:其他好文   时间:2017-01-17 08:07:23    阅读次数:263
Framebuffer的配置及应用——先转载留着,以后一定要弄懂
http://blog.csdn.net/tju355/article/details/6881389 借助于framebuffer,我们能够在console下面作很多事情。首先下载framebuffer的配置工具fbset:# apt-get install fbset 下载完毕后,配置文件/et ...
分类:其他好文   时间:2016-12-29 13:40:10    阅读次数:2373
XML 详解
import urllib import requests from xml.etree import ElementTree as ET root = ET.XML(open('D:\E\semantic\\a.xml','r',encoding = 'utf-8').read()) print(... ...
分类:其他好文   时间:2016-12-28 19:57:37    阅读次数:178
【小错误】Device eth2 has different MAC address than expected, ignoring.
今天在搭建rac配置IP的时候报错显示如下: Device eth2 has different MAC address than expected, ignoring.[FAILED] 百度了下,问题解决。 问题原因: 配置文件里的MAC地址和真实的MAC不一样。 含有MAC信息的配置文件是/et ...
分类:系统相关   时间:2016-12-28 02:24:06    阅读次数:293
ArcGIS工具之ET GeoWizards、GeoTools、GeoTools
简介 ET GeoWizards是ET SpatialTechniques一套基于ArcGIS的工具集,从2002年开始,其设计的初衷: (1)让ArcView用户拥有ArcEditor甚至ArcInfo许可的功能,降低成本; (2)简化ArcGIS数据操作和空间分析流程,让非专业人员高效完成相关操... ...
分类:其他好文   时间:2016-12-17 02:53:55    阅读次数:263
845条   上一页 1 ... 41 42 43 44 45 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!