科学网

 找回密码
  注册
cx_Freeze打包 Python文件
热度 1 高建召 2012-2-10 13:08
问题: 在Ubuntu下 写好的python脚本,如何打包? 参考 http://blog.chinaunix.net/space.php?uid=20564848do=blogid=73565 http://blog.chinaunix.net/space.php?uid=293474do=blogid=2134153 如果你的系统是windows请参考: http://www.cnblogs.com/xinzaitian/archive/2010/12/10/1902481.html 方法: 1) ...
个人分类: python|12983 次阅读|2 个评论 热度 1
libg2c.so.0 文件找不到 解决方法
高建召 2012-2-4 15:49
error while loading shared libraries: libg2c.so.0: cannot open shared object file 参考链接:http://quantumwise.com/forum/index.php?topic=17.0 问题: 安装RealSpine的时候,返回如下信息: “error while loading shared libraries: libg2c.so.0: cannot open shared object file” 方法1: (1)到论坛 http: ...
个人分类: linux相关|14601 次阅读|没有评论
文件或目录损坏且无法读取
高建召 2011-12-21 10:31
遇到的问题:打开移动硬盘或者优盘,返回如下信息:“文件或目录损坏且无法读取” 解决方法:用管理员身份打开cmd.exe 输入:chkdsk H: /f 说明: H:, 如果你的移动硬盘是H盘就写H盘,如果是J盘就写J: /f , fix的意思,修复。
个人分类: Windows|4511 次阅读|没有评论
2011-09-10 教师节快乐!
高建召 2011-9-9 10:20
2011年09月10日,我国第27个教师节,祝天下的老师们节日快乐!
2856 次阅读|没有评论
running R script
高建召 2011-6-23 21:55
You can run R script in following ways: cliffgao (1) open R console and type: source("my.code.R“) (2) in command line or in bash: add "#!/usr/bin/env Rscript" in the first line of "my.code.R" $ Rscript my.code.R or chmod +x my.code.R ./my.code.R (3)&nbs ...
个人分类: R语言|5330 次阅读|没有评论
psipred installation
高建召 2011-4-18 16:14
Installation of Psipred Cliff Gao (1) download the code of psipred from http://bioinfadmin.cs.ucl.ac.uk/downloads/ # when I am writing this blog, psipred is v3.2 (2) tar -zxvf *.tar.gz file cd psipred ...
个人分类: bioinformatics|5590 次阅读|没有评论
待解决的问题:停止运行时间太久的程序。
高建召 2011-3-27 21:44
待解决的问题: 当一个程序运行时间很久时,自动停止该程序。 (1)评论:如果遇到这种情况,试着从另一个方面想想问题:是不是我们的数据有问题,如果数据没有问题,再试图解决本文中要处理的问题。 (2)问题状态: 初步解决。 (3)拟解决方案:1) Thread, 2) Singal 有待实际程序中进一步验证。 (4)参考: http:/ ...
个人分类: 待解决问题|4100 次阅读|没有评论

本页有 3 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-20 10:57

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部