上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
摘要: java note1. Java main function must be public static void main(String[] args){}2. Class decorator can be public or null. example: public class Main{} 阅读全文
posted @ 2018-01-08 16:08 随便了888 阅读(285) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-01-08 10:31 随便了888 阅读(5) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python# -*- coding: UTF-8 -*-# @date: 2018/1/6 23:08# @name: tmp2# @author:vickey-wuimport osimport redef print_all_file_path(init_file_pat 阅读全文
posted @ 2018-01-07 10:52 随便了888 阅读(11365) 评论(0) 推荐(0) 编辑
摘要: reference:http://blog.csdn.net/qq_33642117/article/details/51909346 当类中没有定义构造函数时,系统会指定给该类加上一个空参数的构造函数。这个是类中默认的构造函数。当类中如果自定义了构造函数,这时默认的构造函数就没有了.so,我们要构 阅读全文
posted @ 2018-01-04 11:49 随便了888 阅读(10828) 评论(0) 推荐(0) 编辑
摘要: from:http://blog.csdn.net/qwdafedv/article/details/54691740 https://www.youtube.com/watch?v=oXxijdf8pZw 阅读全文
posted @ 2018-01-03 14:08 随便了888 阅读(1022) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python # -*- coding: UTF-8 -*- # @date: 2017/12/23 23:28 # @name: first_tf_1223 # @author:vickey-wu from __future__ import print_function import tensorflow as tf import os # disable erro... 阅读全文
posted @ 2017-12-25 00:09 随便了888 阅读(205) 评论(0) 推荐(0) 编辑
摘要: https://gist.github.com/mrry/ee5dbcfdd045fa48a27d56664411d41c#file-tensorflow_self_check-py-L16 阅读全文
posted @ 2017-12-23 11:40 随便了888 阅读(210) 评论(0) 推荐(0) 编辑
摘要: vi /urs/bin/yum 将#!/usr/bin/python的python改为python2.x(你系统的python2的版本) 阅读全文
posted @ 2017-12-20 00:18 随便了888 阅读(324) 评论(0) 推荐(0) 编辑
摘要: D:\mypython\path\ C:\Python27\Scripts\pyinstaller.exe -w mypython.py # Python打包成exe D:\mypython\path\python -m compileall mypython.py # Python编译成pyc 阅读全文
posted @ 2017-12-07 15:40 随便了888 阅读(1785) 评论(0) 推荐(0) 编辑
摘要: from:http://blog.csdn.net/Gpwner/article/details/77882131 阅读全文
posted @ 2017-12-07 13:52 随便了888 阅读(1982) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页