11-14 758 views
阅读全文 0
Microsoft Compatibility Telemetry
win10 磁盘占用高--- 禁用用户改善反馈服务 CompatTelRunner.exe,路径见下图:
管理---系统工具---任务计划---Microsoft – Windows – Application Experience--把右边的APPraiser禁用掉即可(右击---禁用)。
https://jingyan.b...
11-14 842 views
Microsoft Compatibility Telemetry
win10 磁盘占用高--- 禁用用户改善反馈服务 CompatTelRunner.exe,路径见下图:
管理---系统工具---任务计划---Microsof...
下面我来谈一下个人对这些图片加载库的理解,如有错误,还望指教。
Universal Image Loader:一个强大的图片加载库,包含各种各样的配置,最老牌,使用也最广泛。
Picasso: Square出品,必属精品。和OkHttp搭配起来更配呦!
Volley ImageLoader:Google官方出品,可...
11-09 876 views
阅读全文 0
download BerkeleyDB
../dist/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix="$HOME/bdb" --enable-cxx --enable-static --disable-shared
11-07 905 views
download BerkeleyDB
../dist/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix="$HOME/bdb" --enable-cxx --enable-static --di...
开源许可证GPL、BSD、MIT、Mozilla、Apache和LGPL的区别
首先借用有心人士的一张相当直观清晰的图来划分各种协议:开源许可证GPL、BSD、MIT、Mozilla、Apache和LGPL的区别
以下是上述协议的简单介绍:
BSD开源协议
BSD开源协议是一个给于使用者很大自由的协议。基...
11-05 712 views
开源许可证GPL、BSD、MIT、Mozilla、Apache和LGPL的区别
首先借用有心人士的一张相当直观清晰的图来划分各种协议:开源许可证GPL、BSD、MIT、Mozilla、Apach...
临时设置Windows下代理
在控制台执行如下命令,后面的的代理值根据你具体的代理进行设置
set http_proxy=http://127.0.0.1:1080
set https_proxy=https://127.0.0.1:1080
set http_proxy=http://127.0.0.1:1080/pac?t=201603231602138322
set https_proxy=https://1...
11-05 903 views
临时设置Windows下代理
在控制台执行如下命令,后面的的代理值根据你具体的代理进行设置
set http_proxy=http://127.0.0.1:1080
set https_proxy=https://12...
Step 1: Download the code
tar -xzf kafka_2.11-1.0.0.tgz
cd kafka_2.11-1.0.0
Step 2: Start the server
bin/zookeeper-server-start.sh config/zookeeper.properties
bin/kafka-server-start.sh config/server.properties
Exception
vim config/server.proper...
11-03 1,115 views
Step 1: Download the code
tar -xzf kafka_2.11-1.0.0.tgz
cd kafka_2.11-1.0.0
Step 2: Start the server
bin/zookeeper-server-start.sh config/zookeepe...