<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[wang1144的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/wang1144</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; wang1144]]></copyright><item><title><![CDATA[tensoflow-gpu安装]]></title><link>https://blog.csdn.net/wang1144/article/details/82736245</link><guid>https://blog.csdn.net/wang1144/article/details/82736245</guid><author>wang1144</author><pubDate>Mon, 17 Sep 2018 14:12:45 +0800</pubDate><description><![CDATA[https://www.cnblogs.com/fanfzj/p/8521728.html

 

tensoflow-gpu安装

对于python 3.5和3.6的童鞋们而言，安装tensorflow其实并不难，因为我们可以通过pip直接安装。

不过，第一要求你安装的python是64位的，如下图所示，注意划黄色线的部分。



python 位数确定

第二，通过pip安装的话，有一个缺点...]]></description><category></category></item><item><title><![CDATA[windows上安装tensorflow时报错，“DLL load failed: 找不到指定的模块”的解决方式]]></title><link>https://blog.csdn.net/wang1144/article/details/82735723</link><guid>https://blog.csdn.net/wang1144/article/details/82735723</guid><author>wang1144</author><pubDate>Mon, 17 Sep 2018 13:32:16 +0800</pubDate><description><![CDATA[https://www.cnblogs.com/native-hadoop/p/7724481.html

 

本文转自http://blog.csdn.net/pjl6523853/article/details/72836214

最近打算开始研究一下机器学习，今天在windows上装tensorflow花了点功夫，其实前面的步骤不难，只要依次装好python3.5，numpy，tensor...]]></description><category></category></item><item><title><![CDATA[源码安装gogs - 20180906]]></title><link>https://blog.csdn.net/wang1144/article/details/82458292</link><guid>https://blog.csdn.net/wang1144/article/details/82458292</guid><author>wang1144</author><pubDate>Thu, 06 Sep 2018 11:23:30 +0800</pubDate><description><![CDATA[官方地址 url: https://gogs.io/docs/installation/install_from_source.html 

源码安装

安装依赖

基本依赖

Go 语言：版本 &amp;gt;= 1.6
安装 Go 语言

如果您的系统已经安装要求版本的 Go 语言，可以跳过此小节。

下载

您可以通过以下方式安装 Go 语言到 /home/git/local/go 目录：


su...]]></description><category></category></item><item><title><![CDATA[centos下安装go]]></title><link>https://blog.csdn.net/wang1144/article/details/82388920</link><guid>https://blog.csdn.net/wang1144/article/details/82388920</guid><author>wang1144</author><pubDate>Tue, 04 Sep 2018 19:26:00 +0800</pubDate><description><![CDATA[https://blog.csdn.net/weiwenjuan0923/article/details/80016623

 

go.sh的具体内容

 

wget -c https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz

tar -C /usr/local/ -zxvf go1.8.3.linux-amd64....]]></description><category></category></item><item><title><![CDATA[react-native 开发常见问题]]></title><link>https://blog.csdn.net/wang1144/article/details/80580281</link><guid>https://blog.csdn.net/wang1144/article/details/80580281</guid><author>wang1144</author><pubDate>Tue, 05 Jun 2018 13:56:18 +0800</pubDate><description><![CDATA[这个问题在开发react native时出现特别多，归纳了一下，主要有以下几个解决方案：1. 可能打开了多个react-native run-ios，全部取消后重试2. 关闭已打开的packager command的terminet窗口再试3. 在手机中卸载掉app，再关掉模拟器，重新打开4. 删除ios/build或者android/build后，重新运行看看上面试完， 基本上都能解决了...]]></description><category></category></item><item><title><![CDATA[ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl back]]></title><link>https://blog.csdn.net/wang1144/article/details/80176307</link><guid>https://blog.csdn.net/wang1144/article/details/80176307</guid><author>wang1144</author><pubDate>Thu, 03 May 2018 10:34:08 +0800</pubDate><description><![CDATA[mac 上安装pycurl出错：


使用 Python 3.6.5版本
openssl version
LibreSSL 2.2.7

