zoukankan
html css js c++ java
ubuntu 全局代理,特别适合虚拟机nat,公司代理上网,强烈推荐
建立/etc/apt/apt.conf文件
其中写入代理,格式如下:
Acquire::http::proxy "http://192.168.2.200:808/";
Acquire::ftp::proxy "ftp://192.168.2.200:808/";
Acquire::https::proxy "https://192.168.2.200:808/";
千万记住了,很好用o~
查看全文
相关阅读:
javasscript学习笔记 之 数组学习二 数组的所有方法
JavaScript学习笔记之 数组方法一 堆栈 和队列
JavaScript学习笔记:检测数组方法
_bzoj1500 [NOI2005]维修数列【真·Splay】
_bzoj1012 [JSOI2008]最大数maxnumber【Fenwick Tree】
_bzoj1010 [HNOI2008]玩具装箱toy【斜率优化dp】
_bzoj3224 Tyvj 1728 普通平衡树【Splay】
_bzoj2002 [Hnoi2010]Bounce 弹飞绵羊【分块】
_bzoj1001 [BeiJing2006]狼抓兔子【平面图】
_bzoj1036 [ZJOI2008]树的统计Count【树链剖分】
原文地址:https://www.cnblogs.com/foonsun/p/5781767.html
最新文章
[BZOJ4506] [Usaco2016 Jan]Fort Moo(DP?)
[POJ2151]Check the difficulty of problems(概率DP)
[BZOJ1419] Red is good(期望DP)
[BZOJ4776] [Usaco2017 Open]Modern Art(差分 + 思维?)
[BZOJ4989] [Usaco2017 Feb]Why Did the Cow Cross the Road(树状数组)
[BZOJ4994] [Usaco2017 Feb]Why Did the Cow Cross the Road III(树状数组)
[BZOJ4993||4990] [Usaco2017 Feb]Why Did the Cow Cross the Road II(DP + 线段树)
[BZOJ4992] [Usaco2017 Feb]Why Did the Cow Cross the Road(spfa)
[BZOJ4779] [Usaco2017 Open]Bovine Genomics(hash + 二分)
[BZOJ1663] [Usaco2006 Open]赶集(spfa最长路)
热门文章
php之mySql
php文件操作
php细节1可变变量及一些细节
原生 javascript 学习之 js变量
gulp 构建工具
How to center anything with css
git 常用命令
CSS 之 margin知识点
git 学习笔记一
理解JavaScript 的原型属性
Copyright © 2011-2022 走看看