配置当前用户使用豆瓣pip源 mkdir ~/.pip/ cat ~/.pip/pip.conf [global] index-url = http://pypi.douban.com/simple download_cache = ~/.cache/pip [install] use-mirror ...
分类:
其他好文 时间:
2016-06-08 19:09:45
阅读次数:
607
DateTime Time; //定义了一个UserInfo 类型的list 集合,把查询到的结果放到list集合中;其list中里边的是一个集合; List<UserInfo> list = wylm.ExecuteQuery<User>("select * from User where Use ...
分类:
其他好文 时间:
2016-06-08 18:40:20
阅读次数:
198
文件服务器,访问进去不能查看到完整的文件;别人访问却可以查看到完整的所有文件 可能是登录的帐号串掉导致,删除文件服务器帐号,重新访问: cmd: net use /delete * ...
A couple of weeks or so ago, I picked up an inlink from an OCLC blog post about Visualizing Network Flows: Library Inter-lending. The post made use of ...
分类:
其他好文 时间:
2016-06-08 12:07:00
阅读次数:
244
<?phpnamespace app\controllers;use Yii;use yii\di\Container;use yii\di\ServiceLocator;use yii\web\Controller;class DependencyController extends Contro ...
分类:
其他好文 时间:
2016-06-08 12:04:57
阅读次数:
133
TSQL语句:.sql结尾的文件是:ctrl +s 保存数据点击新建查询,代码创建数据库。创建数据库:create database 数据库名 。点击执行,完成创建。如果没有在数据库上右键刷新 go上面一句执行完了,执行下一句 删除数据库:drop database 数据库名 定位到数据库:use ...
分类:
数据库 时间:
2016-06-07 22:07:02
阅读次数:
222
FFTW不用做过多介绍,一般都是在linux下使用,包括放出windows版的作者也自己声明:we don't use Windows ourselves 但是由于要和MIC混合编程,想先在本地使用,其中碰到了一些问题,但也明白了不少Visual Studio的基本配置。 我的系统是windows8 ...
分类:
其他好文 时间:
2016-06-07 22:06:19
阅读次数:
381
SQL DDL:数据定义语言 CREATE DROP ALTER DML:数据操作语言 SELECT INSERT UPDATE DELETE DCL:数据控制语言 GRANT REVOKE COMMIT ROLLBACK 最基础的(建库、建表) SHOW DATABASES; USE 数据库名称;... ...
分类:
数据库 时间:
2016-06-07 20:47:51
阅读次数:
257
安装ruby-1.8.7出现编译错误.如下: ossl_pkey_ec.c:815: error: ‘EC_GROUP_new_curve_GF2m’ undeclared (first use in this function) ossl_pkey_ec.c:815: error: (Each u ...
分类:
系统相关 时间:
2016-06-07 20:41:04
阅读次数:
581
在~/下, touch创建文件 .git-credentials, 用vim编辑此文件,输入内容格式: ame@zhenyun ~ $touch .git-credentials ame@zhenyun ~ $vim .git-credentials 在里面按“i”然后输入:https://{use ...
分类:
系统相关 时间:
2016-06-07 14:41:35
阅读次数:
1146