一.背景 情节1:做别的测试安装下载了软件,妈蛋结果下了百度各种捆绑软件,之后一一卸载,清洁。 情节2:做完上述动作重启电脑后,有线连接连不上,尴尬,然后下载驱动,升级之后ok了。 二.问题 打开vs,各种报错,报错信息如题。 三.解决办法 百度了好久,解决办法如下: 删除注册表某个节点即可。节点位 ...
#!/usr/bin/env python # -*- coding: utf-8 -*- # learn > # Release 3.0 # chengang882 @ 2016-12-21 # Completed implementation of a Unordered List ADT cl... ...
分类:
编程语言 时间:
2016-12-21 13:50:19
阅读次数:
187
TensorFlow [1] is an interface for expressing machine learning algorithms, and an implementation for executing such algorithms. TensorFlow的功能:1、提供接口表达 ...
分类:
其他好文 时间:
2016-12-20 18:01:06
阅读次数:
390
Backtracking + Trie: referred to https://discuss.leetcode.com/topic/63516/explained-my-java-solution-using-trie-126ms-16-16 A better approach is to ch ...
分类:
其他好文 时间:
2016-12-20 07:20:32
阅读次数:
321
库冲突导致的异常,由于多次引入SLF4j包导致。 It seems you have several implementation of SLF4J; you should exclude all the not necessary ones maven项目的解决方法: 通过mvn dependen ...
分类:
其他好文 时间:
2016-12-10 22:06:10
阅读次数:
167
效果图: 代码: #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; UILabe ...
分类:
移动开发 时间:
2016-12-02 01:23:27
阅读次数:
222
Random Selection Algorithm This is the implementation of Random Selection Algorithm as instructed in Algorithms: Design and Analysis, Part1, Coursera. ...
分类:
其他好文 时间:
2016-12-01 21:24:27
阅读次数:
162
Jemalloc 源于 Jason Evans 2006年在 BSDcan conference 发表的论文:《A Scalable Concurrent malloc Implementation for FreeBSD》。Jason 认为 phkmalloc(FreeBSD's previous ...
分类:
其他好文 时间:
2016-12-01 14:27:37
阅读次数:
1389
Cannot load implementation hint 'org.apache.maven.plugins.shade.resource.MainifestResourceTransformer' 解决办法: http://maven.apache.org/plugins/maven-sha ...
分类:
其他好文 时间:
2016-11-30 19:58:15
阅读次数:
546
A.Zeratu的军训游戏 Problems: 开灯问题,问无数次操作之后第n盏灯的状态 Analysis: cj:平方数有奇数个约数 Tags: Implementation B.Zeratud的完美区间 Problems: 对于一个[1, n]的排列中,询问区间[l, r]中数字是否连续 Ana ...
分类:
其他好文 时间:
2016-11-29 09:43:31
阅读次数:
208