(2017.4.13)tensorflow支持python3.5版本 1.打开anaconda依次输入: 这里是利用了清华的一个镜像来更新你的anaconda,输入两次,第二次是为了把这个url置顶。 url配置结束,这里开始配置python3.5 envs。 2.配置envs: 创建python3 ...
/*******************************************************************************/ chapter one * SDRAM 3.3V DDR2 1.8V 电压越低充放电特性越快* RAS_N 行地址选通 CAS_N 列地 ...
分类:
其他好文 时间:
2017-04-12 19:27:59
阅读次数:
120
在windows命令行里面输入: 就可以在本机用户名目录下(如C:\Users\captian\.jupyter)生成jupyter_notebook_config.py文件; 打开此文件,找到 修改就可以了。 参考: https://segmentfault.com/q/1010000004474 ...
分类:
其他好文 时间:
2017-04-12 02:50:13
阅读次数:
134
import java.util.Scanner; /** * * @author asus第15章示例代码1 全桂群2017.4.9 * */public class Registter { /** * @param args */ public static void main(String[] ...
分类:
编程语言 时间:
2017-04-09 23:46:10
阅读次数:
350
John M. Lee is a famous mathematician, who bears the reputation of writing the classical book "Introduction to Smooth Manifolds". In his article, "Som ...
分类:
其他好文 时间:
2017-04-08 18:37:36
阅读次数:
233
首先进入上节创建的环境data中, 键入 conda install jupyter notebook 安装完毕后,启动服务器: jupyter notebook, 浏览器会显示当前目录界面 如果要关闭,在data中按两次 Ctrl + C,就可以关闭整个服务器了 现在随便增加一个python文件, ...
分类:
其他好文 时间:
2017-04-01 00:04:10
阅读次数:
315
python3.6不支持pyspark, 好在用的是Anaconda这种神器,可以随意切换python版本。因为我的Spark是1.6的,所以python2.7应该是可以的。 首先 { "display_name": "PySpark", "language": "python", "argv": ...
分类:
其他好文 时间:
2017-03-31 16:33:28
阅读次数:
2415
Properties properties = new Properties(); FileInputStream fio = new FileInputStream("C:/Users/asus/Desktop/OOO/src/fdfs_client.conf"); properties.load ...
分类:
其他好文 时间:
2017-03-31 12:11:28
阅读次数:
178
题意:给你一个置换P,问是否存在一个置换M,使M^2=P 思路:资料参考 《置换群快速幂运算研究与探讨》 https://wenku.baidu.com/view/0bff6b1c6bd97f192279e9fb.html 结论一: 一个长度为 l 的循环 T,l 是 k 的倍数,则 T^k 是 k ...
分类:
其他好文 时间:
2017-03-30 18:45:09
阅读次数:
202
/** * */ /** * @author asus * */ public class 作业 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub Do... ...
分类:
编程语言 时间:
2017-03-23 21:39:08
阅读次数:
157