码迷,mamicode.com
首页 >  
搜索关键字:tco    ( 5870个结果
基于struts环境下的jquery easyui环境搭建
下载地址: http://download.csdn.net/detail/cyberzhaohy/7348451 加入了json包:jackson-all-1.8.5.jar,项目结构例如以下: 測试网址: http://localhost:9090/jquery-easyui-1.2.6Base ...
分类:Web程序   时间:2017-05-07 10:06:34    阅读次数:264
01背包问题-只求背包的最终最大价值,不考虑选哪些物品怎么放---最优解(欢迎讨论)
题目来自lintcode http://www.lintcode.com/zh-cn/problem/backpack/ 一个传统01背包问题的推广,假如只考一个背包放物品之后的最终最大价值,不考虑具体选哪些物品放入,该如何实现? 最蠢最笨的办法,那当然就是-老老实实的构造背包容量-物品矩阵,然后取 ...
分类:其他好文   时间:2017-05-07 01:02:16    阅读次数:394
webx启动流程
因为设置了监听器,所以在项目启动时首先进入com.alibaba.citrus.webx.context.WebxContextLoaderListener,此类继承于ContextLoaderListener。所以首先运行WebxContextLoaderListener的contextIniti ...
分类:Web程序   时间:2017-05-06 21:56:45    阅读次数:220
多字段动态查询
private bool GetCondition(MerchantTravelXSJL tb, string key, string searchCity, string phoneNumber, DateTime? buyStartDate, DateTime? buyEndDate, int? ...
分类:其他好文   时间:2017-05-06 17:54:56    阅读次数:166
leetCode 95.Unique Binary Search Trees II (唯一二叉搜索树) 解题思路和方法
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n. For example, Given n = 3, your program should return al ...
分类:其他好文   时间:2017-05-06 15:53:22    阅读次数:165
【LeetCode】Generate Parentheses 解题报告
【题目】 Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. For example, given n = 3, a solution set ...
分类:其他好文   时间:2017-05-06 14:12:06    阅读次数:214
Android 九宫格
如下代码直接复制到项目就可以运行使用了。我们都知道,android的九宫格可以用GridView控件实现,这里首先定义一个 gridview.xml 接着还得在定义一个gridview_item.xml 那么现在布局就实现了,接下来就是Android代码了。这里需要注意的就是不能缺少GridView ...
分类:移动开发   时间:2017-05-06 10:27:40    阅读次数:204
SQLHELPER
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Text; using System.Data; using System.Data... ...
分类:数据库   时间:2017-05-06 01:09:21    阅读次数:209
js 获取鼠标坐标
var x=...; var y=...; return {'x':x,'y':y}; div.x=...;div.y=...; 哈哈,原来是赋值。所以一个数值变量不能当属性?????好像可以吧。 page.x——相对整个页面的坐标 client.x——相对可视区域的坐标 scrollLeft——滚 ...
分类:Web程序   时间:2017-05-05 17:15:25    阅读次数:201
matconvnet在MATLAB2013配置过程中遇到的问题
今天尝试在自己电脑上配置matconvnet,出现了很多莫名其妙的问题,总结记录如下: 官网上的安装教程如下:http://www.vlfeat.org/matconvnet/install 1、MATLAB2013不支持vs2013,所以在MATLAB command window输入mex -s ...
分类:Web程序   时间:2017-05-05 15:34:04    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!