上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页

2018年3月31日

摘要: docker下安装tomcat,gradle打包到tomcat下 阅读全文
posted @ 2018-03-31 17:35 Netsharp 阅读(293) 评论(0) 推荐(0) 编辑

2018年3月26日

摘要: docker下安装tensorflow 阅读全文
posted @ 2018-03-26 22:57 Netsharp 阅读(452) 评论(0) 推荐(0) 编辑

2018年3月25日

摘要: docker安装和使用mysql 阅读全文
posted @ 2018-03-25 18:50 Netsharp 阅读(296) 评论(0) 推荐(0) 编辑

2018年3月11日

摘要: makefile快速入门 阅读全文
posted @ 2018-03-11 23:57 Netsharp 阅读(152) 评论(0) 推荐(0) 编辑

2018年2月23日

摘要: python下的orm使用SQLAlchemy比较多,用了一段时间感觉不顺手,主要问题是SQLAlchemy太重,所以自己写了一个orm,实现方式和netsharp类似,oql部分因为代码比较多,没有完全实现 下面是源代码 一,系统配置 configuration.py # !/usr/bin/py 阅读全文
posted @ 2018-02-23 21:19 Netsharp 阅读(352) 评论(0) 推荐(0) 编辑

2018年1月29日

摘要: 一:MySQLdb # !/usr/bin/python # -*- coding: UTF-8 -*- import MySQLdb import MySQLdb.cursors import configuration class DataAccess : conn = None cursor 阅读全文
posted @ 2018-01-29 20:52 Netsharp 阅读(939) 评论(0) 推荐(0) 编辑

2018年1月27日

摘要: 一、服务端 #!/usr/bin/python # -*- coding: UTF-8 -*- import socket import sys from thread import * HOST = '127.0.0.1' # Symbolic name meaning all available 阅读全文
posted @ 2018-01-27 10:10 Netsharp 阅读(201) 评论(0) 推荐(0) 编辑

2018年1月26日

摘要: 来源:http://blog.csdn.net/jianhong1990/article/details/41209493 1.源代码 connection=MySQLdb.connect( host="thehost",user="theuser", passwd="thepassword",db 阅读全文
posted @ 2018-01-26 21:16 Netsharp 阅读(144) 评论(0) 推荐(0) 编辑

2018年1月24日

摘要: sqlalchemy根据数据库结构生成映射的实体 阅读全文
posted @ 2018-01-24 14:58 Netsharp 阅读(307) 评论(0) 推荐(0) 编辑

2018年1月8日

摘要: 把下面的代码保存到一个sh文件中执行即可 1 yum -y install epel-release 2 yum -y install python-pip 3 yum -y install mysql-devel 4 yum -y install python-devel 5 yum -y ins 阅读全文
posted @ 2018-01-08 10:03 Netsharp 阅读(152) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页

导航