首页 > 其他
解压缩文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;namespace CommonHelper{...
分类:其他   时间:2015-09-28 13:19:40    收藏:0  评论:0  赞:0  阅读:254
SVG 学习(二)--- 创建组合交互式应用
接着上一节的内容,本次学习主要介绍SVG组合式应用以及js交互式应用!1、组合式应用绘制两棵带有投影效果的树! ...
分类:其他   时间:2015-09-28 13:19:20    收藏:0  评论:0  赞:0  阅读:255
每天学一点
C++ 11的功能不错,应该写点程序试试,否则以后的C++代码都不懂了。。。更别提写http://developer.51cto.com/art/201312/422379.htm几个特性:auto:autostr="HelloWorld";decltype:intx=3; decltype(x)y...
分类:其他   时间:2015-09-28 13:19:00    收藏:0  评论:0  赞:0  阅读:190
HDU 1540 Tunnel Warfare 线段树:单点更新,区间合并
Tunnel Warfare Time Limit: 4000/2000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Problem DescriptionDur...
分类:其他   时间:2015-09-28 13:18:40    收藏:0  评论:0  赞:0  阅读:251
HDU1164_Eddy's research I【Miller Rabin素数测试】【Pollar Rho整数分解】
Eddy's research ITime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6664 Accepted Submission(s): 3.....
分类:其他   时间:2015-09-28 13:18:20    收藏:0  评论:0  赞:0  阅读:276
SoapUI入门
看到一份简历上写了使用soapUI做webService测试,想了解一下什么是soapUIsoapUI主要用其来查看web service提供的接口,以及返回的结果,也以对web service进行功能上和性能上的测试。SoapUI下载地址:http://sourceforge.net/projec...
分类:其他   时间:2015-09-28 13:17:50    收藏:0  评论:0  赞:0  阅读:300
[LeetCode] Find the Duplicate Number 寻找重复数
Given an array nums containing n + 1 integers where each integer is between 1 and n (inclusive), prove that at least one duplicate element must exist....
分类:其他   时间:2015-09-28 13:17:10    收藏:0  评论:0  赞:0  阅读:1687
hihocoder#1054 : 滑动解锁(深度优先搜索)
描述滑动解锁是智能手机一项常用的功能。你需要在3x3的点阵上,从任意一个点开始,反复移动到一个尚未经过的"相邻"的点。这些划过的点所组成的有向折线,如果与预设的折线在图案、方向上都一致,那么手机将解锁。两个点相邻当且仅当以这两个点为端点的线段上不存在尚未经过的点。此外,这条折线还需要至少经过4个点。...
分类:其他   时间:2015-09-28 13:16:50    收藏:0  评论:0  赞:0  阅读:531
商业智能系统--公司业务、系统执行统计数据和分析
开幕商业智能系统,Business Intelligence,BI,数据中心,叫法不同,另外职责,以下统称BI制。BI负载为公司业务的影响、该系统的实施和修订效果。,进行比較客观的统计和分析。为高层管理人员对于公司运营、为产品部门对于站点的设计及改版或算法调整前后效果,提供參考及考量。BI系统的职责...
分类:其他   时间:2015-09-28 13:16:40    收藏:0  评论:0  赞:0  阅读:207
subset II
Subsets IIGiven a collection of integers that might contain duplicates,nums, return all possible subsets.Note:Elements in a subset must be in non-desc...
分类:其他   时间:2015-09-28 13:16:30    收藏:0  评论:0  赞:0  阅读:399
knockout学习笔记10:demo
前面已经介绍了ko的基本用法,结合官方文档,基本就可以实际应用了。本章作为ko学习的最后一篇,实现一个简单的demo。主要集中在ko,所以后台数据都是静态的。类似于博园,有一个个人文章的分类列表,一个文章列表。可以在文章最后下载工程源代码(包括之前demo的代码)。实现效果图如下:一、准备数据 .....
分类:其他   时间:2015-09-28 13:16:20    收藏:0  评论:0  赞:0  阅读:314
Xcode快捷键
快速创建文件, 最常用,各个区域的显示与隐藏文件相关代码编写辅助功能,触摸板的使用模拟器快捷键
分类:其他   时间:2015-09-28 13:16:10    收藏:0  评论:0  赞:0  阅读:270
[转] Are You Making a Big Mistake in This Volatile Market?
Stock market volatility continues unabated. It may be too early to tell, but I’m marking the top of this current market correction at July 20, with th...
分类:其他   时间:2015-09-28 13:15:40    收藏:0  评论:0  赞:0  阅读:300
二分查找
一直不会博大精深的二分查找...(惭愧)先贴几个参考资料学习下[1]http://www.cnblogs.com/cobbliu/archive/2012/05/21/2512249.html[2]http://wenku.baidu.com/link?url=2nuYz_VqgGA-OHOrjpZ...
分类:其他   时间:2015-09-28 13:15:30    收藏:0  评论:0  赞:0  阅读:297
ToolBarTray与ToolBarPanel的区别
ToolBarPanel 类:在ToolBar中排列ToolBar项。e.g. ToolBarTray 类:表示处理ToolBar 的布局的容器。用于ToolBar控件模板之中。e.g.
分类:其他   时间:2015-09-28 13:14:50    收藏:0  评论:0  赞:0  阅读:3005
SharePoint Content Deployment prerequisite——Error features deactivate automation
对于Content Deployment的过程简而言之就是:General Application Settings -> Content Deployment ->1) Configure content deployment :Connection Security ->Do not requi...
分类:其他   时间:2015-09-28 13:14:30    收藏:0  评论:0  赞:0  阅读:254
点击按钮 可以显示隐藏
$(".z_right_s a").click(function(){//统计的显示与隐藏 if($(this).hasClass("z_up")){ $(".z_cart").slideUp('fast'); $(this).removeClass("z_up") .addClas...
分类:其他   时间:2015-09-28 13:12:50    收藏:0  评论:0  赞:0  阅读:224
页面打印字体效果
分类:其他   时间:2015-09-28 13:12:10    收藏:0  评论:0  赞:0  阅读:251
【转】secureCRT使用退格键(backspace)出现^H解决办法
原文网址:http://skykiss.blog.51cto.com/blog/2892603/769771原创作品,允许转载,转载时请务必以超链接形式标明文章原始出处、作者信息和本声明。否则将追究法律责任。http://skykiss.blog.51cto.com/2892603/769771解决...
分类:其他   时间:2015-09-28 13:12:00    收藏:0  评论:0  赞:0  阅读:286
handlebars Helper用法
handlebars Helper用法: http://www.cnblogs.com/iyangyuan/archive/2013/12/12/3471357.htmlvar d = { user_name: data.user_name, credentials_nu...
分类:其他   时间:2015-09-28 13:11:40    收藏:0  评论:0  赞:0  阅读:303
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!