啥也没写
发布时间:2017-04-07 14:30:54
https://rustcc.gitbooks.io/rustprimer/content/install/rustup.htmlrustup版本控制路径%USERPROFILE%\.cargo\bin源码git clone https://github.com/rust-lang/rust.gitracer工具git clone https://github.com/phildawes/racer.gitcd racercargo build --release自动安装cargo install --git 'https://githu.........【阅读全文】
发布时间:2017-03-30 15:51:48
何用Nginx+Lua+Redis来构建高并发Web应用,Curl请求Nginx,Nginx通过Lua查询Redis,返回json数据。 一、安装 1、安装lua-redis-parser .代码如下: #git clone https://github.com/agentzh/lua-redis-parser.git #export LUA_INCLUDE_DIR=/usr/include/lua5.1 #make CC=gcc #make instal.........【阅读全文】
发布时间:2017-03-24 15:04:08
先要安装AccessDatabaseEngine_X64.exe点击(此处)折叠或打开#!/usr/bin/env python# -*- conding: utf-8 -*- import pypyodbcif __name__=="__main__": str = 'Driver={.........【阅读全文】