- 博客(7)
- 收藏
- 关注
原创 TensorFlow(01)—Hello, TensorFlow!
搭建ubuntu虚拟机,使用的版本是ubuntu-16.04-desktop-amd64 搭建ssh服务,配置为桥接网络 apt-get 更新时候遇到的错误 sudo apt-get update 1.Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) sudo rm /v
2018-01-29 11:41:38
213
原创 上传超大的Json数据到数据库
需要将Json数据保存到数据库 1.使用的是Tomcat服务器,上传文件的大小是27841234 修改server.xml <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443"
2017-04-05 10:47:54
1054
原创 在windows下安装MySQL5.7.17解压版
MySQL数据库支持JSON,为了使用这一特性,使用新的MySQL数据库5.7.17版本。 1.下载的版本是解压版本,直接解压 2.修改配置文件名称my-default.ini改名为my.ini 3.新建data目录,在配置文件中增加 datadir = C:\mysql\data 4.在命令行窗口使用管理员权限进入在mysql下的bin目录,执行命令,安装服务 mysqld -inst...
2017-02-28 09:40:14
219
原创 在raspberry运行xibo
1. 安装系统 在Sourceforge下载Win32DiskImager,安装RASPBIAN JESSIE 参考: https://www.raspberrypi.org/documentation/installation/installing-images/windows.md https://www.raspberrypi.org/documentation/instal
2016-06-14 14:01:55
344
原创 搭建Ubuntu环境
安装ftp服务 1. 更新apt-get 切换root用户,执行apt-get update 2. 安装vsftpd sudoapt-get install vsftpd 3. 修改配置文件/etc/vsftpd.conf 4. 使用service vsftpd restart 安装ssh服务 1. 安装 sudoapt-get install openss
2016-06-14 13:58:56
250
原创 Hello World
#!/usr/bin/env python # -*- coding: utf-8 -*- from libavg import avg player = avg.Player.get() canvas = player.createMainCanvas(size=(640,480)) rootNode = canvas.getRootNode() avg.Word
2016-06-12 15:05:43
274
转载 Installing from Source Under Ubuntu
https://www.libavg.de/site/projects/libavg/wiki/UbuntuSourceInstall Prerequisite Packages Start with the installation of all needed packages: $ sudo apt-get install git automake autoconf libt
2016-06-12 14:26:24
237
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