网络和监控命令类似于这些: hostname, ping, ifconfig, iwconfig, netstat, nslookup, traceroute, finger, telnet, ethtool 用于查看 linux 服务器 ip 地址,管理服务器网络配置,通过 telnet 和 et ...
分类:
系统相关 时间:
2018-05-22 23:59:59
阅读次数:
375
1. 基础模型 A. Sequence to sequence model:机器翻译、语音识别。(1. Sutskever et. al., 2014. Sequence to sequence learning with neural networks. 2. Cho et. al., 2014. ...
分类:
其他好文 时间:
2018-05-20 15:23:39
阅读次数:
233
# new_xml = ET.Element("namelist") # # name = ET.SubElement(new_xml, "name", attrib={"enrolled": "yes"}) # age = ET.SubElement(name, "age", attrib={"c ...
分类:
其他好文 时间:
2018-05-13 23:41:00
阅读次数:
187
import xml.etree.ElementTree as ET tree = ET.parse("xml test") #open root = tree.getroot() #f.seek(0) #print(dir(root)) print(root) # # #遍历xml文档 for c... ...
分类:
其他好文 时间:
2018-05-12 19:20:16
阅读次数:
171
克隆完虚拟机之后Mac地址还保留着母机的配置,此时需要修改成新的Mac地址才能继续,网上一般都是这样的手动操作: 参考:http://blog.51cto.com/freedyong/1361907 1、修改/etc/udev/rules.d/70-persistent-net.rules,去掉et ...
分类:
系统相关 时间:
2018-05-12 16:46:43
阅读次数:
346
#xml是实现不同语言或程序之间交换的协议 # import xml.etree.ElementTree as ET # # tree=ET.parse("fee")#parse是解析fee。xml文件 # root=tree.getroot()#拿到根节点 # print(root.tag)#输出... ...
分类:
其他好文 时间:
2018-05-12 02:53:11
阅读次数:
143
1.登录阿里云,进管理控制台 - 域名与网站 - 域名 2.选择对应的域名 - ssl证书 - 单域名免费证书 3.填写www或者对应的子域名,确定 - 等待审核通过 4.进入进管理控制台 - 安全(云盾) - CA证书服务 - 下载对应证书 5.ssh连接远程服务器,进入nginx安装目录(/et ...
分类:
Web程序 时间:
2018-05-10 17:24:08
阅读次数:
239
学校标志 GUO Zhijun Département: CIMES Rapport de stage Université Pierre et Marie Curie CIMES, M2 Tuteur d’école: Monsieur Pascal Vincent Mail: vincentp@ ...
分类:
其他好文 时间:
2018-05-08 19:23:52
阅读次数:
172
//主界面MainActivity实现了OnClickListener接口public class MainActivity extends Activity implements OnClickListener { //成员里面的全局坏境变量 private EditText et_main_ms ...
分类:
移动开发 时间:
2018-05-03 15:25:12
阅读次数:
197
shell除了能作为解释程序出现,还是一种高级程序语言,有变量、关键字,还有各种控制语句。 命令历史 history显示历史命令清单,包括本身的history命令 history 50显示最近50行历史命令 /ect/passwd 用户账户信息 /etc/shadow 可选的加密后的密码文件 /et ...
分类:
系统相关 时间:
2018-05-02 22:09:06
阅读次数:
200