导入pycurl的时候会报错
In [1]: import pycurl
---------------------------------------------------------------------------
ImportErro]]></description><category></category></item><item><title><![CDATA[Install python3.6 & pip3.md]]></title><link>https://blog.csdn.net/wang1144/article/details/80166673</link><guid>https://blog.csdn.net/wang1144/article/details/80166673</guid><author>wang1144</author><pubDate>Wed, 02 May 2018 15:01:41 +0800</pubDate><description><![CDATA[https://gist.github.com/alyssaq/f60393545173379e0f3fInstall Python 3.6.x from https://www.python.org/downloads/ or via homebrewCheck that python3 has been installed by running it at the terminal:$ pyt...]]></description><category></category></item><item><title><![CDATA[cordova生成android的app项目目录后运行cordova build android出错]]></title><link>https://blog.csdn.net/wang1144/article/details/79852475</link><guid>https://blog.csdn.net/wang1144/article/details/79852475</guid><author>wang1144</author><pubDate>Sun, 08 Apr 2018 15:20:51 +0800</pubDate><description><![CDATA[cordova build android 出错:

Subproject Path: CordovaLib
Subproject Path: app
(node:10629) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: spawn EACCES


然]]></description><category></category></item><item><title><![CDATA[58到家MySQL军规升级版 - mysql禁忌]]></title><link>https://blog.csdn.net/wang1144/article/details/79813264</link><guid>https://blog.csdn.net/wang1144/article/details/79813264</guid><author>wang1144</author><pubDate>Wed, 04 Apr 2018 10:03:01 +0800</pubDate><description><![CDATA[https://mp.weixin.qq.com/s/YfCORbcCX1hymXBCrZbAZg






一、基础规范




表存储引擎必须使用InnoDB


 



表字符集默认使用utf8，必要时候使用utf8mb4


解读：

（1）通用，无乱码风险，汉字3字节，英文1字节

（2）utf8mb4是utf8的超集，有存储4字节]]></description><category></category></item><item><title><![CDATA[django官方文档——数据库访问优化]]></title><link>https://blog.csdn.net/wang1144/article/details/79729586</link><guid>https://blog.csdn.net/wang1144/article/details/79729586</guid><author>wang1144</author><pubDate>Wed, 28 Mar 2018 16:22:23 +0800</pubDate><description><![CDATA[数据库访问优化¶

Django 的数据库层提供了多种方法来帮助开发者尽可能的远离数据库底层。本文档收集了多种文档的链接，并增加了许多技巧。当你尝试优化数据库使用时，可以把本文作为一个大纲作为参考。



评估第一¶

作为通常的编程实践，这是不言而喻的。要知道到 你到底在做什么查询，这些查询的成本是多少 。你可能还需要使用象 django-debug-toolbar 之类的其他项]]></description><category></category></item><item><title><![CDATA[Install MongoDB Community Edition Manually on mac and linux]]></title><link>https://blog.csdn.net/wang1144/article/details/79349965</link><guid>https://blog.csdn.net/wang1144/article/details/79349965</guid><author>wang1144</author><pubDate>Thu, 22 Feb 2018 22:23:53 +0800</pubDate><description><![CDATA[Install MongoDB Community Edition ManuallyOnly install MongoDB Community Edition using this procedure if you cannot use homebrew.1Download the binary files for the desired release of MongoDB.Download ...]]></description><category></category></item><item><title><![CDATA[Installing Python 2.7 on Centos 6.5]]></title><link>https://blog.csdn.net/wang1144/article/details/79328426</link><guid>https://blog.csdn.net/wang1144/article/details/79328426</guid><author>wang1144</author><pubDate>Thu, 15 Feb 2018 15:36:10 +0800</pubDate><description><![CDATA[url: https://gist.github.com/dalegaspi/dec44117fa5e7597a559Centos 6.* comes with Python 2.6, but we can't just replace it with v2.7 because it's used by the OS internally (apparently) so you will need...]]></description><category></category></item><item><title><![CDATA[Sublime Text 3 快捷键精华版]]></title><link>https://blog.csdn.net/wang1144/article/details/79169787</link><guid>https://blog.csdn.net/wang1144/article/details/79169787</guid><author>wang1144</author><pubDate>Fri, 26 Jan 2018 10:51:05 +0800</pubDate><description><![CDATA[Sublime Text 3 快捷键精华版

http://www.jb51.net/softjc/180873.html









Ctrl+Shift+P：打开命令面板
Ctrl+P：搜索项目中的文件
Ctrl+G：跳转到第几行
Ctrl+W：关闭当前打开文件
Ctrl+Shift+W：关闭所有打开文件
Ctrl+Shift+V：粘贴并格式化
Ctr]]></description><category></category></item><item><title><![CDATA[nginx "403 Forbidden" 错误]]></title><link>https://blog.csdn.net/wang1144/article/details/79107072</link><guid>https://blog.csdn.net/wang1144/article/details/79107072</guid><author>wang1144</author><pubDate>Fri, 19 Jan 2018 15:14:06 +0800</pubDate><description><![CDATA[http://www.nginx.cn/511.html







