这种情况应该是浏览器设置了代理导致。 1、打开IE,点击“工具”点击“Internet选项”。 2、点击“连接”选项卡,点击“局域网设置”。 3、将“使用自动配置脚本”的勾选取消,点击“确定”按钮,重新打开IE解决。 ...
分类:
其他好文 时间:
2017-02-26 23:46:17
阅读次数:
184
Consolidate data by using multiple page fields https://support.office.com/en-us/article/Consolidate-multiple-worksheets-into-one-PivotTable-report-3AE ...
分类:
其他好文 时间:
2017-02-26 23:35:48
阅读次数:
229
0x1.手机设备环境
Model number: Nexus 5
OS Version: Android 4.4.4 KTU84P
Kernel Version: 3.4.0-gd59db4e
...
分类:
移动开发 时间:
2017-02-26 21:10:42
阅读次数:
632
https://leetcode.com/problems/burst-balloons/?tab=Description https://discuss.leetcode.com/topic/30746/share-some-analysis-and-explanations/2 它的方式,是采用 ...
分类:
其他好文 时间:
2017-02-26 21:06:49
阅读次数:
132
* 一种帮助做异步的框架. 类似于 AsyncTask. 但其灵活性和扩展性远远强于前者. * 主页: https://github.com/ReactiveX/RxJava * 中文资料: * https://github.com/lzyzsd/Awesome-RxJava * https://w ...
分类:
移动开发 时间:
2017-02-26 20:48:00
阅读次数:
298
git下载地址:https://github.com/git/gitgit环境变量配置:增加:GIT_HOME = C:\Git (文件夹为git软件的安装文件夹)Path添加: %GIT_HOME%\bin;(bin目录是解压后出现的文件夹,里面有git.exe) git命令大全:pwd 输出cl ...
分类:
其他好文 时间:
2017-02-26 20:44:23
阅读次数:
154
FFToast是一个非常强大的iOS message notifications和AlertView扩展。它可以很容易实现从屏幕顶部、屏幕底部和屏幕中间弹出一个通知。你可以很容易的自定义弹出的View.GitHub链接:https://github.com/imlifengfeng/FFToast ...
分类:
移动开发 时间:
2017-02-26 20:39:19
阅读次数:
286
一、下载 1.在官网上下载MySQL对应的版本:https://downloads.mysql.com/archives/community/ 2.下载完成解压到指定路径: 二、配置MySQL 在mysql-5.7.15-winx64目录下,复制my-default.ini命名为my.ini。 配置 ...
分类:
数据库 时间:
2017-02-26 19:32:06
阅读次数:
309
MySQL的安装比较常用,为方便以后查找,所以记录在此。 1.登录官网 https://dev.mysql.com/downloads/,下载社区版本; 2.双击程序安装,选择接受许可条款“I accept the license terms”; 3.选择想MySQL类型,一般选择“Server o ...
分类:
数据库 时间:
2017-02-26 19:03:55
阅读次数:
228