此为官方文档,因为墙的问题,记录下来: Before spending the time to write your own libdef, we recommend that you look to see if there is already a libdef for the third-pa ...
分类:
其他好文 时间:
2018-07-28 12:13:52
阅读次数:
649
Python默认是以ASCII作为编码方式的,如果在自己的Python源码中包含了中文(或者其他非英语系的语言),此时即使你把自己编写的Python源文件以UTF-8格式保存了,但实际上,这依然是不行的。解决办法很简单,只要在文件开头加入下面代码就行了 ...
分类:
编程语言 时间:
2018-07-28 12:07:33
阅读次数:
273
A murder that scandalised Harvard and the worldVisiting Boston in 1868, Charles Dickens was asked what he wanted to see most. The room where it happen ...
分类:
其他好文 时间:
2018-07-28 12:02:29
阅读次数:
215
相信如果用谷歌浏览器做移动端页面的时候 用touch事件的时候应该遇到过这个东东吧 documet.addEventListener("touchstart",function(){ console.log(123); }); [Violation] Added non-passive event ...
分类:
Web程序 时间:
2018-07-27 22:22:48
阅读次数:
605
转自:https://dawnarc.com/2016/06/ue4%E7%BA%BF%E6%80%A7%E4%BB%A3%E6%95%B0%E7%89%A9%E4%BD%93%E5%9B%B4%E7%BB%95%E6%9F%90%E4%B8%AA%E7%82%B9%E6%97%8B%E8%BD%A ...
分类:
其他好文 时间:
2018-07-26 21:14:18
阅读次数:
501
Plese see this answer for a detailed example of how tf.nn.conv2d_backprop_input and tf.nn.conv2d_backprop_filter in an example. In tf.nn, there are 4 ...
分类:
其他好文 时间:
2018-07-25 22:08:57
阅读次数:
1136
问题:selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromi ...
分类:
编程语言 时间:
2018-07-23 17:17:57
阅读次数:
185
前提:本文基于Linux系统下的学习 服务器端 1 创建通讯端口,返回socket设备的文件描述符 sfdsocket(2)#include <sys/types.h> /* See NOTES */#include <sys/socket.h>int socket(int domain, int ...
分类:
其他好文 时间:
2018-07-22 15:12:14
阅读次数:
200
背景:用IDEA写了一个java发送http请求的maven项目。 运行时,项目报java.net.SocketException: Permission denied:connect问题; 修改pom文件自动更新依赖时,IDEA报unable to import maven project see ...
分类:
编程语言 时间:
2018-07-21 11:51:33
阅读次数:
543
# For advice on how to change settings please see# http://dev.mysql.com/doc/refman/8.0/en/server-configuration-defaults.html [mysqld]## Remove leading ...
分类:
其他好文 时间:
2018-07-20 11:27:11
阅读次数:
150