nginx 的 403 Forbidden errors 表示你在请求一个资源文件但是nginx不允许你查看。
403 Forbidden 只是一个HTTP状态码，像404,200一样不是技术上的错误。
哪些场景需要返回403状态码的场景？

1.网站禁止特定的用户访问所有内容，例：网站屏蔽某个ip访问]]></description><category></category></item><item><title><![CDATA[Using Celery With Django for Background Task Processing]]></title><link>https://blog.csdn.net/wang1144/article/details/79054730</link><guid>https://blog.csdn.net/wang1144/article/details/79054730</guid><author>wang1144</author><pubDate>Sun, 14 Jan 2018 00:44:42 +0800</pubDate><description><![CDATA[original url: 
https://code.tutsplus.com/tutorials/using-celery-with-django-for-background-task-processing--cms-28732







Web applications usually start out simple but can become quite com]]></description><category></category></item><item><title><![CDATA[Install and config Redis on Mac OS X via Homebrew]]></title><link>https://blog.csdn.net/wang1144/article/details/79045704</link><guid>https://blog.csdn.net/wang1144/article/details/79045704</guid><author>wang1144</author><pubDate>Fri, 12 Jan 2018 16:40:08 +0800</pubDate><description><![CDATA[Install and config Redis on Mac OS X via Homebrew









by Pete Houston
By using Homebrew,
 you greatly reduce the cost of setting up and configuring the development environment on Mac ]]></description><category></category></item><item><title><![CDATA[npm更新和nodejs更新]]></title><link>https://blog.csdn.net/wang1144/article/details/78987106</link><guid>https://blog.csdn.net/wang1144/article/details/78987106</guid><author>wang1144</author><pubDate>Sat, 06 Jan 2018 10:37:59 +0800</pubDate><description><![CDATA[npm更新和nodejs更新








npm更新和nodejs更新

更新你已经安装的NPM库，这个很简单，只需要运行。
npm update -g1

更新Nodejs自身。一直依赖我都是下载最新版的源码，然后make install，及其繁琐。其实只需要运行以下2个命令即可：
npm install -g n 
n latest]]></description><category></category></item><item><title><![CDATA[centos install htop]]></title><link>https://blog.csdn.net/wang1144/article/details/78929469</link><guid>https://blog.csdn.net/wang1144/article/details/78929469</guid><author>wang1144</author><pubDate>Fri, 29 Dec 2017 11:12:56 +0800</pubDate><description><![CDATA[https://www.zhihu.com/question/20167594/answer/25812005




作者：知乎用户
链接：https://www.zhihu.com/question/20167594/answer/25812005
来源：知乎
著作权归作者所有。商业转载请联系作者获得授权，非商业转载请注明出处。

1. 编译安装

wget http:]]></description><category></category></item><item><title><![CDATA[蘑菇街TeamTalk编译连接过程中遇到的问题及解决方法（iOS）]]></title><link>https://blog.csdn.net/wang1144/article/details/78909650</link><guid>https://blog.csdn.net/wang1144/article/details/78909650</guid><author>wang1144</author><pubDate>Wed, 27 Dec 2017 10:45:00 +0800</pubDate><description><![CDATA[https://www.cnblogs.com/richard-youth/p/5477314.html





今天浏览博文的时候，“蘑菇街开源的即时通讯框架，包括iOS、Android、Mac、Windows客户端和后台


Github源码下载地址：https://github.com/mogujie/TeamTalk ”这段话吸引了我，我就git clone https]]></description><category></category></item><item><title><![CDATA[（原创）ld: library not found for -lXXXXX 编译问题的解决方法]]></title><link>https://blog.csdn.net/wang1144/article/details/78909621</link><guid>https://blog.csdn.net/wang1144/article/details/78909621</guid><author>wang1144</author><pubDate>Wed, 27 Dec 2017 10:43:15 +0800</pubDate><description><![CDATA[原始地址：


http://grayheart.iteye.com/blog/2277584





ld: library not found for -lXXXXX   的解决方法


    团队开发的时候每次更新后都有可能碰到各种各样的问题，昨天同事对项目结构做了些修改，更新后编译就遇到下面的情况：


    ld: library not found ]]></description><category></category></item></channel></rss>