
tip
文章平均质量分 50
superyuanzhe
士不可以不弘毅,任重而道远
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【tip】使用交大代理(转)
1、用上海交通大学学号和身份证申请一个交大的邮箱。2、代理服务器的介绍和设置方法。打开IE浏览器,工具—Internet选项—连接—局域网设置—代理服务器:inproxy.sjtu.edu.cn,端口:80003、登陆Internet后会弹出一个对话框,输入邮箱名和密码即可使用了。之后就可以使用交大的代理服务器查找各种全文文献了,希望对大家有所帮助。转载 2014-02-07 20:32:25 · 2751 阅读 · 0 评论 -
待办事
1.ubuntu 环境下 从新建立一个 opencv 工程 涉及到cmake等知识。原创 2014-03-27 17:08:46 · 723 阅读 · 0 评论 -
html编程tips
【1】当中文出现乱码时,增加原创 2015-09-30 21:47:01 · 685 阅读 · 0 评论 -
Android tips
【1】web 服务器返回的数据需以xml或Jason格式,如果直接String读取的话编码不对,equals()无法使用。原创 2015-10-09 21:33:03 · 405 阅读 · 0 评论 -
有关Java继承的一小段代码
public class Main { public static void main(String[] args){ new Circle("my"); }}class Draw { public Draw(String type) { System.out.println(type+" draw constructor"); }}原创 2016-04-28 21:20:59 · 897 阅读 · 0 评论