linux centos 下代理http、https、ftp全局使用代理:export
http_proxy=http://host:port/export https_proxy=http://host:port/export
ftp_proxy=http://host:port/使用wget按需...
分类:
系统相关 时间:
2014-05-24 07:53:34
阅读次数:
420
MEF(Managed Extensibility
Framework),所在命名空间是System.ComponentModel.Composition.dll。简单来说,MEF是将符合约定(一般是实现接口)的组件的Parts(类、方法和属性可看作是Part)标记为Export特性,再把这些组件放...
分类:
其他好文 时间:
2014-05-23 09:34:27
阅读次数:
386
我想要在报表下载时打开一个遮罩,下载响应给客户端的时候关闭遮罩。这个看似简单的简单的功能需求,在google浏览器测试时遇到了阻碍。我预想的代码大致是这样的:varexport=
document.getElementById("export");export.width = 0;export......
分类:
其他好文 时间:
2014-05-23 05:31:26
阅读次数:
408
Rescue
Problem Description
Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M
Angel's friends want to save Angel. Their task is: a...
分类:
其他好文 时间:
2014-05-23 00:06:37
阅读次数:
482
总结网上各大论坛,主要有三种方法。 第一种方法:save(最简单基本的)
具体的命令是:用save *.txt -ascii x x为变量
*.txt为文件名,该文件存储于当前工作目录下,再打开就可以打开后,数据有可能是以指数形式保存的. 例子: a =[17 24 1 8 15;23 5 7
14...
分类:
其他好文 时间:
2014-05-22 14:34:17
阅读次数:
364
1、在fragment的代码中 @Override public void
onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub
super.onCreate(save...
分类:
其他好文 时间:
2014-05-22 13:48:05
阅读次数:
197
问题描述:同一RMI服务端export多个远程服务实现时,在客户端调用时有的能访问,有的不能访问,出现异常:NoSuchObjectException: no such object in table...
分类:
其他好文 时间:
2014-05-22 11:51:20
阅读次数:
203
网上很多方法, 又重启编译器又clear的, 都没好使。
实际上是因为项目执行前没有自动保存, 而单单勾选project 中的 build automatically是没有用的 。
将项目先save 一下, 执行就可以了。
当然还是自动保存比较方便。
Windows-> preferences->run/debug>launching->save
re...
分类:
系统相关 时间:
2014-05-21 16:25:35
阅读次数:
354
shell命令分成内置命令和外部命令。
内置命令(builtin command) 是shell解释程序内建的,有shell直接执行,不需要派生新的进程。有一些内部命令可以用来改变当前的shell环境。
常见的内部命令有:.(点命令)、bg、cd、continue、echo、exec、exit、export、fg、jobs、pwd、read、return、set、shift、t...
分类:
其他好文 时间:
2014-05-21 13:33:24
阅读次数:
213
source/etc/profile报错-bash:xport:commandnotfound这个错误,我百了很长时间没有找到答案,最后我自己解决了。原因是这样的。我在/etc/profile中添加过东西,vi/etc/profile我发现在最后几行,有一个export写成了xport.改过来之后就好了。
分类:
其他好文 时间:
2014-05-21 00:22:00
阅读次数:
452