上一页 1 ··· 4 5 6 7 8
摘要: 摘要:uploadify 自动请求url, 初始化时自动请求url解决方法。项目中使用了uploadify 上传图片,当访问到上传页面url,uploadify初始化时再一次访问该url当我在配置uploadify时,指定1button_image_url会解决这个问题,他会访问指定的url地址,如... 阅读全文
posted @ 2013-10-09 20:28 bingtel 阅读(286) 评论(0) 推荐(0) 编辑
摘要: #include"iostream"using namespace std;int pre[30];int in[30];int post[30];int indexOfRootIn(int start,int stop,int root){ for(int j=start;j>N; f... 阅读全文
posted @ 2013-10-05 09:30 bingtel 阅读(563) 评论(0) 推荐(0) 编辑
摘要: public class Order { int findPosInInOrder(String str,String in,int position){ char c = str.charAt(position); int length = in.length(); for(int i=0... 阅读全文
posted @ 2013-10-03 22:44 bingtel 阅读(437) 评论(0) 推荐(0) 编辑
摘要: A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstracts, publishers, and published years... 阅读全文
posted @ 2013-10-01 10:54 bingtel 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Forbes magazine publishes every year its list of billionaires based on the annual ranking of the world's wealthiest people. Now you are supposed to si... 阅读全文
posted @ 2013-09-29 18:48 bingtel 阅读(149) 评论(0) 推荐(0) 编辑
摘要: Zhejiang University has 40000 students and provides 2500 courses. Now given the registered course list of each student, you are supposed to output the... 阅读全文
posted @ 2013-09-28 21:24 bingtel 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1063. Set Similarity (25)时间限制300 ms内存限制32000 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven two sets of integers, the similarity of the sets is defined t... 阅读全文
posted @ 2013-09-28 14:08 bingtel 阅读(122) 评论(0) 推荐(0) 编辑
摘要: REST (REpresentational State Transfer)。为REST模式的Web服务与复杂的SOAP和XML-RPC对比来讲明显的更加简洁。"设计良好的网络应用表现为一系列的网页,这些网页可以看作的虚拟的状态机,用户选择这些链接导致下一网页传输到用户端展现给使用的人,而这正代表了... 阅读全文
posted @ 2013-09-16 10:25 bingtel 阅读(109) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8