`
文章列表
首先安装easy_install 和 pip,后面就超级简单了。 pip install wheel pip install 下载的whl文件 pip install pandas 下载地址http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy 因为我电脑是64位,python2.7版本,所以选择下载的numpy-1.11.1+mkl-cp27-cp27m-win_amd64.whl,cp27指的就是版本2.7
在项目开发中,遇到这样一个问题: UI中有个prepare按钮,负责准备数据。 当UI中选择多个table,进行prepare数据的时候,会有个成员变量List<TableData>负责存储结果数据。 在prepare按钮的addListener中,会启动一个线程去prepare数据。 正常流程: preparing(){ List<TableData> tabledatas=new ArrayList<>(); for() { table= prepareOneTable() ; tabledatas.add(table); } ...

async-http-client-netty

https://github.com/AsyncHttpClient/async-http-client/tree/master/providers 最近由于项目需求,研究netty,本想自己利用netty封装个异步httpclient,可惜设计能力有限。在git上发现了这个开源的工程,遂研究一番,设计的非常好。 简要记录下: 1. 主要包括以下几个工程: async-http-client-api  这个是所有基类接口 async-http-client-netty-provider 在netty基础上封装的异步httpclient async-http-client-grizzly-prov ...
zz:http://support.microsoft.com/kb/290301/zh-cn 笔者不小心修改注册表,造成office所有软件无法启动,都提示:无法验证此应用程序的许可证。 想修复或者卸载,却提示:未成功完成microsoft office2010配置。没办法只好手动删除。下面是ms o ...
restlet框架中,获取http头信息的内容: 1. 在server端,resource中,可以写个方法,直接调用。 protected Map<String,String> getHeader() { Form headForm = (Form) getRequest().getAttributes().get( "org.restlet.http.headers"); return headForm.getValuesMap(); } 2. 在client端,可以通过Form headForm = (Form)client. ...
转自: http://hi.baidu.com/chevichan/item/a2aa4a1464d731423b176ed4 elementFormDefault 和 attributeFormDefault 都各有 2 个选项: unqualified, qualified. 那么它们分别都代表什么意思呢?默认值是 unqualified. elementFormDefault=‘unqualified’ 时表示子元素不必使用命名空间前缀, 但这不等于说这些子元素是属于无命名空间, 所有被schema定义的element都应当属于目标命名空间, 这些子元素只是不直接位于目标命名空间, ...
转自 http://www.iteye.com/topic/1118082 之前写了如何从xsd快捷生成java代码 不过写xsd也是个力气活啊,今天看到一篇blog,有工具直接生成,方便多了 首先我们需要使用XML Schema来描述XML格式,怎样自动生成xsd,我们可以通过trang.jar这个包来生成 java -jar trang.jar a.xml a.xsd 后面就按照下面的步骤来就好~ ------------------------------------------------------ 1 首先是配置好java的环境变量,将java安装目录下bin文件夹下的xj ...
Spring SVN url Spring3.0  源码     https://github.com/SpringSource/spring-framework Spring2.5 及以下版本   https://src.springframework.org/svn/spring-maintenance/ Spring Security  https://src.springframework.org/svn/spring-security/ Struts2 SVN : http://svn.apache.org/repos/asf/struts/struts2/
转自http://www.csdnjava.com/forum.php?mod=viewthread&tid=58526 为什么会产生java.net.SocketTimeoutException: Read timed out: 产生此题目的根本原因是客户端在发送请求的过程中,服务器只接受了很少的一部分参数,但是此后客户端没有再发数 ...
    在使用cxf或者x-fire进行webservice开发时,从wsdl文件生成客户端代码时,如果有属性的类型是String,可能会出现JAXBElement<String>类型。     为什么webservice客户端不直接使用String,而使用JAXBElement<String>类型,自然是有原因的,是因为服务器端的wsdl文件有nillable="true"这个属性。    此时有两种方法对这个JAXBElement<String>类型赋值。    1.User user = new User(); JAXBElem ...
异常: ERROR  - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sippush': Invocation of init method failed; nested exception is java.lang.IncompatibleClassChangeError: Class com.ibm.wsdl.DefinitionImpl does not implement the requested ...
命令模式 x   //删除光标所在字符 r   //修改光标所在字元,r后接着要修正的字符。 R   //进入取替换状态。 s   //删除光标所在字元,并进入输入模式。 S   //删除光标所在的列,并进入输入模式。 u   //可以恢复被删除的文 ...
zz:http://xiaohu0901.iteye.com/blog/853408 调试中通过android simulator模拟器链接localhost或者127.0.0.1,但是报错了!! Exception 1:java.net.ConnectException: localhost/127.0.0.1:8080 - Connection refused 问题是这样的,android模拟器(simulator)把它自己作为了localhost,也就是说,代码中使用localhost或者127.0.0.1来访问,都是访问模拟器自己!这是不行的! 如果你想在模拟器simulator上 ...
现在有很多压缩包,或者安装包,一键安装Apache+PHP+Mysql环境,但是,安装完毕后,无法进入数据库,因为不知道root密码,下面几步可简单搞定: 如果安装目录为: ┠D:\usr\ 服务器总目录 ┠───\webroot\ 网站目录 ┠───\local\ 程序目录 ┠───┠───\apache2\ Apache 程序目录 ┠───┠───\mysql5\ MySQL 程序目录 ┠───┠───\php5\ PHP 解释器目录 D:\>cd usr\local\mysql\bin D:\usr\local\mysql\bin>mysqladmin -u root pas ...
zz:http://hi.baidu.com/zzgcy/blog/item/85c01881e05881c7bc3e1e95.html windows下开启方法: 1、拷贝PHP目录中的libeay32.dll, ssleay32.dll, php5ts.dll, php_curl.dll文件到 system32 目录。 2、修改php.ini:配置好 extension_dir ,去掉 extension = php_curl.dll 前面的分号。 3、重起apache或者IIS。 测试是否安装成功: <?php $ch = curl_init(); curl_setopt($ ...
Global site tag (gtag.js) - Google Analytics