码迷,mamicode.com
首页 >  
搜索关键字:nta    ( 5390个结果
学习jquery源码架构(-)
当看不懂时,可先看看这两本书《JavaScript高级程序设计》和《悟透JavaScript》。 电子书籍 http://eloquentjavascript.net/全英文的。 列出JQ里的类数组对象1. jQuery([selector,[context]])2. jQuery(element) ...
分类:Web程序   时间:2017-10-31 20:00:23    阅读次数:212
Schema Object Dependencies(模式对象依赖关系)
Some schema objects reference other objects, creating schema object dependencies. For example, a view contains a query that references tables or other ...
分类:其他好文   时间:2017-10-31 14:08:31    阅读次数:210
UVA10462Is There A Second Way Left? —— 次小生成树 kruskal算法
题目链接:https://vjudge.net/problem/UVA-10462 Nasa, being the most talented programmer of his time, can’t think things to be so simple. Recently all his n ...
分类:编程语言   时间:2017-10-31 11:07:18    阅读次数:256
hihocoder-Week174-Dice Possibility
hihocoder-Week174-Dice Possibility Dice Possibility Dice Possibility 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 What is possibility of rolling N dice and ...
分类:其他好文   时间:2017-10-30 19:57:10    阅读次数:217
Leetcode #2 Add two numbers
## 题目 >Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their n ...
分类:其他好文   时间:2017-10-30 18:24:44    阅读次数:135
js 获取json数组里面数组的长度
作为一个前端页面开发者第一次处理json数据,遇到了‘js 获取json数组里面数组的长度’?竟然不知道 json没有.length属性(真是要嘲讽下自己),少壮不努力老大徒伤悲啊! ...
分类:编程语言   时间:2017-10-30 18:14:21    阅读次数:135
eui.Button 上放置两张图片
有时按钮会有一个需求。放置一个按钮底图,按钮文字是特效字体,也是一张图。 1 1个普通按钮 2 可以在exml 按钮源码里加上一张图 ...
分类:其他好文   时间:2017-10-30 14:48:03    阅读次数:214
一键精简Windows不常用的字体.cmd
一键精简Windows不常用的字体.cmd @Echo offset path=%path%;%~dp0setlocal EnableDelayedExpansionset /P dv=请输入要精简Windows字体的盘符(不要带冒号例如H,直接回车默认为H盘):if not defined dv ...
分类:Windows程序   时间:2017-10-30 14:16:27    阅读次数:685
[论文阅读] Deep Residual Learning for Image Recognition(ResNet)
ResNet网络,本文获得2016 CVPR best paper,获得了ILSVRC2015的分类任务第一名。 本篇文章解决了深度神经网络中产生的退化问题(degradation problem)。什么是退化问题呢?如下图: 上图所示,网络随着深度的增加(从20层增加到56层),训练误差和测试误差 ...
分类:Web程序   时间:2017-10-29 23:19:06    阅读次数:478
redis安装
下载安装 1. 官网http://redis.io/ 下载最新的稳定版本,这里是3.2.0 2. sudu mv 到 /usr/local/ 3. sudo tar -zxf redis-3.2.0.tar 解压文件 4. 进入解压后的目录 cd redis-3.2.0 5. sudo make t ...
分类:其他好文   时间:2017-10-29 23:18:27    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!