码迷,mamicode.com
首页 >  
搜索关键字:lan    ( 20934个结果
SICP_2.53-2.55
" ' " 相当于是单引号,只不过省略了后半引号 ...
分类:其他好文   时间:2017-02-24 21:00:50    阅读次数:150
LeetCode Insert Delete GetRandom O(1)
原题链接在这里:https://leetcode.com/problems/insert-delete-getrandom-o1/?tab=Description 题目: Design a data structure that supports all following operations i ...
分类:其他好文   时间:2017-02-24 19:25:45    阅读次数:244
JNI学习笔记
1为什么使用JNI?JNI 的强大特性使我们在使用 JAVA 平台的同时,还可以重用原来的本地代码。作为虚拟机 实现的一部分,JNI 允许 JAVA 和本地代码间的双向交互。 请记住,一旦使用 JN...
分类:其他好文   时间:2017-02-24 18:18:26    阅读次数:195
Filter过滤器除去部分URL链接
在web.xml中配置的Filter如下: 可以看到url-pattern的设置里面过滤的url规则是/*,如果要把/upload/mobileUploadPic排除在过滤url之外。 可以结合init-param的初始化参数和HttpServletRequest的getServletPath()方 ...
分类:Web程序   时间:2017-02-24 17:58:38    阅读次数:2197
取出关联数组的key值和values值
取出关联数组的key值,可用 array_keys()取出; 输出结果 取出关联数组的values值,可用 array_values()取出; 输出结果 ...
分类:编程语言   时间:2017-02-24 16:15:10    阅读次数:218
TensorFlow学习系列(四):minist实例--用简单的神经网络训练和测试
神经网络没有卷积功能,只有简单的三层:输入层,隐藏层和输出层。 数据从输入层输入,在隐藏层进行加权变换,最后在输出层进行输出。输出的时候,我们可以使用softmax回归,输出属于每个类别的概率值。 其中,x1,x2,x3为输入数据,经过运算后,得到三个数据属于某个类别的概率值y1,y2,y3. 用简 ...
分类:其他好文   时间:2017-02-24 12:20:51    阅读次数:795
linux yum命令详解
linux yum命令详解 ...
分类:系统相关   时间:2017-02-24 12:04:07    阅读次数:166
java ee spec
Web profile[edit] In an attempt to limit the footprint of web containers, both in physical and in conceptual terms, the web profile was created, a sub ...
分类:编程语言   时间:2017-02-24 10:59:42    阅读次数:229
[LeetCode] Find Mode in Binary Search Tree 找二分搜索数的众数
Given a binary search tree (BST) with duplicates, find all the mode(s) (the most frequently occurred element) in the given BST. Assume a BST is define ...
分类:其他好文   时间:2017-02-23 23:56:14    阅读次数:352
golang http json http://www.alexedwards.net/blog/golang-response-snippets
http://www.alexedwards.net/blog/golang-response-snippets ...
分类:Web程序   时间:2017-02-23 17:26:08    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!