flex端 public function initApp():void { ExternalInterface.addCallback("function1",callback1); } public function callback1():void { Alert.show("hello wo ...
分类:
Web程序 时间:
2017-04-06 16:31:30
阅读次数:
179
1 用tomcat作web服务器的时候,部署的程序在webApps下,这些程序都是编译后的程序(发布到tomcat的项目里含的类,会被编译成.class后才发布过来,源文件没有发布过来,但这里的jsp没有经编译的)。tomcat有一个work目录,里面存放了页面的缓存,访问的jsp都会编译(从 wo ...
分类:
其他好文 时间:
2017-04-05 23:03:45
阅读次数:
238
1. Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wo ...
分类:
其他好文 时间:
2017-03-31 16:42:08
阅读次数:
338
关于Aspose.Word控件的介绍,请戳→ http://www.cnblogs.com/asxinyu/p/3242754.html 首先需要去下载这个dll文件,然后引用到你的项目当中。地址→http://download.csdn.net/detail/wo_shi_chuan_qi_007 ...
分类:
Web程序 时间:
2017-03-31 15:31:12
阅读次数:
162
工作后开始学习Javaspring,好多地方都不明白,工厂模式来管理bean,他是怎么管理的呢,于是想到了看源码,但是源码好难搞,下载下来了,不知从哪下手,花了很多时间,都没弄好,偶然在网上看到篇文章,这才搞定,拿出来分享。原文地址:http://blog.csdn.net/buyaore_wo/a ...
分类:
编程语言 时间:
2017-03-30 11:37:39
阅读次数:
186
backbond中的M,指的是模型,即存放数据以及数据相关逻辑的单位。在分析其结构之前,先看一下其调用过程。 backbond 通过Backbone.Model.extend方法得到一个World类(为了不让World和其实例化结果混淆,这里把World称为类,实例化结果称为对象),再通过实例化Wo ...
分类:
其他好文 时间:
2017-03-26 17:19:12
阅读次数:
202
1. Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wo ...
分类:
其他好文 时间:
2017-03-19 14:13:29
阅读次数:
124
会贴出原题和答案,答案不是最优的,也反映了我的学习过程,如果有时间会更新优化的代码。 Write a function filter_long_words() that takes a list of words and an integer n and returns the list of wo ...
分类:
编程语言 时间:
2017-03-17 00:20:23
阅读次数:
198
打开Eclipse时:Workspace in use or cannot be created, choose a different one.–错误解决办法原因:出现这种情况一般是workspace的配置文件中出现了.lock文件(workspace/.metadata/.lock),锁定了wo ...
分类:
其他好文 时间:
2017-03-09 20:12:30
阅读次数:
115
# Author:larlly'''#列表增删改查#定义列表name = ["wo","ni","ta","wo"] #定义列表num_list = list(range(1,10)) #range生成范围的数,强制转化为列表#查print(num_list)print(name[0])print( ...
分类:
编程语言 时间:
2017-03-01 16:23:45
阅读次数:
164