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

2018年4月13日

摘要: NETSHARP框架下的微信开发说明 阅读全文
posted @ 2018-04-13 14:06 Netsharp 阅读(451) 评论(0) 推荐(0) 编辑

2018年4月3日

摘要: git简易操作 阅读全文
posted @ 2018-04-03 15:57 Netsharp 阅读(228) 评论(0) 推荐(0) 编辑

2018年3月31日

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

2018年3月26日

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

2018年3月25日

摘要: docker安装和使用mysql 阅读全文
posted @ 2018-03-25 18:50 Netsharp 阅读(299) 评论(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 阅读(374) 评论(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 阅读(945) 评论(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 阅读(202) 评论(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 阅读(146) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页

导航