会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wiw_vv
博客园
首页
新随笔
联系
管理
订阅
2017年7月5日
python类库的查找
摘要: 1.python中默认的第三方库路径在/usr/local/lib/pythonx.x/目录下 2.使用命令查看 查找第三方类库的路径: import sys sys.path 3.添加新的第三方类库的查找: sys.path,append('新的第三方类库的路径')
阅读全文
posted @ 2017-07-05 11:56 wiw_vv
阅读(531)
评论(0)
推荐(0)
2017年6月13日
The Half-Edge Data Structure
摘要: 此文记录总结半边结构 以三角多面体为例,本文参考:http://www.flipcode.com/archives/The_Half-Edge_Data_Structure.shtml 结构图如下: The diagram below shows a small section of a half-
阅读全文
posted @ 2017-06-13 16:41 wiw_vv
阅读(611)
评论(0)
推荐(0)
2017年4月14日
qt的下载和安装
摘要: qt的下载和安装
阅读全文
posted @ 2017-04-14 09:33 wiw_vv
阅读(644)
评论(0)
推荐(0)
公告