文章转载自http://developers.winfortune.info/2010/12/ubuntu-%E4%BF%AE%E6%94%B9%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F/ Ubuntu Linux系统包含两类环境变量:系统环境变量和用户环境变量。系统环...
分类:
系统相关 时间:
2014-10-27 14:18:48
阅读次数:
204
log4j配置祥解 第一步:加入log4j-1.2.8.jar到lib下。 第二步:在CLASSPATH下建立log4j.properties。内容如下: log4j.rootCategory=INFO, stdout , R log4j.appender.stdout=org.apache.log4j.ConsoleAppender l...
分类:
其他好文 时间:
2014-10-27 12:59:08
阅读次数:
174
importpicklef=file(‘asdf.txt‘,‘wb‘)pickle.dump(saved_info,f)#保存pickle信息f.close()f=file(asdf.txt,‘rb‘)pickle.load(f)#加载pickle信息f.close()
分类:
编程语言 时间:
2014-10-27 07:01:13
阅读次数:
174
标题:第一次QQ群视频教育有感作者:丁又专, 时间:2014.08.16 教育的目的:启示学生心智,发现个人优势,激发探索欲望。 今天早上看到 中国大学MOOC《文献管理与信息分析》(http://www.icourse163.org/course/ustc-9002#/info)课程团队的邮件.....
分类:
其他好文 时间:
2014-10-26 15:29:58
阅读次数:
298
(原文:http://www.libgdx.cn/topic/47/4-5-libgdx%E8%BF%90%E8%A1%8C%E6%97%A5%E5%BF%97%E7%AE%A1%E7%90%86)
Application接口提供了简单的管理日志的方法。
日志的消息可以是info、error和debug。格式如下:
Gdx.app.log("MyTag", "my informative
...
分类:
其他好文 时间:
2014-10-26 11:49:20
阅读次数:
242
xcode6打开以前xcode5工程,发现程序不能定位,包括iOS8模拟器,真机都不能定位?代码经检查没有问题,后来查找苹果Ios8升级差异策略,发现Ios8对定位处理做了一些调整,工程升级到xcode6编译时需要iOS8 要自己写授权,不然没权限定位。修改点如下: 1: 在Info.plist中....
分类:
移动开发 时间:
2014-10-25 22:56:48
阅读次数:
209
using UnityEngine;using System.Collections;/* * ---------------------------------------------------------------------------- * Creation Info * -------...
分类:
其他好文 时间:
2014-10-25 22:40:33
阅读次数:
227
Apache\Conf\:mime.types:文件类型配置文件charset.conv:语言编码列表配置文件http-languages.conf:语言编码配置文件httpd-info.conf:Apache信息配置文件httpd-vhosts.conf:虚拟主机配置文件httpd.conf:Ap...
分类:
Web程序 时间:
2014-10-25 18:40:56
阅读次数:
187
题目传送门 http://acm.hdu.edu.cn/showproblem.php?pid=5073这道题RE了好多发啊囧,RE到精神不振。Galaxy的质心并不是一成不变的,随着一些星球的移动而变化,最终质心就变成了坐标和的平均值了。具体思路如右http://mathlover.info/ar...
分类:
其他好文 时间:
2014-10-25 18:34:05
阅读次数:
162
9-0. Compile, execute, and test the programs in this chapter.
9-1. Reimplement the Student_info class so that it calculates the final
grade when reading the student's record, and stores that grade i...
分类:
编程语言 时间:
2014-10-25 13:16:07
阅读次数:
239