07 2018 档案
摘要://引用加密库 document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); // JavaScript Document DelCookie("only_use_webrc");// 清除只使用WEB资源标记 DelCookie("webonly");//...
阅读全文
posted @ 2018-07-21 19:00
爱吃醋的工程师
摘要:我使用的是minimal模式安装的,默认是无法联网的,需要自己配置,下面我列举2种联网的配置方法 方法1: 默认使用的是NAT模式,修改/etc/sysconfig/network-scripts/ifcfg-eth0 方法2: 桥接模式下指定固定IP 修改完之后冲洗network测试下网络即可:
阅读全文
posted @ 2018-07-17 21:04
爱吃醋的工程师
摘要:git reset --soft HEAD^ 回退commit git commit --amend 修改commit
阅读全文
posted @ 2018-07-09 09:46
爱吃醋的工程师
摘要:npm install chromedriver --chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedriver
阅读全文
posted @ 2018-07-06 00:54
爱吃醋的工程师
摘要:import React,{Component} from 'react'; import { Select } from 'antd'; const Option = Select.Option; const provinceData = ['Zhejiang', 'Jiangsu']; const cityData = { Zhejiang: ['h20','h21','h22'],...
阅读全文
posted @ 2018-07-02 08:35
爱吃醋的工程师

浙公网安备 33010602011771号